-- phpMyAdmin SQL Dump
-- version 5.2.1
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Mar 13, 2026 at 11:34 AM
-- Server version: 8.0.33-cll-lve
-- PHP Version: 8.1.16

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
START TRANSACTION;
SET time_zone = "+00:00";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;

--
-- Database: `diginspire_wp_fcffc`
--

-- --------------------------------------------------------

--
-- Table structure for table `TI9k8mggE_commentmeta`
--

CREATE TABLE `TI9k8mggE_commentmeta` (
  `meta_id` bigint UNSIGNED NOT NULL,
  `comment_id` bigint UNSIGNED NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `TI9k8mggE_comments`
--

CREATE TABLE `TI9k8mggE_comments` (
  `comment_ID` bigint UNSIGNED NOT NULL,
  `comment_post_ID` bigint UNSIGNED NOT NULL DEFAULT '0',
  `comment_author` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_content` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `comment_karma` int NOT NULL DEFAULT '0',
  `comment_approved` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'comment',
  `comment_parent` bigint UNSIGNED NOT NULL DEFAULT '0',
  `user_id` bigint UNSIGNED NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `TI9k8mggE_comments`
--

INSERT INTO `TI9k8mggE_comments` (`comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`) VALUES
(1, 1, 'A WordPress Commenter', 'wapuu@wordpress.example', 'https://wordpress.org/', '', '2024-07-26 08:44:45', '2024-07-26 08:44:45', 'Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from <a href=\"https://en.gravatar.com/\">Gravatar</a>.', 0, '1', '', 'comment', 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `TI9k8mggE_e_events`
--

CREATE TABLE `TI9k8mggE_e_events` (
  `id` bigint UNSIGNED NOT NULL,
  `event_data` text COLLATE utf8mb4_unicode_520_ci,
  `created_at` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `TI9k8mggE_e_events`
--

INSERT INTO `TI9k8mggE_e_events` (`id`, `event_data`, `created_at`) VALUES
(1, '{\"event\":\"modal load\",\"version\":\"\",\"details\":\"{\\\"placement\\\":\\\"Onboarding wizard\\\",\\\"step\\\":\\\"account\\\",\\\"user_state\\\":\\\"anon\\\"}\",\"ts\":\"2024-07-26T14:51:11.490-06:30\"}', '2024-07-27 02:51:11'),
(2, '{\"event\":\"close modal\",\"version\":\"\",\"details\":\"{\\\"placement\\\":\\\"Onboarding wizard\\\",\\\"step\\\":\\\"account\\\"}\",\"ts\":\"2024-07-26T14:51:13.537-06:30\"}', '2024-07-26 14:51:14');

-- --------------------------------------------------------

--
-- Table structure for table `TI9k8mggE_links`
--

CREATE TABLE `TI9k8mggE_links` (
  `link_id` bigint UNSIGNED NOT NULL,
  `link_url` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_image` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_target` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_description` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_visible` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'Y',
  `link_owner` bigint UNSIGNED NOT NULL DEFAULT '1',
  `link_rating` int NOT NULL DEFAULT '0',
  `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `link_rel` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_notes` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `link_rss` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `TI9k8mggE_litespeed_url`
--

CREATE TABLE `TI9k8mggE_litespeed_url` (
  `id` bigint NOT NULL,
  `url` varchar(500) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `cache_tags` varchar(1000) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `TI9k8mggE_litespeed_url_file`
--

CREATE TABLE `TI9k8mggE_litespeed_url_file` (
  `id` bigint NOT NULL,
  `url_id` bigint NOT NULL,
  `vary` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'md5 of final vary',
  `filename` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'md5 of file content',
  `type` tinyint NOT NULL COMMENT 'css=1,js=2,ccss=3,ucss=4',
  `mobile` tinyint NOT NULL COMMENT 'mobile=1',
  `webp` tinyint NOT NULL COMMENT 'webp=1',
  `expired` int NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `TI9k8mggE_options`
--

CREATE TABLE `TI9k8mggE_options` (
  `option_id` bigint UNSIGNED NOT NULL,
  `option_name` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `option_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `autoload` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'yes'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `TI9k8mggE_options`
--

INSERT INTO `TI9k8mggE_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 'cron', 'a:15:{i:1761608685;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1761632991;a:2:{s:14:\"updraft_backup\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:23:\"updraft_backup_database\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1761633407;a:1:{s:28:\"elementor/tracker/send_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1761634716;a:1:{s:33:\"updraftplus_clean_temporary_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1761641085;a:1:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1761641179;a:3:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:21:\"wp_update_user_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1761641180;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1761646484;a:1:{s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1761648284;a:1:{s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1761777887;a:1:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1761902394;a:1:{s:30:\"wp_delete_temp_updater_backups\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1761960035;a:1:{s:26:\"wpcode_usage_tracking_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1761986685;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1763890479;a:1:{s:22:\"dst_update_ad-inserter\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:7:\"monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2592000;}}}s:7:\"version\";i:2;}', 'on'),
(2, 'siteurl', 'https://diginspire.in/wordpress_2', 'on'),
(3, 'home', 'https://diginspire.in/wordpress_2', 'on'),
(4, 'blogname', 'Game Platform', 'on'),
(5, 'blogdescription', '', 'on'),
(6, 'users_can_register', '0', 'on'),
(7, 'admin_email', 'admin@diginspire.in', 'on'),
(8, 'start_of_week', '1', 'on'),
(9, 'use_balanceTags', '0', 'on'),
(10, 'use_smilies', '1', 'on'),
(11, 'require_name_email', '1', 'on'),
(12, 'comments_notify', '1', 'on'),
(13, 'posts_per_rss', '10', 'on'),
(14, 'rss_use_excerpt', '0', 'on'),
(15, 'mailserver_url', 'mail.example.com', 'on'),
(16, 'mailserver_login', 'login@example.com', 'on'),
(17, 'mailserver_pass', 'password', 'on'),
(18, 'mailserver_port', '110', 'on'),
(19, 'default_category', '1', 'on'),
(20, 'default_comment_status', 'open', 'on'),
(21, 'default_ping_status', 'open', 'on'),
(22, 'default_pingback_flag', '1', 'on'),
(23, 'posts_per_page', '10', 'on'),
(24, 'date_format', 'F j, Y', 'on'),
(25, 'time_format', 'g:i a', 'on'),
(26, 'links_updated_date_format', 'F j, Y g:i a', 'on'),
(27, 'comment_moderation', '0', 'on'),
(28, 'moderation_notify', '1', 'on'),
(29, 'permalink_structure', '/index.php/%year%/%monthnum%/%day%/%postname%/', 'on'),
(30, 'rewrite_rules', 'a:95:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:57:\"index.php/category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:52:\"index.php/category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:33:\"index.php/category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:45:\"index.php/category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:27:\"index.php/category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:54:\"index.php/tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:49:\"index.php/tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:30:\"index.php/tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:42:\"index.php/tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:24:\"index.php/tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:55:\"index.php/type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:50:\"index.php/type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:31:\"index.php/type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:43:\"index.php/type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:25:\"index.php/type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:42:\"index.php/feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:37:\"index.php/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:18:\"index.php/embed/?$\";s:21:\"index.php?&embed=true\";s:30:\"index.php/page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:37:\"index.php/comment-page-([0-9]{1,})/?$\";s:38:\"index.php?&page_id=7&cpage=$matches[1]\";s:51:\"index.php/comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:46:\"index.php/comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:27:\"index.php/comments/embed/?$\";s:21:\"index.php?&embed=true\";s:54:\"index.php/search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:49:\"index.php/search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:30:\"index.php/search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:42:\"index.php/search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:24:\"index.php/search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:57:\"index.php/author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:52:\"index.php/author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:33:\"index.php/author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:45:\"index.php/author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:27:\"index.php/author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:79:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:74:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:55:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:67:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:49:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:66:\"index.php/([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:61:\"index.php/([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:42:\"index.php/([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:54:\"index.php/([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:36:\"index.php/([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:53:\"index.php/([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:48:\"index.php/([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:29:\"index.php/([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:41:\"index.php/([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:23:\"index.php/([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:68:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:78:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:98:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:93:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:93:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:74:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:63:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:67:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:87:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:82:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:75:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:82:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:71:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:57:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:67:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:87:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:82:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:82:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:63:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:74:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:61:\"index.php/([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:48:\"index.php/([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:37:\"index.php/.?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"index.php/.?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"index.php/.?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"index.php/.?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"index.php/.?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"index.php/.?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"index.php/(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:30:\"index.php/(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:50:\"index.php/(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:45:\"index.php/(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:38:\"index.php/(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:45:\"index.php/(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:34:\"index.php/(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}', 'on'),
(31, 'hack_file', '0', 'on'),
(32, 'blog_charset', 'UTF-8', 'on'),
(33, 'moderation_keys', '', 'off'),
(34, 'active_plugins', 'a:2:{i:0;s:23:\"elementor/elementor.php\";i:1;s:27:\"updraftplus/updraftplus.php\";}', 'on'),
(35, 'category_base', '', 'on'),
(36, 'ping_sites', 'https://rpc.pingomatic.com/', 'on'),
(37, 'comment_max_links', '2', 'on'),
(38, 'gmt_offset', '0', 'on'),
(39, 'default_email_category', '1', 'on'),
(40, 'recently_edited', 'a:5:{i:0;s:85:\"/home/diginspire/public_html/wordpress_2/wp-content/themes/hello-elementor/header.php\";i:2;s:88:\"/home/diginspire/public_html/wordpress_2/wp-content/themes/hello-elementor/theme.min.css\";i:3;s:84:\"/home/diginspire/public_html/wordpress_2/wp-content/themes/hello-elementor/style.css\";i:4;s:85:\"/home/diginspire/public_html/wordpress_2/wp-content/themes/hello-elementor/footer.php\";i:5;s:0:\"\";}', 'off'),
(41, 'template', 'hello-elementor', 'on'),
(42, 'stylesheet', 'hello-elementor', 'on'),
(43, 'comment_registration', '0', 'on'),
(44, 'html_type', 'text/html', 'on'),
(45, 'use_trackback', '0', 'on'),
(46, 'default_role', 'subscriber', 'on'),
(47, 'db_version', '60421', 'on'),
(48, 'uploads_use_yearmonth_folders', '1', 'on'),
(49, 'upload_path', '', 'on'),
(50, 'blog_public', '1', 'on'),
(51, 'default_link_category', '2', 'on'),
(52, 'show_on_front', 'page', 'on'),
(53, 'tag_base', '', 'on'),
(54, 'show_avatars', '1', 'on'),
(55, 'avatar_rating', 'G', 'on'),
(56, 'upload_url_path', '', 'on'),
(57, 'thumbnail_size_w', '150', 'on'),
(58, 'thumbnail_size_h', '150', 'on'),
(59, 'thumbnail_crop', '1', 'on'),
(60, 'medium_size_w', '300', 'on'),
(61, 'medium_size_h', '300', 'on'),
(62, 'avatar_default', 'mystery', 'on'),
(63, 'large_size_w', '1024', 'on'),
(64, 'large_size_h', '1024', 'on'),
(65, 'image_default_link_type', 'none', 'on'),
(66, 'image_default_size', '', 'on'),
(67, 'image_default_align', '', 'on'),
(68, 'close_comments_for_old_posts', '0', 'on'),
(69, 'close_comments_days_old', '14', 'on'),
(70, 'thread_comments', '1', 'on'),
(71, 'thread_comments_depth', '5', 'on'),
(72, 'page_comments', '0', 'on'),
(73, 'comments_per_page', '50', 'on'),
(74, 'default_comments_page', 'newest', 'on'),
(75, 'comment_order', 'asc', 'on'),
(76, 'sticky_posts', 'a:0:{}', 'on'),
(77, 'widget_categories', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'auto'),
(78, 'widget_text', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'auto'),
(79, 'widget_rss', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'auto'),
(80, 'uninstall_plugins', 'a:3:{s:23:\"elementor/elementor.php\";a:2:{i:0;s:21:\"Elementor\\Maintenance\";i:1;s:9:\"uninstall\";}s:27:\"app-ads-txt/app-ads-txt.php\";a:2:{i:0;s:8:\"Freemius\";i:1;s:22:\"_uninstall_plugin_hook\";}s:35:\"litespeed-cache/litespeed-cache.php\";s:47:\"LiteSpeed\\Activation::uninstall_litespeed_cache\";}', 'off'),
(81, 'timezone_string', '', 'on'),
(82, 'page_for_posts', '0', 'on'),
(83, 'page_on_front', '7', 'on'),
(84, 'default_post_format', '0', 'on'),
(85, 'link_manager_enabled', '0', 'on'),
(86, 'finished_splitting_shared_terms', '1', 'on'),
(87, 'site_icon', '0', 'on'),
(88, 'medium_large_size_w', '768', 'on'),
(89, 'medium_large_size_h', '0', 'on'),
(90, 'wp_page_for_privacy_policy', '3', 'on'),
(91, 'show_comments_cookies_opt_in', '1', 'on'),
(92, 'admin_email_lifespan', '1737535484', 'on'),
(93, 'disallowed_keys', '', 'off'),
(94, 'comment_previously_approved', '1', 'on'),
(95, 'auto_plugin_theme_update_emails', 'a:0:{}', 'off'),
(96, 'auto_update_core_dev', 'enabled', 'on'),
(97, 'auto_update_core_minor', 'enabled', 'on'),
(98, 'auto_update_core_major', 'enabled', 'on'),
(99, 'wp_force_deactivated_plugins', 'a:0:{}', 'off'),
(100, 'wp_attachment_pages_enabled', '0', 'on'),
(101, 'initial_db_version', '57155', 'on'),
(102, 'TI9k8mggE_user_roles', 'a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:63:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:20:\"wpcode_edit_snippets\";b:1;s:24:\"wpcode_activate_snippets\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}', 'auto'),
(103, 'fresh_site', '0', 'off'),
(104, 'user_count', '1', 'off'),
(105, 'widget_block', 'a:6:{i:2;a:1:{s:7:\"content\";s:19:\"<!-- wp:search /-->\";}i:3;a:1:{s:7:\"content\";s:154:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Posts</h2><!-- /wp:heading --><!-- wp:latest-posts /--></div><!-- /wp:group -->\";}i:4;a:1:{s:7:\"content\";s:227:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Comments</h2><!-- /wp:heading --><!-- wp:latest-comments {\"displayAvatar\":false,\"displayDate\":false,\"displayExcerpt\":false} /--></div><!-- /wp:group -->\";}i:5;a:1:{s:7:\"content\";s:146:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Archives</h2><!-- /wp:heading --><!-- wp:archives /--></div><!-- /wp:group -->\";}i:6;a:1:{s:7:\"content\";s:150:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Categories</h2><!-- /wp:heading --><!-- wp:categories /--></div><!-- /wp:group -->\";}s:12:\"_multiwidget\";i:1;}', 'auto'),
(106, 'sidebars_widgets', 'a:2:{s:19:\"wp_inactive_widgets\";a:5:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:7:\"block-5\";i:4;s:7:\"block-6\";}s:13:\"array_version\";i:3;}', 'auto'),
(107, 'widget_pages', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(108, 'widget_calendar', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(109, 'widget_archives', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(110, 'widget_media_audio', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(111, 'widget_media_image', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(112, 'widget_media_gallery', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(113, 'widget_media_video', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(114, 'widget_meta', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(115, 'widget_search', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(116, 'widget_recent-posts', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(117, 'widget_recent-comments', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(118, 'widget_tag_cloud', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(119, 'widget_nav_menu', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(120, 'widget_custom_html', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(121, '_transient_wp_core_block_css_files', 'a:2:{s:7:\"version\";s:5:\"6.6.1\";s:5:\"files\";a:496:{i:0;s:23:\"archives/editor-rtl.css\";i:1;s:27:\"archives/editor-rtl.min.css\";i:2;s:19:\"archives/editor.css\";i:3;s:23:\"archives/editor.min.css\";i:4;s:22:\"archives/style-rtl.css\";i:5;s:26:\"archives/style-rtl.min.css\";i:6;s:18:\"archives/style.css\";i:7;s:22:\"archives/style.min.css\";i:8;s:20:\"audio/editor-rtl.css\";i:9;s:24:\"audio/editor-rtl.min.css\";i:10;s:16:\"audio/editor.css\";i:11;s:20:\"audio/editor.min.css\";i:12;s:19:\"audio/style-rtl.css\";i:13;s:23:\"audio/style-rtl.min.css\";i:14;s:15:\"audio/style.css\";i:15;s:19:\"audio/style.min.css\";i:16;s:19:\"audio/theme-rtl.css\";i:17;s:23:\"audio/theme-rtl.min.css\";i:18;s:15:\"audio/theme.css\";i:19;s:19:\"audio/theme.min.css\";i:20;s:21:\"avatar/editor-rtl.css\";i:21;s:25:\"avatar/editor-rtl.min.css\";i:22;s:17:\"avatar/editor.css\";i:23;s:21:\"avatar/editor.min.css\";i:24;s:20:\"avatar/style-rtl.css\";i:25;s:24:\"avatar/style-rtl.min.css\";i:26;s:16:\"avatar/style.css\";i:27;s:20:\"avatar/style.min.css\";i:28;s:21:\"button/editor-rtl.css\";i:29;s:25:\"button/editor-rtl.min.css\";i:30;s:17:\"button/editor.css\";i:31;s:21:\"button/editor.min.css\";i:32;s:20:\"button/style-rtl.css\";i:33;s:24:\"button/style-rtl.min.css\";i:34;s:16:\"button/style.css\";i:35;s:20:\"button/style.min.css\";i:36;s:22:\"buttons/editor-rtl.css\";i:37;s:26:\"buttons/editor-rtl.min.css\";i:38;s:18:\"buttons/editor.css\";i:39;s:22:\"buttons/editor.min.css\";i:40;s:21:\"buttons/style-rtl.css\";i:41;s:25:\"buttons/style-rtl.min.css\";i:42;s:17:\"buttons/style.css\";i:43;s:21:\"buttons/style.min.css\";i:44;s:22:\"calendar/style-rtl.css\";i:45;s:26:\"calendar/style-rtl.min.css\";i:46;s:18:\"calendar/style.css\";i:47;s:22:\"calendar/style.min.css\";i:48;s:25:\"categories/editor-rtl.css\";i:49;s:29:\"categories/editor-rtl.min.css\";i:50;s:21:\"categories/editor.css\";i:51;s:25:\"categories/editor.min.css\";i:52;s:24:\"categories/style-rtl.css\";i:53;s:28:\"categories/style-rtl.min.css\";i:54;s:20:\"categories/style.css\";i:55;s:24:\"categories/style.min.css\";i:56;s:19:\"code/editor-rtl.css\";i:57;s:23:\"code/editor-rtl.min.css\";i:58;s:15:\"code/editor.css\";i:59;s:19:\"code/editor.min.css\";i:60;s:18:\"code/style-rtl.css\";i:61;s:22:\"code/style-rtl.min.css\";i:62;s:14:\"code/style.css\";i:63;s:18:\"code/style.min.css\";i:64;s:18:\"code/theme-rtl.css\";i:65;s:22:\"code/theme-rtl.min.css\";i:66;s:14:\"code/theme.css\";i:67;s:18:\"code/theme.min.css\";i:68;s:22:\"columns/editor-rtl.css\";i:69;s:26:\"columns/editor-rtl.min.css\";i:70;s:18:\"columns/editor.css\";i:71;s:22:\"columns/editor.min.css\";i:72;s:21:\"columns/style-rtl.css\";i:73;s:25:\"columns/style-rtl.min.css\";i:74;s:17:\"columns/style.css\";i:75;s:21:\"columns/style.min.css\";i:76;s:29:\"comment-content/style-rtl.css\";i:77;s:33:\"comment-content/style-rtl.min.css\";i:78;s:25:\"comment-content/style.css\";i:79;s:29:\"comment-content/style.min.css\";i:80;s:30:\"comment-template/style-rtl.css\";i:81;s:34:\"comment-template/style-rtl.min.css\";i:82;s:26:\"comment-template/style.css\";i:83;s:30:\"comment-template/style.min.css\";i:84;s:42:\"comments-pagination-numbers/editor-rtl.css\";i:85;s:46:\"comments-pagination-numbers/editor-rtl.min.css\";i:86;s:38:\"comments-pagination-numbers/editor.css\";i:87;s:42:\"comments-pagination-numbers/editor.min.css\";i:88;s:34:\"comments-pagination/editor-rtl.css\";i:89;s:38:\"comments-pagination/editor-rtl.min.css\";i:90;s:30:\"comments-pagination/editor.css\";i:91;s:34:\"comments-pagination/editor.min.css\";i:92;s:33:\"comments-pagination/style-rtl.css\";i:93;s:37:\"comments-pagination/style-rtl.min.css\";i:94;s:29:\"comments-pagination/style.css\";i:95;s:33:\"comments-pagination/style.min.css\";i:96;s:29:\"comments-title/editor-rtl.css\";i:97;s:33:\"comments-title/editor-rtl.min.css\";i:98;s:25:\"comments-title/editor.css\";i:99;s:29:\"comments-title/editor.min.css\";i:100;s:23:\"comments/editor-rtl.css\";i:101;s:27:\"comments/editor-rtl.min.css\";i:102;s:19:\"comments/editor.css\";i:103;s:23:\"comments/editor.min.css\";i:104;s:22:\"comments/style-rtl.css\";i:105;s:26:\"comments/style-rtl.min.css\";i:106;s:18:\"comments/style.css\";i:107;s:22:\"comments/style.min.css\";i:108;s:20:\"cover/editor-rtl.css\";i:109;s:24:\"cover/editor-rtl.min.css\";i:110;s:16:\"cover/editor.css\";i:111;s:20:\"cover/editor.min.css\";i:112;s:19:\"cover/style-rtl.css\";i:113;s:23:\"cover/style-rtl.min.css\";i:114;s:15:\"cover/style.css\";i:115;s:19:\"cover/style.min.css\";i:116;s:22:\"details/editor-rtl.css\";i:117;s:26:\"details/editor-rtl.min.css\";i:118;s:18:\"details/editor.css\";i:119;s:22:\"details/editor.min.css\";i:120;s:21:\"details/style-rtl.css\";i:121;s:25:\"details/style-rtl.min.css\";i:122;s:17:\"details/style.css\";i:123;s:21:\"details/style.min.css\";i:124;s:20:\"embed/editor-rtl.css\";i:125;s:24:\"embed/editor-rtl.min.css\";i:126;s:16:\"embed/editor.css\";i:127;s:20:\"embed/editor.min.css\";i:128;s:19:\"embed/style-rtl.css\";i:129;s:23:\"embed/style-rtl.min.css\";i:130;s:15:\"embed/style.css\";i:131;s:19:\"embed/style.min.css\";i:132;s:19:\"embed/theme-rtl.css\";i:133;s:23:\"embed/theme-rtl.min.css\";i:134;s:15:\"embed/theme.css\";i:135;s:19:\"embed/theme.min.css\";i:136;s:19:\"file/editor-rtl.css\";i:137;s:23:\"file/editor-rtl.min.css\";i:138;s:15:\"file/editor.css\";i:139;s:19:\"file/editor.min.css\";i:140;s:18:\"file/style-rtl.css\";i:141;s:22:\"file/style-rtl.min.css\";i:142;s:14:\"file/style.css\";i:143;s:18:\"file/style.min.css\";i:144;s:23:\"footnotes/style-rtl.css\";i:145;s:27:\"footnotes/style-rtl.min.css\";i:146;s:19:\"footnotes/style.css\";i:147;s:23:\"footnotes/style.min.css\";i:148;s:23:\"freeform/editor-rtl.css\";i:149;s:27:\"freeform/editor-rtl.min.css\";i:150;s:19:\"freeform/editor.css\";i:151;s:23:\"freeform/editor.min.css\";i:152;s:22:\"gallery/editor-rtl.css\";i:153;s:26:\"gallery/editor-rtl.min.css\";i:154;s:18:\"gallery/editor.css\";i:155;s:22:\"gallery/editor.min.css\";i:156;s:21:\"gallery/style-rtl.css\";i:157;s:25:\"gallery/style-rtl.min.css\";i:158;s:17:\"gallery/style.css\";i:159;s:21:\"gallery/style.min.css\";i:160;s:21:\"gallery/theme-rtl.css\";i:161;s:25:\"gallery/theme-rtl.min.css\";i:162;s:17:\"gallery/theme.css\";i:163;s:21:\"gallery/theme.min.css\";i:164;s:20:\"group/editor-rtl.css\";i:165;s:24:\"group/editor-rtl.min.css\";i:166;s:16:\"group/editor.css\";i:167;s:20:\"group/editor.min.css\";i:168;s:19:\"group/style-rtl.css\";i:169;s:23:\"group/style-rtl.min.css\";i:170;s:15:\"group/style.css\";i:171;s:19:\"group/style.min.css\";i:172;s:19:\"group/theme-rtl.css\";i:173;s:23:\"group/theme-rtl.min.css\";i:174;s:15:\"group/theme.css\";i:175;s:19:\"group/theme.min.css\";i:176;s:21:\"heading/style-rtl.css\";i:177;s:25:\"heading/style-rtl.min.css\";i:178;s:17:\"heading/style.css\";i:179;s:21:\"heading/style.min.css\";i:180;s:19:\"html/editor-rtl.css\";i:181;s:23:\"html/editor-rtl.min.css\";i:182;s:15:\"html/editor.css\";i:183;s:19:\"html/editor.min.css\";i:184;s:20:\"image/editor-rtl.css\";i:185;s:24:\"image/editor-rtl.min.css\";i:186;s:16:\"image/editor.css\";i:187;s:20:\"image/editor.min.css\";i:188;s:19:\"image/style-rtl.css\";i:189;s:23:\"image/style-rtl.min.css\";i:190;s:15:\"image/style.css\";i:191;s:19:\"image/style.min.css\";i:192;s:19:\"image/theme-rtl.css\";i:193;s:23:\"image/theme-rtl.min.css\";i:194;s:15:\"image/theme.css\";i:195;s:19:\"image/theme.min.css\";i:196;s:29:\"latest-comments/style-rtl.css\";i:197;s:33:\"latest-comments/style-rtl.min.css\";i:198;s:25:\"latest-comments/style.css\";i:199;s:29:\"latest-comments/style.min.css\";i:200;s:27:\"latest-posts/editor-rtl.css\";i:201;s:31:\"latest-posts/editor-rtl.min.css\";i:202;s:23:\"latest-posts/editor.css\";i:203;s:27:\"latest-posts/editor.min.css\";i:204;s:26:\"latest-posts/style-rtl.css\";i:205;s:30:\"latest-posts/style-rtl.min.css\";i:206;s:22:\"latest-posts/style.css\";i:207;s:26:\"latest-posts/style.min.css\";i:208;s:18:\"list/style-rtl.css\";i:209;s:22:\"list/style-rtl.min.css\";i:210;s:14:\"list/style.css\";i:211;s:18:\"list/style.min.css\";i:212;s:25:\"media-text/editor-rtl.css\";i:213;s:29:\"media-text/editor-rtl.min.css\";i:214;s:21:\"media-text/editor.css\";i:215;s:25:\"media-text/editor.min.css\";i:216;s:24:\"media-text/style-rtl.css\";i:217;s:28:\"media-text/style-rtl.min.css\";i:218;s:20:\"media-text/style.css\";i:219;s:24:\"media-text/style.min.css\";i:220;s:19:\"more/editor-rtl.css\";i:221;s:23:\"more/editor-rtl.min.css\";i:222;s:15:\"more/editor.css\";i:223;s:19:\"more/editor.min.css\";i:224;s:30:\"navigation-link/editor-rtl.css\";i:225;s:34:\"navigation-link/editor-rtl.min.css\";i:226;s:26:\"navigation-link/editor.css\";i:227;s:30:\"navigation-link/editor.min.css\";i:228;s:29:\"navigation-link/style-rtl.css\";i:229;s:33:\"navigation-link/style-rtl.min.css\";i:230;s:25:\"navigation-link/style.css\";i:231;s:29:\"navigation-link/style.min.css\";i:232;s:33:\"navigation-submenu/editor-rtl.css\";i:233;s:37:\"navigation-submenu/editor-rtl.min.css\";i:234;s:29:\"navigation-submenu/editor.css\";i:235;s:33:\"navigation-submenu/editor.min.css\";i:236;s:25:\"navigation/editor-rtl.css\";i:237;s:29:\"navigation/editor-rtl.min.css\";i:238;s:21:\"navigation/editor.css\";i:239;s:25:\"navigation/editor.min.css\";i:240;s:24:\"navigation/style-rtl.css\";i:241;s:28:\"navigation/style-rtl.min.css\";i:242;s:20:\"navigation/style.css\";i:243;s:24:\"navigation/style.min.css\";i:244;s:23:\"nextpage/editor-rtl.css\";i:245;s:27:\"nextpage/editor-rtl.min.css\";i:246;s:19:\"nextpage/editor.css\";i:247;s:23:\"nextpage/editor.min.css\";i:248;s:24:\"page-list/editor-rtl.css\";i:249;s:28:\"page-list/editor-rtl.min.css\";i:250;s:20:\"page-list/editor.css\";i:251;s:24:\"page-list/editor.min.css\";i:252;s:23:\"page-list/style-rtl.css\";i:253;s:27:\"page-list/style-rtl.min.css\";i:254;s:19:\"page-list/style.css\";i:255;s:23:\"page-list/style.min.css\";i:256;s:24:\"paragraph/editor-rtl.css\";i:257;s:28:\"paragraph/editor-rtl.min.css\";i:258;s:20:\"paragraph/editor.css\";i:259;s:24:\"paragraph/editor.min.css\";i:260;s:23:\"paragraph/style-rtl.css\";i:261;s:27:\"paragraph/style-rtl.min.css\";i:262;s:19:\"paragraph/style.css\";i:263;s:23:\"paragraph/style.min.css\";i:264;s:25:\"post-author/style-rtl.css\";i:265;s:29:\"post-author/style-rtl.min.css\";i:266;s:21:\"post-author/style.css\";i:267;s:25:\"post-author/style.min.css\";i:268;s:33:\"post-comments-form/editor-rtl.css\";i:269;s:37:\"post-comments-form/editor-rtl.min.css\";i:270;s:29:\"post-comments-form/editor.css\";i:271;s:33:\"post-comments-form/editor.min.css\";i:272;s:32:\"post-comments-form/style-rtl.css\";i:273;s:36:\"post-comments-form/style-rtl.min.css\";i:274;s:28:\"post-comments-form/style.css\";i:275;s:32:\"post-comments-form/style.min.css\";i:276;s:27:\"post-content/editor-rtl.css\";i:277;s:31:\"post-content/editor-rtl.min.css\";i:278;s:23:\"post-content/editor.css\";i:279;s:27:\"post-content/editor.min.css\";i:280;s:23:\"post-date/style-rtl.css\";i:281;s:27:\"post-date/style-rtl.min.css\";i:282;s:19:\"post-date/style.css\";i:283;s:23:\"post-date/style.min.css\";i:284;s:27:\"post-excerpt/editor-rtl.css\";i:285;s:31:\"post-excerpt/editor-rtl.min.css\";i:286;s:23:\"post-excerpt/editor.css\";i:287;s:27:\"post-excerpt/editor.min.css\";i:288;s:26:\"post-excerpt/style-rtl.css\";i:289;s:30:\"post-excerpt/style-rtl.min.css\";i:290;s:22:\"post-excerpt/style.css\";i:291;s:26:\"post-excerpt/style.min.css\";i:292;s:34:\"post-featured-image/editor-rtl.css\";i:293;s:38:\"post-featured-image/editor-rtl.min.css\";i:294;s:30:\"post-featured-image/editor.css\";i:295;s:34:\"post-featured-image/editor.min.css\";i:296;s:33:\"post-featured-image/style-rtl.css\";i:297;s:37:\"post-featured-image/style-rtl.min.css\";i:298;s:29:\"post-featured-image/style.css\";i:299;s:33:\"post-featured-image/style.min.css\";i:300;s:34:\"post-navigation-link/style-rtl.css\";i:301;s:38:\"post-navigation-link/style-rtl.min.css\";i:302;s:30:\"post-navigation-link/style.css\";i:303;s:34:\"post-navigation-link/style.min.css\";i:304;s:28:\"post-template/editor-rtl.css\";i:305;s:32:\"post-template/editor-rtl.min.css\";i:306;s:24:\"post-template/editor.css\";i:307;s:28:\"post-template/editor.min.css\";i:308;s:27:\"post-template/style-rtl.css\";i:309;s:31:\"post-template/style-rtl.min.css\";i:310;s:23:\"post-template/style.css\";i:311;s:27:\"post-template/style.min.css\";i:312;s:24:\"post-terms/style-rtl.css\";i:313;s:28:\"post-terms/style-rtl.min.css\";i:314;s:20:\"post-terms/style.css\";i:315;s:24:\"post-terms/style.min.css\";i:316;s:24:\"post-title/style-rtl.css\";i:317;s:28:\"post-title/style-rtl.min.css\";i:318;s:20:\"post-title/style.css\";i:319;s:24:\"post-title/style.min.css\";i:320;s:26:\"preformatted/style-rtl.css\";i:321;s:30:\"preformatted/style-rtl.min.css\";i:322;s:22:\"preformatted/style.css\";i:323;s:26:\"preformatted/style.min.css\";i:324;s:24:\"pullquote/editor-rtl.css\";i:325;s:28:\"pullquote/editor-rtl.min.css\";i:326;s:20:\"pullquote/editor.css\";i:327;s:24:\"pullquote/editor.min.css\";i:328;s:23:\"pullquote/style-rtl.css\";i:329;s:27:\"pullquote/style-rtl.min.css\";i:330;s:19:\"pullquote/style.css\";i:331;s:23:\"pullquote/style.min.css\";i:332;s:23:\"pullquote/theme-rtl.css\";i:333;s:27:\"pullquote/theme-rtl.min.css\";i:334;s:19:\"pullquote/theme.css\";i:335;s:23:\"pullquote/theme.min.css\";i:336;s:39:\"query-pagination-numbers/editor-rtl.css\";i:337;s:43:\"query-pagination-numbers/editor-rtl.min.css\";i:338;s:35:\"query-pagination-numbers/editor.css\";i:339;s:39:\"query-pagination-numbers/editor.min.css\";i:340;s:31:\"query-pagination/editor-rtl.css\";i:341;s:35:\"query-pagination/editor-rtl.min.css\";i:342;s:27:\"query-pagination/editor.css\";i:343;s:31:\"query-pagination/editor.min.css\";i:344;s:30:\"query-pagination/style-rtl.css\";i:345;s:34:\"query-pagination/style-rtl.min.css\";i:346;s:26:\"query-pagination/style.css\";i:347;s:30:\"query-pagination/style.min.css\";i:348;s:25:\"query-title/style-rtl.css\";i:349;s:29:\"query-title/style-rtl.min.css\";i:350;s:21:\"query-title/style.css\";i:351;s:25:\"query-title/style.min.css\";i:352;s:20:\"query/editor-rtl.css\";i:353;s:24:\"query/editor-rtl.min.css\";i:354;s:16:\"query/editor.css\";i:355;s:20:\"query/editor.min.css\";i:356;s:19:\"quote/style-rtl.css\";i:357;s:23:\"quote/style-rtl.min.css\";i:358;s:15:\"quote/style.css\";i:359;s:19:\"quote/style.min.css\";i:360;s:19:\"quote/theme-rtl.css\";i:361;s:23:\"quote/theme-rtl.min.css\";i:362;s:15:\"quote/theme.css\";i:363;s:19:\"quote/theme.min.css\";i:364;s:23:\"read-more/style-rtl.css\";i:365;s:27:\"read-more/style-rtl.min.css\";i:366;s:19:\"read-more/style.css\";i:367;s:23:\"read-more/style.min.css\";i:368;s:18:\"rss/editor-rtl.css\";i:369;s:22:\"rss/editor-rtl.min.css\";i:370;s:14:\"rss/editor.css\";i:371;s:18:\"rss/editor.min.css\";i:372;s:17:\"rss/style-rtl.css\";i:373;s:21:\"rss/style-rtl.min.css\";i:374;s:13:\"rss/style.css\";i:375;s:17:\"rss/style.min.css\";i:376;s:21:\"search/editor-rtl.css\";i:377;s:25:\"search/editor-rtl.min.css\";i:378;s:17:\"search/editor.css\";i:379;s:21:\"search/editor.min.css\";i:380;s:20:\"search/style-rtl.css\";i:381;s:24:\"search/style-rtl.min.css\";i:382;s:16:\"search/style.css\";i:383;s:20:\"search/style.min.css\";i:384;s:20:\"search/theme-rtl.css\";i:385;s:24:\"search/theme-rtl.min.css\";i:386;s:16:\"search/theme.css\";i:387;s:20:\"search/theme.min.css\";i:388;s:24:\"separator/editor-rtl.css\";i:389;s:28:\"separator/editor-rtl.min.css\";i:390;s:20:\"separator/editor.css\";i:391;s:24:\"separator/editor.min.css\";i:392;s:23:\"separator/style-rtl.css\";i:393;s:27:\"separator/style-rtl.min.css\";i:394;s:19:\"separator/style.css\";i:395;s:23:\"separator/style.min.css\";i:396;s:23:\"separator/theme-rtl.css\";i:397;s:27:\"separator/theme-rtl.min.css\";i:398;s:19:\"separator/theme.css\";i:399;s:23:\"separator/theme.min.css\";i:400;s:24:\"shortcode/editor-rtl.css\";i:401;s:28:\"shortcode/editor-rtl.min.css\";i:402;s:20:\"shortcode/editor.css\";i:403;s:24:\"shortcode/editor.min.css\";i:404;s:24:\"site-logo/editor-rtl.css\";i:405;s:28:\"site-logo/editor-rtl.min.css\";i:406;s:20:\"site-logo/editor.css\";i:407;s:24:\"site-logo/editor.min.css\";i:408;s:23:\"site-logo/style-rtl.css\";i:409;s:27:\"site-logo/style-rtl.min.css\";i:410;s:19:\"site-logo/style.css\";i:411;s:23:\"site-logo/style.min.css\";i:412;s:27:\"site-tagline/editor-rtl.css\";i:413;s:31:\"site-tagline/editor-rtl.min.css\";i:414;s:23:\"site-tagline/editor.css\";i:415;s:27:\"site-tagline/editor.min.css\";i:416;s:25:\"site-title/editor-rtl.css\";i:417;s:29:\"site-title/editor-rtl.min.css\";i:418;s:21:\"site-title/editor.css\";i:419;s:25:\"site-title/editor.min.css\";i:420;s:24:\"site-title/style-rtl.css\";i:421;s:28:\"site-title/style-rtl.min.css\";i:422;s:20:\"site-title/style.css\";i:423;s:24:\"site-title/style.min.css\";i:424;s:26:\"social-link/editor-rtl.css\";i:425;s:30:\"social-link/editor-rtl.min.css\";i:426;s:22:\"social-link/editor.css\";i:427;s:26:\"social-link/editor.min.css\";i:428;s:27:\"social-links/editor-rtl.css\";i:429;s:31:\"social-links/editor-rtl.min.css\";i:430;s:23:\"social-links/editor.css\";i:431;s:27:\"social-links/editor.min.css\";i:432;s:26:\"social-links/style-rtl.css\";i:433;s:30:\"social-links/style-rtl.min.css\";i:434;s:22:\"social-links/style.css\";i:435;s:26:\"social-links/style.min.css\";i:436;s:21:\"spacer/editor-rtl.css\";i:437;s:25:\"spacer/editor-rtl.min.css\";i:438;s:17:\"spacer/editor.css\";i:439;s:21:\"spacer/editor.min.css\";i:440;s:20:\"spacer/style-rtl.css\";i:441;s:24:\"spacer/style-rtl.min.css\";i:442;s:16:\"spacer/style.css\";i:443;s:20:\"spacer/style.min.css\";i:444;s:20:\"table/editor-rtl.css\";i:445;s:24:\"table/editor-rtl.min.css\";i:446;s:16:\"table/editor.css\";i:447;s:20:\"table/editor.min.css\";i:448;s:19:\"table/style-rtl.css\";i:449;s:23:\"table/style-rtl.min.css\";i:450;s:15:\"table/style.css\";i:451;s:19:\"table/style.min.css\";i:452;s:19:\"table/theme-rtl.css\";i:453;s:23:\"table/theme-rtl.min.css\";i:454;s:15:\"table/theme.css\";i:455;s:19:\"table/theme.min.css\";i:456;s:23:\"tag-cloud/style-rtl.css\";i:457;s:27:\"tag-cloud/style-rtl.min.css\";i:458;s:19:\"tag-cloud/style.css\";i:459;s:23:\"tag-cloud/style.min.css\";i:460;s:28:\"template-part/editor-rtl.css\";i:461;s:32:\"template-part/editor-rtl.min.css\";i:462;s:24:\"template-part/editor.css\";i:463;s:28:\"template-part/editor.min.css\";i:464;s:27:\"template-part/theme-rtl.css\";i:465;s:31:\"template-part/theme-rtl.min.css\";i:466;s:23:\"template-part/theme.css\";i:467;s:27:\"template-part/theme.min.css\";i:468;s:30:\"term-description/style-rtl.css\";i:469;s:34:\"term-description/style-rtl.min.css\";i:470;s:26:\"term-description/style.css\";i:471;s:30:\"term-description/style.min.css\";i:472;s:27:\"text-columns/editor-rtl.css\";i:473;s:31:\"text-columns/editor-rtl.min.css\";i:474;s:23:\"text-columns/editor.css\";i:475;s:27:\"text-columns/editor.min.css\";i:476;s:26:\"text-columns/style-rtl.css\";i:477;s:30:\"text-columns/style-rtl.min.css\";i:478;s:22:\"text-columns/style.css\";i:479;s:26:\"text-columns/style.min.css\";i:480;s:19:\"verse/style-rtl.css\";i:481;s:23:\"verse/style-rtl.min.css\";i:482;s:15:\"verse/style.css\";i:483;s:19:\"verse/style.min.css\";i:484;s:20:\"video/editor-rtl.css\";i:485;s:24:\"video/editor-rtl.min.css\";i:486;s:16:\"video/editor.css\";i:487;s:20:\"video/editor.min.css\";i:488;s:19:\"video/style-rtl.css\";i:489;s:23:\"video/style-rtl.min.css\";i:490;s:15:\"video/style.css\";i:491;s:19:\"video/style.min.css\";i:492;s:19:\"video/theme-rtl.css\";i:493;s:23:\"video/theme-rtl.min.css\";i:494;s:15:\"video/theme.css\";i:495;s:19:\"video/theme.min.css\";}}', 'on'),
(125, 'recovery_keys', 'a:0:{}', 'off'),
(126, 'nonce_key', 'V}RhB7Dh6hP8RD~l.CR`-K@;-t=T~O6RsN*]9b*WCGTz}Dhj,i:9KIWgcX=km#5O', 'off'),
(127, 'nonce_salt', 'DVO-ZBNH@K t6mA,a=!Sp8691VgrqL3e.o[OYlZSmTe#oOO-<pqz!aotQ*G,kP+&', 'off'),
(128, 'theme_mods_twentytwentyfour', 'a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1721985873;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:9:\"sidebar-2\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}}}}', 'off'),
(154, 'finished_updating_comment_type', '1', 'auto'),
(155, '_site_transient_wp_plugin_dependencies_plugin_data', 'a:0:{}', 'off'),
(165, 'elementor_active_kit', '6', 'auto'),
(166, 'elementor_font_display', 'swap', 'auto'),
(169, 'recently_activated', 'a:1:{s:27:\"app-ads-txt/app-ads-txt.php\";i:1722323652;}', 'off'),
(170, 'elementor_version', '3.23.3', 'auto'),
(171, 'elementor_install_history', 'a:1:{s:6:\"3.23.3\";i:1721985665;}', 'auto'),
(172, 'elementor_events_db_version', '1.0.0', 'off'),
(174, 'elementor_onboarded', '1', 'auto'),
(175, '_elementor_installed_time', '1721985674', 'auto');
INSERT INTO `TI9k8mggE_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(176, 'elementor_remote_info_library', 'a:3:{s:10:\"types_data\";a:4:{s:5:\"block\";a:2:{s:10:\"categories\";a:28:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:8:\"Benefits\";i:4;s:14:\"call to action\";i:5;s:7:\"clients\";i:6;s:7:\"contact\";i:7;s:4:\"Data\";i:8;s:3:\"faq\";i:9;s:8:\"features\";i:10;s:6:\"footer\";i:11;s:7:\"Gallery\";i:12;s:6:\"header\";i:13;s:4:\"hero\";i:14;s:11:\"Link in Bio\";i:15;s:9:\"portfolio\";i:16;s:7:\"pricing\";i:17;s:15:\"product archive\";i:18;s:5:\"Quote\";i:19;s:15:\"Service Details\";i:20;s:8:\"services\";i:21;s:11:\"single page\";i:22;s:11:\"single post\";i:23;s:14:\"single product\";i:24;s:5:\"stats\";i:25;s:9:\"subscribe\";i:26;s:4:\"team\";i:27;s:12:\"testimonials\";}s:4:\"sets\";a:5:{i:0;s:11:\"Boxing Club\";i:1;s:19:\"Business Consultant\";i:2;s:16:\"Marketing Agency\";i:3;s:9:\"Wireframe\";i:4;s:15:\"Workshop Center\";}}s:5:\"popup\";a:1:{s:10:\"categories\";a:6:{i:0;s:10:\"bottom bar\";i:1;s:7:\"classic\";i:2;s:6:\"fly-in\";i:3;s:11:\"full screen\";i:4;s:9:\"hello bar\";i:5;s:8:\"slide-in\";}}s:2:\"lp\";a:1:{s:10:\"categories\";a:15:{i:0;s:8:\"Business\";i:1;s:16:\"Coming Soon Page\";i:2;s:9:\"eCommerce\";i:3;s:9:\"Education\";i:4;s:6:\"Events\";i:5;s:18:\"Health and Fitness\";i:6;s:3:\"NFT\";i:7;s:14:\"Online Service\";i:8;s:7:\"Product\";i:9;s:11:\"Real Estate\";i:10;s:18:\"Social Involvement\";i:11;s:14:\"Thank You Page\";i:12;s:6:\"Travel\";i:13;s:18:\"Under Construction\";i:14;s:9:\"Wireframe\";}}s:2:\"lb\";a:1:{s:10:\"categories\";a:2:{i:0;s:4:\"post\";i:1;s:7:\"product\";}}}s:10:\"categories\";a:28:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:8:\"Benefits\";i:4;s:14:\"call to action\";i:5;s:7:\"clients\";i:6;s:7:\"contact\";i:7;s:4:\"Data\";i:8;s:3:\"faq\";i:9;s:8:\"features\";i:10;s:6:\"footer\";i:11;s:7:\"Gallery\";i:12;s:6:\"header\";i:13;s:4:\"hero\";i:14;s:11:\"Link in Bio\";i:15;s:9:\"portfolio\";i:16;s:7:\"pricing\";i:17;s:15:\"product archive\";i:18;s:5:\"Quote\";i:19;s:15:\"Service Details\";i:20;s:8:\"services\";i:21;s:11:\"single page\";i:22;s:11:\"single post\";i:23;s:14:\"single product\";i:24;s:5:\"stats\";i:25;s:9:\"subscribe\";i:26;s:4:\"team\";i:27;s:12:\"testimonials\";}s:9:\"templates\";a:823:{i:0;a:19:{s:4:\"tmpl\";i:1280;s:2:\"id\";i:22403;s:5:\"title\";s:40:\"Hello Bar | Subscribe | Aesthetic Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/aesthetic-clinic-19.jpg\";s:12:\"tmpl_created\";i:1647354307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/hello-bar-subscribe-aesthetic-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:48:\"[\"Barbershop\",\"Business\",\"Discount\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:1;a:19:{s:4:\"tmpl\";i:1281;s:2:\"id\";i:22410;s:5:\"title\";s:32:\"Fly-In | Discount | Hair Stylist\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/hair-stylist-20.jpg\";s:12:\"tmpl_created\";i:1647354614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-discount-hair-stylist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Barbershop\",\"Discount\",\"Hair\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:2;a:19:{s:4:\"tmpl\";i:1285;s:2:\"id\";i:22440;s:5:\"title\";s:32:\"Classic | Subscribe | Shoe Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/shoes-store-21.jpg\";s:12:\"tmpl_created\";i:1647418620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-subscribe-shoe-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:37:\"[\"Ecommerce\",\"Marketing\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:3;a:19:{s:4:\"tmpl\";i:1286;s:2:\"id\";i:22446;s:5:\"title\";s:37:\"Full Screen | Subscribe | Denim Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/denim-store-22.jpg\";s:12:\"tmpl_created\";i:1647419614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/full-screen-subscribe-denim-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:4;a:19:{s:4:\"tmpl\";i:1287;s:2:\"id\";i:22452;s:5:\"title\";s:37:\"Fly-In | Subscribe | Pizza Restaurant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/pizza-restaurant-23.jpg\";s:12:\"tmpl_created\";i:1647420733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-subscribe-pizza-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:19:\"[\"Business\",\"Food\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:5;a:19:{s:4:\"tmpl\";i:1288;s:2:\"id\";i:22458;s:5:\"title\";s:38:\"Full Screen | Subscribe | Fashion Shop\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-shop-24.jpg\";s:12:\"tmpl_created\";i:1647426379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-subscribe-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Ecommerce\",\"Fashion\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:6;a:19:{s:4:\"tmpl\";i:1289;s:2:\"id\";i:22464;s:5:\"title\";s:32:\"Fly-In | Contact | Makeup Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/makeup-studio-25.jpg\";s:12:\"tmpl_created\";i:1647427026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-contact-makeup-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:7;a:19:{s:4:\"tmpl\";i:1290;s:2:\"id\";i:22470;s:5:\"title\";s:32:\"Fly-In | Contact | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-26.jpg\";s:12:\"tmpl_created\";i:1647428250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-contact-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:8;a:19:{s:4:\"tmpl\";i:1291;s:2:\"id\";i:22480;s:5:\"title\";s:27:\"Classic | CTA | MasterClass\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/master-class-27.jpg\";s:12:\"tmpl_created\";i:1647428474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-masterclass/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"cta\",\"Magazine\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:9;a:19:{s:4:\"tmpl\";i:1292;s:2:\"id\";i:22489;s:5:\"title\";s:29:\"Classic | CTA | Music Concert\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/music-concert-29.jpg\";s:12:\"tmpl_created\";i:1647429738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-music-concert/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"cta\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:10;a:19:{s:4:\"tmpl\";i:1293;s:2:\"id\";i:22495;s:5:\"title\";s:27:\"Classic | CTA | Music Album\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/music-album-30.jpg\";s:12:\"tmpl_created\";i:1647430056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-music-album/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Ba\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:11;a:19:{s:4:\"tmpl\";i:1294;s:2:\"id\";i:22501;s:5:\"title\";s:37:\"Fly-In | CTA | Photography Exhibition\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/photography-exhibition-31.jpg\";s:12:\"tmpl_created\";i:1647430512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-cta-photography-exhibition/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:12;a:19:{s:4:\"tmpl\";i:1295;s:2:\"id\";i:22507;s:5:\"title\";s:34:\"Classic | CTA | Clothing Shop Sale\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/clothing-shop-sale-32.jpg\";s:12:\"tmpl_created\";i:1647430774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-cta-clothing-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:13;a:19:{s:4:\"tmpl\";i:1296;s:2:\"id\";i:22486;s:5:\"title\";s:30:\"Classic | CTA | Shop Promotion\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/shop-promotion-28.jpg\";s:12:\"tmpl_created\";i:1647430951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-shop-promotion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"cta\",\"Magazine\",\"Photography\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:14;a:19:{s:4:\"tmpl\";i:1297;s:2:\"id\";i:22516;s:5:\"title\";s:32:\"Fly-In | CTA | Glasses Shop Sale\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/glasses-shop-sale-33.jpg\";s:12:\"tmpl_created\";i:1647431136;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-cta-glasses-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:30:\"[\"Business\",\"cta\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:15;a:19:{s:4:\"tmpl\";i:1298;s:2:\"id\";i:22522;s:5:\"title\";s:30:\"Fly-In | Discount | Skate Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/50-skate-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647434058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-discount-skate-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:16;a:19:{s:4:\"tmpl\";i:1299;s:2:\"id\";i:22532;s:5:\"title\";s:43:\"Classic | Subscription | Basketball Academy\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/21-basketball-academy-Subscription.jpg\";s:12:\"tmpl_created\";i:1647434608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/classic-subscription-basketball-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Education\",\"Marketing\",\"Sport\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:17;a:19:{s:4:\"tmpl\";i:1300;s:2:\"id\";i:22543;s:5:\"title\";s:38:\"Classic | Discount | Veterinary Clinic\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/veterinery-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647435581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/classic-discount-veterinary-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Discount\",\"Pets\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:18;a:19:{s:4:\"tmpl\";i:1301;s:2:\"id\";i:22553;s:5:\"title\";s:39:\"Classic | Contact | Business Consulting\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/27-business-consulting-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647439935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/classic-contact-business-consulting/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:19;a:19:{s:4:\"tmpl\";i:1302;s:2:\"id\";i:22562;s:5:\"title\";s:28:\"Classic | Contact | Handyman\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/handyman-small.jpg\";s:12:\"tmpl_created\";i:1647440333;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-contact-handyman/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:20;a:19:{s:4:\"tmpl\";i:1303;s:2:\"id\";i:22573;s:5:\"title\";s:40:\"Classic | Discount | Online Fashion Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/31-online-fashion-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647462549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-online-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:21;a:19:{s:4:\"tmpl\";i:1304;s:2:\"id\";i:22583;s:5:\"title\";s:36:\"Fly-In | Discount | Personal Trainer\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/personal-trainer-small.jpg\";s:12:\"tmpl_created\";i:1647503781;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-discount-personal-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:22;a:19:{s:4:\"tmpl\";i:1305;s:2:\"id\";i:22592;s:5:\"title\";s:41:\"Classic | Contact | Illustrator Portfolio\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/illustrator-protfolio-small.jpg\";s:12:\"tmpl_created\";i:1647504218;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-contact-illustrator-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:49:\"[\"Contact\",\"Creative Portfolio\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:23;a:19:{s:4:\"tmpl\";i:1306;s:2:\"id\";i:22602;s:5:\"title\";s:46:\"Bottom Bar | Discount | Handmade Ceramics Shop\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2022/03/handmade-ceramic-shop-36-small.jpg\";s:12:\"tmpl_created\";i:1647507007;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-ceramics-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:48:\"[\"Business\",\"cta\",\"Ecommerce\",\"Interior Design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:24;a:19:{s:4:\"tmpl\";i:1307;s:2:\"id\";i:22612;s:5:\"title\";s:51:\"Classic | Contact | Classic Car Restoration Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/restoration-car-shop-37-small.jpg\";s:12:\"tmpl_created\";i:1647507310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:153:\"https://library.elementor.com/popups/classic-contact-classic-car-restoration-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:25;a:19:{s:4:\"tmpl\";i:1308;s:2:\"id\";i:22621;s:5:\"title\";s:30:\"Classic | Booking | Life Coach\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/38-life-coach-Booking.jpg\";s:12:\"tmpl_created\";i:1647508596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-booking-life-coach/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Booking\",\"Business\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:26;a:19:{s:4:\"tmpl\";i:1309;s:2:\"id\";i:22632;s:5:\"title\";s:42:\"Classic |  Subscription | Merchandise Shop\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/Merchandise-Shop-39-small.jpg\";s:12:\"tmpl_created\";i:1647509196;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-subscription-merchandise-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Ecommerce\",\"Marketing\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:27;a:19:{s:4:\"tmpl\";i:1310;s:2:\"id\";i:22643;s:5:\"title\";s:48:\"Fly-In | Contact | Non-Governmental Organization\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/NGO-41-small.jpg\";s:12:\"tmpl_created\";i:1647509528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:150:\"https://library.elementor.com/popups/fly-in-contact-non-governmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:28;a:19:{s:4:\"tmpl\";i:1311;s:2:\"id\";i:22654;s:5:\"title\";s:35:\"Hello Bar | Contact | Family Doctor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/family-doctor-44-small.jpg\";s:12:\"tmpl_created\";i:1647509732;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/hello-bar-contact-family-doctor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Contact\",\"Health\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:29;a:19:{s:4:\"tmpl\";i:1312;s:2:\"id\";i:22663;s:5:\"title\";s:36:\"Classic | Subscription | Sports Blog\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/45-sport-blog-Subscription.jpg\";s:12:\"tmpl_created\";i:1647509908;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-sports-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Sport\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:30;a:19:{s:4:\"tmpl\";i:1313;s:2:\"id\";i:22673;s:5:\"title\";s:30:\"Hello Bar | Booking | Event DJ\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/DJ-service-46-small.jpg\";s:12:\"tmpl_created\";i:1647510160;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/hello-bar-booking-event-dj/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Booking\",\"Events\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:31;a:19:{s:4:\"tmpl\";i:1314;s:2:\"id\";i:22684;s:5:\"title\";s:36:\"Fly-In | Discount | Cleaning Company\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/51-cleaning-company-Discount.jpg\";s:12:\"tmpl_created\";i:1647510546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-discount-cleaning-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Offer\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:32;a:19:{s:4:\"tmpl\";i:1315;s:2:\"id\";i:22693;s:5:\"title\";s:28:\"Fly-In | Contact | Carpenter\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/carpenter-53-small.jpg\";s:12:\"tmpl_created\";i:1647511972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-contact-carpenter/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:33;a:19:{s:4:\"tmpl\";i:1316;s:2:\"id\";i:22703;s:5:\"title\";s:31:\"Classic | Booking | Yoga Studio\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/55-yoga-studio-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647512209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-booking-yoga-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:30:\"[\"Booking\",\"Contact\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:34;a:19:{s:4:\"tmpl\";i:1317;s:2:\"id\";i:22714;s:5:\"title\";s:37:\"Classic | Discount | Pet Care Company\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/56-Pet-Care-Discount.jpg\";s:12:\"tmpl_created\";i:1647513031;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-discount-pet-care-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:35;a:19:{s:4:\"tmpl\";i:1318;s:2:\"id\";i:22725;s:5:\"title\";s:38:\"Fly-In | Discount | Online Coffee Shop\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/online-coffee-shop-57-small.jpg\";s:12:\"tmpl_created\";i:1647513325;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/fly-in-discount-online-coffee-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Food\",\"Offer\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:36;a:19:{s:4:\"tmpl\";i:1319;s:2:\"id\";i:22737;s:5:\"title\";s:44:\"Fly-In | CTA | Moving &#038; Storage Company\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/moving-company-59-small.jpg\";s:12:\"tmpl_created\";i:1647520956;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-cta-moving-storage-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:37;a:19:{s:4:\"tmpl\";i:1320;s:2:\"id\";i:22749;s:5:\"title\";s:47:\"Classic | Contact | Industrial Design Portfolio\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/60-industrial-design-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647528116;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/classic-contact-industrial-design-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:40:\"[\"Contact\",\"Interior Design\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:38;a:19:{s:4:\"tmpl\";i:1321;s:2:\"id\";i:22759;s:5:\"title\";s:25:\"Classic | Contact | Drone\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/drone-61-small.jpg\";s:12:\"tmpl_created\";i:1647528899;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/classic-contact-drone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:39;a:19:{s:4:\"tmpl\";i:1322;s:2:\"id\";i:22768;s:5:\"title\";s:46:\"Full Screen | Menu | Fashion Stylist Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/62-Fashion-Stylist-Menu.jpg\";s:12:\"tmpl_created\";i:1647529434;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/full-screen-menu-fashion-stylist-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Fashion\",\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:40;a:19:{s:4:\"tmpl\";i:1323;s:2:\"id\";i:22780;s:5:\"title\";s:31:\"Fly-In | CTA | Landscape Design\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/64-Landscape-Design-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647530337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-landscape-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:41;a:19:{s:4:\"tmpl\";i:1324;s:2:\"id\";i:22790;s:5:\"title\";s:48:\"Bottom Bar  | Contact | Architecture Photography\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/architecture-photography-65-small.jpg\";s:12:\"tmpl_created\";i:1647532358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/bottom-bar-contact-architecture-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:26:\"[\"Architecture\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:42;a:19:{s:4:\"tmpl\";i:1325;s:2:\"id\";i:22800;s:5:\"title\";s:41:\"Fly-In  | CTA | Speech-Language Therapist\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/66-Speech-Language-Therapist-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647532720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/fly-in-cta-speech-language-therapist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:25:\"[\"cta\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:43;a:19:{s:4:\"tmpl\";i:1326;s:2:\"id\";i:22812;s:5:\"title\";s:35:\"Full Screen | Verification | Winery\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/67-Winery-Verification.jpg\";s:12:\"tmpl_created\";i:1647761384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/full-screen-verification-winery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:24:\"[\"Alert\",\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:44;a:19:{s:4:\"tmpl\";i:1327;s:2:\"id\";i:22822;s:5:\"title\";s:36:\"Fly-In | Subscription | Nutritionist\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/nutritionist-69-small.jpg\";s:12:\"tmpl_created\";i:1647762620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-subscription-nutritionist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Food\",\"Health\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:45;a:19:{s:4:\"tmpl\";i:1328;s:2:\"id\";i:22833;s:5:\"title\";s:40:\"Classic | Subscription | App &#038; SaaS\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/app-70-small.jpg\";s:12:\"tmpl_created\";i:1647762955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-subscription-app-saas/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:14:\"[\"App\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:46;a:19:{s:4:\"tmpl\";i:1329;s:2:\"id\";i:22844;s:5:\"title\";s:41:\"Bottom Bar | Discount | Handmade Cupcakes\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/72-Handmade-Cupcakes-Discount.jpg\";s:12:\"tmpl_created\";i:1647763350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-cupcakes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:21:\"[\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:47;a:19:{s:4:\"tmpl\";i:1330;s:2:\"id\";i:22855;s:5:\"title\";s:40:\"Bottom Bar | Subscription | Fashion Blog\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-blog-75-small.jpg\";s:12:\"tmpl_created\";i:1647763907;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/bottom-bar-subscription-fashion-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:30:\"[\"Blog\",\"Fashion\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:48;a:19:{s:4:\"tmpl\";i:1331;s:2:\"id\";i:22866;s:5:\"title\";s:28:\"Fly-In | CTA | Private Tutor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-77-small.jpg\";s:12:\"tmpl_created\";i:1647764062;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-cta-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:49;a:19:{s:4:\"tmpl\";i:1332;s:2:\"id\";i:22876;s:5:\"title\";s:30:\"Classic | CTA | Tennis Academy\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/78-Tennis-Academy-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765192;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-tennis-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:50;a:19:{s:4:\"tmpl\";i:1333;s:2:\"id\";i:22887;s:5:\"title\";s:31:\"Fly-In | CTA | Shared Workspace\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/shared-workspace-79-small.jpg\";s:12:\"tmpl_created\";i:1647765419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-shared-workspace/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Business\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:51;a:19:{s:4:\"tmpl\";i:1334;s:2:\"id\";i:22899;s:5:\"title\";s:30:\"Bottom Bar | CTA | Art Gallery\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/80-Art-Gallery-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765652;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/bottom-bar-cta-art-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:13:\"[\"Art\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:52;a:19:{s:4:\"tmpl\";i:1335;s:2:\"id\";i:22910;s:5:\"title\";s:44:\"Fly-In | Subscription | Hiking Tours Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/hiking-tours-company-81-small.jpg\";s:12:\"tmpl_created\";i:1647765835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscription-hiking-tours-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Subscribe\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:53;a:19:{s:4:\"tmpl\";i:1336;s:2:\"id\";i:22921;s:5:\"title\";s:26:\"Classic | CTA | Music Band\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/music-band-82-small.jpg\";s:12:\"tmpl_created\";i:1647769462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/classic-cta-music-band/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Marketing\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:54;a:19:{s:4:\"tmpl\";i:1337;s:2:\"id\";i:22935;s:5:\"title\";s:35:\"Classic | CTA | Computer Technician\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/comuter-technician-83-small.jpg\";s:12:\"tmpl_created\";i:1647769843;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-cta-computer-technician/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:55;a:19:{s:4:\"tmpl\";i:1338;s:2:\"id\";i:22945;s:5:\"title\";s:37:\"Classic | Discount | Delivery Company\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/delivery-company-88-small.jpg\";s:12:\"tmpl_created\";i:1647770834;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-discount-delivery-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Discount\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:56;a:19:{s:4:\"tmpl\";i:1339;s:2:\"id\";i:22959;s:5:\"title\";s:29:\"Classic | Discount | Eco Shop\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/echo-shop-89-small.jpg\";s:12:\"tmpl_created\";i:1647771211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-discount-eco-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:57;a:19:{s:4:\"tmpl\";i:1340;s:2:\"id\";i:22972;s:5:\"title\";s:54:\"Fly-In | Subscription | Health &#038; Mindfulness Blog\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small.jpg\";s:12:\"tmpl_created\";i:1647771461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/fly-in-subscription-health-mindfulness-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:21:\"[\"Health\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:58;a:19:{s:4:\"tmpl\";i:1341;s:2:\"id\";i:22982;s:5:\"title\";s:31:\"Full Screen | Menu | Art Museum\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/art-museum-112-small.jpg\";s:12:\"tmpl_created\";i:1647771938;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/full-screen-menu-art-museum/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:59;a:19:{s:4:\"tmpl\";i:1342;s:2:\"id\";i:22992;s:5:\"title\";s:40:\"Classic | Discount | Urban Clothing Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small-1.jpg\";s:12:\"tmpl_created\";i:1647773067;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-urban-clothing-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Discount\",\"Ecommerce\",\"Fashion\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:60;a:19:{s:4:\"tmpl\";i:1343;s:2:\"id\";i:23004;s:5:\"title\";s:60:\"Full Screen | Menu | Digital &#038; Technology Design School\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small-1.jpg\";s:12:\"tmpl_created\";i:1647773366;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:155:\"https://library.elementor.com/popups/full-screen-menu-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:61;a:19:{s:4:\"tmpl\";i:1344;s:2:\"id\";i:23015;s:5:\"title\";s:62:\"Bottom Bar | Contact | Digital &#038; Technology Design School\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small.jpg\";s:12:\"tmpl_created\";i:1647773492;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/popups/bottom-bar-contact-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:23:\"[\"Contact\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:62;a:19:{s:4:\"tmpl\";i:1345;s:2:\"id\";i:23025;s:5:\"title\";s:32:\"Full Screen | Menu | Flower Shop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small.jpg\";s:12:\"tmpl_created\";i:1647773820;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-menu-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:63;a:19:{s:4:\"tmpl\";i:1346;s:2:\"id\";i:23037;s:5:\"title\";s:36:\"Classic | Subscription | Flower Shop\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small-1.jpg\";s:12:\"tmpl_created\";i:1647773949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:64;a:19:{s:4:\"tmpl\";i:1347;s:2:\"id\";i:23056;s:5:\"title\";s:48:\"Classic | Discount | Health &#038; Fitness eBook\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small-1.jpg\";s:12:\"tmpl_created\";i:1647774468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-discount-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:65;a:19:{s:4:\"tmpl\";i:1348;s:2:\"id\";i:23067;s:5:\"title\";s:37:\"Fly-In | Menu | Baby Sleep Consultant\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small-1.jpg\";s:12:\"tmpl_created\";i:1647778954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:66;a:19:{s:4:\"tmpl\";i:1349;s:2:\"id\";i:23077;s:5:\"title\";s:46:\"Classic | Subscription | Baby Sleep Consultant\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small.jpg\";s:12:\"tmpl_created\";i:1647779074;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/classic-subscription-baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:12:\"[\"Discount\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:67;a:19:{s:4:\"tmpl\";i:1350;s:2:\"id\";i:23090;s:5:\"title\";s:33:\"Full Screen | Menu | Luxury Hotel\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small.jpg\";s:12:\"tmpl_created\";i:1647779390;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/full-screen-menu-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:68;a:19:{s:4:\"tmpl\";i:1351;s:2:\"id\";i:23100;s:5:\"title\";s:31:\"Fly-In | Booking | Luxury Hotel\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small-1.jpg\";s:12:\"tmpl_created\";i:1647779500;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-booking-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Booking\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:69;a:19:{s:4:\"tmpl\";i:1352;s:2:\"id\";i:23109;s:5:\"title\";s:38:\"Full Screen | Menu | Design Conference\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small.jpg\";s:12:\"tmpl_created\";i:1647779675;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-menu-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:70;a:19:{s:4:\"tmpl\";i:1353;s:2:\"id\";i:23120;s:5:\"title\";s:41:\"Full Screen | Booking | Design Conference\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small-1.jpg\";s:12:\"tmpl_created\";i:1647779793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/full-screen-booking-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Booking\",\"Conference\",\"Creative\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:71;a:19:{s:4:\"tmpl\";i:1354;s:2:\"id\";i:23129;s:5:\"title\";s:29:\"Slide-In | Menu | VR Headsets\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small.jpg\";s:12:\"tmpl_created\";i:1647781211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-menu-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:72;a:19:{s:4:\"tmpl\";i:1355;s:2:\"id\";i:23139;s:5:\"title\";s:31:\"Classic | Contact | VR Headsets\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small-1.jpg\";s:12:\"tmpl_created\";i:1647781384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-contact-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:73;a:19:{s:4:\"tmpl\";i:1356;s:2:\"id\";i:23149;s:5:\"title\";s:38:\"Slide-In | Menu | Portrait Photography\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Menu.jpg\";s:12:\"tmpl_created\";i:1647782336;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/slide-in-menu-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:74;a:19:{s:4:\"tmpl\";i:1357;s:2:\"id\";i:23159;s:5:\"title\";s:47:\"Hello Bar | Subscription | Portrait Photography\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Subscription.jpg\";s:12:\"tmpl_created\";i:1647782478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/hello-bar-subscription-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Blog\",\"Photography\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:75;a:19:{s:4:\"tmpl\";i:1358;s:2:\"id\";i:23169;s:5:\"title\";s:32:\"Full Screen | Menu | English Pub\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Menu.jpg\";s:12:\"tmpl_created\";i:1647782664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-menu-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:76;a:19:{s:4:\"tmpl\";i:1359;s:2:\"id\";i:23179;s:5:\"title\";s:32:\"Classic | Discount | English Pub\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Discount.jpg\";s:12:\"tmpl_created\";i:1647782796;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:77;a:19:{s:4:\"tmpl\";i:1360;s:2:\"id\";i:23189;s:5:\"title\";s:27:\"Full Screen | Menu | Singer\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Menu.jpg\";s:12:\"tmpl_created\";i:1647783070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/full-screen-menu-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:29:\"[\"Fullscreen\",\"menu\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:78;a:19:{s:4:\"tmpl\";i:1361;s:2:\"id\";i:23200;s:5:\"title\";s:31:\"Classic | Subscription | Singer\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Subscription.jpg\";s:12:\"tmpl_created\";i:1647783249;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-subscription-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Music\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:79;a:19:{s:4:\"tmpl\";i:1362;s:2:\"id\";i:23210;s:5:\"title\";s:38:\"Full Screen | Menu | Virtual Assistant\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistnt-73-small.jpg\";s:12:\"tmpl_created\";i:1647784292;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-menu-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:80;a:19:{s:4:\"tmpl\";i:1363;s:2:\"id\";i:23223;s:5:\"title\";s:39:\"Hello Bar | Contact | Virtual Assistant\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/73-Virtual-Assistant-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647784616;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-contact-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:37:\"[\"Contact\",\"Psychologist\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:81;a:19:{s:4:\"tmpl\";i:1364;s:2:\"id\";i:23234;s:5:\"title\";s:32:\"Slide-In  | Menu | Personal Chef\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Menu.jpg\";s:12:\"tmpl_created\";i:1647798194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-menu-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:82;a:19:{s:4:\"tmpl\";i:1365;s:2:\"id\";i:23244;s:5:\"title\";s:29:\"Classic | CTA | Personal Chef\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647798297;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Booking\",\"Chef\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:83;a:19:{s:4:\"tmpl\";i:1366;s:2:\"id\";i:23254;s:5:\"title\";s:31:\"Full Screen | Menu | Food Truck\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small-1.jpg\";s:12:\"tmpl_created\";i:1647798447;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/full-screen-menu-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:84;a:19:{s:4:\"tmpl\";i:1367;s:2:\"id\";i:23265;s:5:\"title\";s:30:\"Fly-In | Discount | Food Truck\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small.jpg\";s:12:\"tmpl_created\";i:1647798657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-discount-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:85;a:19:{s:4:\"tmpl\";i:1369;s:2:\"id\";i:23323;s:5:\"title\";s:28:\"Classic | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-6-Small.jpg\";s:12:\"tmpl_created\";i:1647855505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:86;a:19:{s:4:\"tmpl\";i:1370;s:2:\"id\";i:23329;s:5:\"title\";s:29:\"Slide-In | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-5-Small.jpg\";s:12:\"tmpl_created\";i:1647855865;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:87;a:19:{s:4:\"tmpl\";i:1371;s:2:\"id\";i:23335;s:5:\"title\";s:31:\"Slide-In | CTA | Black Friday 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-1-Small.jpg\";s:12:\"tmpl_created\";i:1647856357;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-cta-black-friday-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:88;a:19:{s:4:\"tmpl\";i:1372;s:2:\"id\";i:23341;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-3-Small.jpg\";s:12:\"tmpl_created\";i:1647856493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:89;a:19:{s:4:\"tmpl\";i:1373;s:2:\"id\";i:23347;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-2-Small.jpg\";s:12:\"tmpl_created\";i:1647856891;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:90;a:19:{s:4:\"tmpl\";i:1374;s:2:\"id\";i:23354;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 4\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-4-Small.jpg\";s:12:\"tmpl_created\";i:1647856996;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:91;a:19:{s:4:\"tmpl\";i:1375;s:2:\"id\";i:23394;s:5:\"title\";s:27:\"Classic | CTA | Halloween 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-3-Small.jpg\";s:12:\"tmpl_created\";i:1647857351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-halloween-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:31:\"[\"cta\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:92;a:19:{s:4:\"tmpl\";i:1376;s:2:\"id\";i:23401;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-2-Small.jpg\";s:12:\"tmpl_created\";i:1647857567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-halloween-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:93;a:19:{s:4:\"tmpl\";i:1377;s:2:\"id\";i:23407;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-1-Small.jpg\";s:12:\"tmpl_created\";i:1647857814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-halloween-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:94;a:19:{s:4:\"tmpl\";i:1378;s:2:\"id\";i:23416;s:5:\"title\";s:31:\"Fly-In | Discount | Halloween 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-5-Small.jpg\";s:12:\"tmpl_created\";i:1647858024;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-discount-halloween-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:44:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:95;a:19:{s:4:\"tmpl\";i:1379;s:2:\"id\";i:23422;s:5:\"title\";s:36:\"Classic | Subscription | Halloween 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-4-Small.jpg\";s:12:\"tmpl_created\";i:1647858246;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-halloween-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:48:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:96;a:19:{s:4:\"tmpl\";i:1380;s:2:\"id\";i:23471;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-2-Small.jpg\";s:12:\"tmpl_created\";i:1647859193;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-cta-christmas-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:97;a:19:{s:4:\"tmpl\";i:1381;s:2:\"id\";i:23477;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-4-Small.jpg\";s:12:\"tmpl_created\";i:1647859838;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-cta-christmas-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:98;a:19:{s:4:\"tmpl\";i:1382;s:2:\"id\";i:23483;s:5:\"title\";s:26:\"Fly-In | CTA | Christmas 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-1-Small.jpg\";s:12:\"tmpl_created\";i:1647860157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/fly-in-cta-christmas-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:99;a:19:{s:4:\"tmpl\";i:1383;s:2:\"id\";i:23489;s:5:\"title\";s:33:\"Slide-In | Discount | Christmas 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-5-Small.jpg\";s:12:\"tmpl_created\";i:1647860302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-christmas-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:100;a:19:{s:4:\"tmpl\";i:1384;s:2:\"id\";i:23496;s:5:\"title\";s:32:\"Classic | Discount | Christmas 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-3-Small.jpg\";s:12:\"tmpl_created\";i:1647860454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-christmas-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Christmas\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:101;a:19:{s:4:\"tmpl\";i:1385;s:2:\"id\";i:23523;s:5:\"title\";s:30:\"Classic | CTA | Valentines Day\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-2-Small.jpg\";s:12:\"tmpl_created\";i:1647860912;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-valentines-day/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:102;a:19:{s:4:\"tmpl\";i:1386;s:2:\"id\";i:23529;s:5:\"title\";s:39:\"Hello Bar | Discount | Valentines Day 2\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-1-Small.jpg\";s:12:\"tmpl_created\";i:1647861064;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-discount-valentines-day-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:30:\"[\"Discount\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:103;a:19:{s:4:\"tmpl\";i:1387;s:2:\"id\";i:23536;s:5:\"title\";s:32:\"Classic | CTA | Valentines Day 3\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-3-Small.jpg\";s:12:\"tmpl_created\";i:1647861536;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-cta-valentines-day-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:104;a:19:{s:4:\"tmpl\";i:1388;s:2:\"id\";i:23586;s:5:\"title\";s:51:\"Fly-In | Subscribe | Health &#038; Wellness Company\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/35-Subscribe-Health-Wellness-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647862008;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscribe-health-wellness-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:24:\"[\"Business\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:105;a:19:{s:4:\"tmpl\";i:1389;s:2:\"id\";i:23592;s:5:\"title\";s:34:\"Classic | Subscribe | Tech Company\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/36-Subscribe-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647866706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-subscribe-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"Marketing\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:106;a:19:{s:4:\"tmpl\";i:1390;s:2:\"id\";i:23598;s:5:\"title\";s:36:\"Classic | Contact Us | Fight Classes\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/37-Contact-Us-Fight-Classes-Small.jpg\";s:12:\"tmpl_created\";i:1647866869;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-contact-us-fight-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:107;a:19:{s:4:\"tmpl\";i:1391;s:2:\"id\";i:23611;s:5:\"title\";s:31:\"Classic | CTA | Mochi Shop Sale\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2022/03/39-Click-Through-Mochi-Shop-Sale-Small.jpg\";s:12:\"tmpl_created\";i:1647867750;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-cta-mochi-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"cta\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:108;a:19:{s:4:\"tmpl\";i:1392;s:2:\"id\";i:23618;s:5:\"title\";s:28:\"Classic | CTA | Fashion Shop\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/03/40-Click-Through-Fashion-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647868251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-cta-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:109;a:19:{s:4:\"tmpl\";i:1393;s:2:\"id\";i:23624;s:5:\"title\";s:29:\"Fly-In | Login | Tech Company\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/41-Login-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647868704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/fly-in-login-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:9:\"[\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:110;a:19:{s:4:\"tmpl\";i:1394;s:2:\"id\";i:23630;s:5:\"title\";s:36:\"Fly-In | Verification | Liquor Store\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/42-Verification-Liquor-Store-Small.jpg\";s:12:\"tmpl_created\";i:1647870308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-verification-liquor-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:111;a:19:{s:4:\"tmpl\";i:1395;s:2:\"id\";i:23636;s:5:\"title\";s:39:\"Hello Bar | Subscribe | Online Magazine\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/44-Subscribe-Online-Magazine-Small.jpg\";s:12:\"tmpl_created\";i:1647870465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-subscribe-online-magazine/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:20:\"[\"Blog\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:112;a:19:{s:4:\"tmpl\";i:1396;s:2:\"id\";i:23642;s:5:\"title\";s:27:\"Fly-In | Login | Health Spa\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/43-Login-Health-Spa-Small.jpg\";s:12:\"tmpl_created\";i:1647872427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/fly-in-login-health-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Login\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:113;a:19:{s:4:\"tmpl\";i:1397;s:2:\"id\";i:23648;s:5:\"title\";s:33:\"Fly-In | Verification | Wine Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/45-Verification-Wine-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647872627;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/fly-in-verification-wine-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:114;a:19:{s:4:\"tmpl\";i:1421;s:2:\"id\";i:24235;s:5:\"title\";s:24:\"Ladydog Club &#8211; NFT\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/05/Ladydog_Club.jpg\";s:12:\"tmpl_created\";i:1651525072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/ladydog-club-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:115;a:19:{s:4:\"tmpl\";i:1422;s:2:\"id\";i:24166;s:5:\"title\";s:15:\"Dot &#8211; NFT\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/05/Dot-250_280.jpg\";s:12:\"tmpl_created\";i:1651525117;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/lp/dot-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:116;a:19:{s:4:\"tmpl\";i:1423;s:2:\"id\";i:24191;s:5:\"title\";s:28:\"Cosmic Neighbors &#8211; NFT\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Cosmic_Neighbors-250_280.jpg\";s:12:\"tmpl_created\";i:1651525124;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/cosmic-neighbors-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:117;a:19:{s:4:\"tmpl\";i:1424;s:2:\"id\";i:24255;s:5:\"title\";s:30:\"Happy Food Friends &#8211; NFT\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/05/Featured_Image.jpg\";s:12:\"tmpl_created\";i:1651525475;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/happy-food-friends-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:118;a:19:{s:4:\"tmpl\";i:1443;s:2:\"id\";i:24599;s:5:\"title\";s:27:\"Wireframe &#8211; Courses 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Courses-1.jpg\";s:12:\"tmpl_created\";i:1653989626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-courses-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:180:\"[\"About\",\"Academy\",\"Booking\",\"Business\",\"Course Online\",\"Features\",\"Footer\",\"Landing Pages\",\"Online Service\",\"Professional\",\"School\",\"Services\",\"Subscribe\",\"Teacher\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:119;a:19:{s:4:\"tmpl\";i:1444;s:2:\"id\";i:24614;s:5:\"title\";s:28:\"Wireframe &#8211; Services 1\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1-2.jpg\";s:12:\"tmpl_created\";i:1653990084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:139:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:120;a:19:{s:4:\"tmpl\";i:1445;s:2:\"id\";i:24629;s:5:\"title\";s:28:\"Wireframe &#8211; Services 2\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2-2.jpg\";s:12:\"tmpl_created\";i:1653990132;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:123:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:121;a:19:{s:4:\"tmpl\";i:1446;s:2:\"id\";i:24644;s:5:\"title\";s:27:\"Wireframe &#8211; Webinar 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Webinar-1.jpg\";s:12:\"tmpl_created\";i:1653990164;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-webinar-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:177:\"[\"About\",\"Academy\",\"Booking\",\"Conference\",\"Course Online\",\"Education\",\"Features\",\"Footer\",\"Form\",\"Landing Pages\",\"Online Event\",\"Online Service\",\"Subscribe\",\"Virtual\",\"Webinar\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:122;a:19:{s:4:\"tmpl\";i:1447;s:2:\"id\";i:24655;s:5:\"title\";s:28:\"Wireframe &#8211; Services 3\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3-2.jpg\";s:12:\"tmpl_created\";i:1653990198;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:143:\"[\"About\",\"Agency\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Portfolio\",\"Professional\",\"Project\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:123;a:19:{s:4:\"tmpl\";i:1448;s:2:\"id\";i:24677;s:5:\"title\";s:28:\"Wireframe &#8211; Services 4\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-4.jpg\";s:12:\"tmpl_created\";i:1653990233;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:102:\"[\"About\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:124;a:19:{s:4:\"tmpl\";i:1449;s:2:\"id\";i:24687;s:5:\"title\";s:28:\"Wireframe &#8211; Products 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Products-1.jpg\";s:12:\"tmpl_created\";i:1653990273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-products-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:128:\"[\"About\",\"Booking\",\"Business\",\"Clients\",\"Ecommerce\",\"Features\",\"Footer\",\"Landing Pages\",\"Products\",\"Sales\",\"Shop\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:125;a:19:{s:4:\"tmpl\";i:1450;s:2:\"id\";i:24706;s:5:\"title\";s:28:\"Wireframe &#8211; Services 5\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-5.jpg\";s:12:\"tmpl_created\";i:1653990322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:149:\"[\"About\",\"Booking\",\"Consulting\",\"Contact\",\"Doctor\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:126;a:19:{s:4:\"tmpl\";i:1451;s:2:\"id\";i:23604;s:5:\"title\";s:38:\"Classic | Subscribe | Nail Polish Shop\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/03/38-Subscribe-Nail-Polish-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1660205114;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/classic-subscribe-nail-polish-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:20:\"[\"Blog\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:127;a:19:{s:4:\"tmpl\";i:1452;s:2:\"id\";i:23047;s:5:\"title\";s:46:\"Fly-In | Contact | Health &#038; Fitness eBook\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small.jpg\";s:12:\"tmpl_created\";i:1660205149;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/fly-in-contact-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Contact\",\"Ebook\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:128;a:19:{s:4:\"tmpl\";i:1199;s:2:\"id\";i:18839;s:5:\"title\";s:27:\"Hello Bar | CTA | eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/05/350x250.png\";s:12:\"tmpl_created\";i:1621870603;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/hello-bar-cta-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:41:\"[\"Ecommerce\",\"Online Shop\",\"Sale\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:129;a:19:{s:4:\"tmpl\";i:1247;s:2:\"id\";i:21907;s:5:\"title\";s:50:\"Fly-In | Team Details  | Electronic Music Festival\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/Kit-8-electronic-music-festival-CTA-image-1.jpg\";s:12:\"tmpl_created\";i:1646660881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/popups/fly-in-team-details-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:130;a:19:{s:4:\"tmpl\";i:1253;s:2:\"id\";i:22162;s:5:\"title\";s:46:\"Full Screen | Menu | Electronic Music Festival\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/8-music-festival-Team-Details.jpg\";s:12:\"tmpl_created\";i:1647272934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:154:\"https://library.elementor.com/popups/full-screen-menu-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:131;a:19:{s:4:\"tmpl\";i:1254;s:2:\"id\";i:22172;s:5:\"title\";s:45:\"Classic | Discount | Health &#038; Beauty Spa\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/health-beauty-spa-small.jpg\";s:12:\"tmpl_created\";i:1647273547;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-discount-popup-health-beauty-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:36:\"[\"Hair\",\"Health\",\"Sales\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:132;a:19:{s:4:\"tmpl\";i:1255;s:2:\"id\";i:22183;s:5:\"title\";s:44:\"Hello Bar | CTA | Environmental Organization\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/11-Environmental-Organization-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647274384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:152:\"https://library.elementor.com/popups/hello-bar-cta-popup-environmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:133;a:19:{s:4:\"tmpl\";i:1256;s:2:\"id\";i:22195;s:5:\"title\";s:39:\"Classic | Discount | Italian Restaurant\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/restaurant-small.jpg\";s:12:\"tmpl_created\";i:1647329432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:147:\"https://library.elementor.com/popups/classic-discount-popup-italian-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Restaurant\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:134;a:19:{s:4:\"tmpl\";i:1257;s:2:\"id\";i:22210;s:5:\"title\";s:45:\"Bottom Bar | Discount | Technology Conference\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tech-conference-small.jpg\";s:12:\"tmpl_created\";i:1647330423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:153:\"https://library.elementor.com/popups/bottom-bar-discount-popup-technology-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:38:\"[\"Conference\",\"Sales\",\"Save the Date\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:135;a:19:{s:4:\"tmpl\";i:1258;s:2:\"id\";i:22221;s:5:\"title\";s:32:\"Hello Bar | Menu | Tattoo Studio\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small-1.jpg\";s:12:\"tmpl_created\";i:1647330705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/hello-bar-menu-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:17:\"[\"Header\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:136;a:19:{s:4:\"tmpl\";i:1259;s:2:\"id\";i:22231;s:5:\"title\";s:37:\"Full Screen | Booking | Tattoo Studio\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small.jpg\";s:12:\"tmpl_created\";i:1647331823;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-booking-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:137;a:19:{s:4:\"tmpl\";i:1260;s:2:\"id\";i:22251;s:5:\"title\";s:34:\"Classic | Discount | Dental Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/dental-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647332171;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-popup-dental-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:30:\"[\"Health\",\"Marketing\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:138;a:19:{s:4:\"tmpl\";i:1261;s:2:\"id\";i:22261;s:5:\"title\";s:34:\"Slide-In | Contact | Makeup Artist\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/20-Makeup-Artist-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647333946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/slide-in-contact-popup-makeup-artist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:139;a:19:{s:4:\"tmpl\";i:1262;s:2:\"id\";i:22271;s:5:\"title\";s:24:\"Fly-In | CTA | Headphone\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/headphones-1-small.jpg\";s:12:\"tmpl_created\";i:1647334784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-cta-popup-headphone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:41:\"[\"cta\",\"Ecommerce\",\"Marketing\",\"Product\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:140;a:19:{s:4:\"tmpl\";i:1263;s:2:\"id\";i:22277;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/online-course-2.jpg\";s:12:\"tmpl_created\";i:1647337110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-cta-popup-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:35:\"[\"Course Online\",\"cta\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:141;a:19:{s:4:\"tmpl\";i:1264;s:2:\"id\";i:22283;s:5:\"title\";s:40:\"Bottom Bar | Contact | Virtual Assistant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistant-3.jpg\";s:12:\"tmpl_created\";i:1647337517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/bottom-bar-contact-popup-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:142;a:19:{s:4:\"tmpl\";i:1265;s:2:\"id\";i:22289;s:5:\"title\";s:32:\"Fly-In | Contact | Private Tutor\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-4.jpg\";s:12:\"tmpl_created\";i:1647337676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/fly-in-contact-popup-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:27:\"[\"Contact\",\"Course Online\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:143;a:19:{s:4:\"tmpl\";i:1266;s:2:\"id\";i:22295;s:5:\"title\";s:31:\"Classic |  Login | Login Travel\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/login-travel-6.jpg\";s:12:\"tmpl_created\";i:1647339467;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-login-popup-login-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:9:\"[\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:144;a:19:{s:4:\"tmpl\";i:1267;s:2:\"id\";i:22301;s:5:\"title\";s:36:\"Full Screen | Login | Login Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/login-business-7.jpg\";s:12:\"tmpl_created\";i:1647339782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/full-screen-login-popup-login-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:16:\"[\"Login\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:145;a:19:{s:4:\"tmpl\";i:1268;s:2:\"id\";i:22307;s:5:\"title\";s:28:\"Classic | Login | Login Blog\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/login-blog-8.jpg\";s:12:\"tmpl_created\";i:1647339986;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-login-popup-login-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:146;a:19:{s:4:\"tmpl\";i:1269;s:2:\"id\";i:22313;s:5:\"title\";s:31:\"Classic | Login | Login Fashion\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/login-fashion-9.jpg\";s:12:\"tmpl_created\";i:1647340204;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-login-popup-login-fashion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Fashion\",\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:147;a:19:{s:4:\"tmpl\";i:1270;s:2:\"id\";i:22319;s:5:\"title\";s:40:\"Classic |  Login | Login Design Platform\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/03/login-design-platform-10.jpg\";s:12:\"tmpl_created\";i:1647340531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:147:\"https://library.elementor.com/popups/classic-login-popup-login-design-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"Design\",\"Login\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:148;a:19:{s:4:\"tmpl\";i:1271;s:2:\"id\";i:22325;s:5:\"title\";s:36:\"Fly-In | Contact | Digital Marketing\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-marketing-11.jpg\";s:12:\"tmpl_created\";i:1647340770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/fly-in-contact-popup-digital-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:51:\"[\"Business\",\"Contact\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:149;a:19:{s:4:\"tmpl\";i:1272;s:2:\"id\";i:22331;s:5:\"title\";s:36:\"Fly-In | CTA | Dog Cat Food Delivery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/dog-cat-food-delivery-5.jpg\";s:12:\"tmpl_created\";i:1647341069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/fly-in-cta-popup-dog-cat-food-delivery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Delivery Service\",\"Pets\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:150;a:19:{s:4:\"tmpl\";i:1273;s:2:\"id\";i:22337;s:5:\"title\";s:37:\"Full Screen | Contact | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-12.jpg\";s:12:\"tmpl_created\";i:1647341370;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-contact-popup-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:151;a:19:{s:4:\"tmpl\";i:1274;s:2:\"id\";i:22343;s:5:\"title\";s:44:\"Classic | Contact | Support Product Platform\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/03/support-13.jpg\";s:12:\"tmpl_created\";i:1647341972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-contact-support-product-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Contact\",\"Support\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:152;a:19:{s:4:\"tmpl\";i:1275;s:2:\"id\";i:22371;s:5:\"title\";s:38:\"Full Screen | Contact | Small Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/small-business-14.jpg\";s:12:\"tmpl_created\";i:1647342508;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-contact-small-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:40:\"[\"Business\",\"Contact\",\"Interior Design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:153;a:19:{s:4:\"tmpl\";i:1276;s:2:\"id\";i:22377;s:5:\"title\";s:31:\"Classic | Contact | Online Shop\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/online-shop-15.jpg\";s:12:\"tmpl_created\";i:1647352786;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-contact-online-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:154;a:19:{s:4:\"tmpl\";i:1277;s:2:\"id\";i:22383;s:5:\"title\";s:40:\"Classic | Booking | Children Optometrist\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/children-optometrist-16.jpg\";s:12:\"tmpl_created\";i:1647352963;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-booking-children-optometrist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:53:\"[\"Booking\",\"Business\",\"Contact\",\"Education\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:155;a:19:{s:4:\"tmpl\";i:1278;s:2:\"id\";i:22389;s:5:\"title\";s:28:\"Fly-In | Contact | Open Week\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/03/open-week17.jpg\";s:12:\"tmpl_created\";i:1647353281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-contact-open-week/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:34:\"[\"Business\",\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:156;a:19:{s:4:\"tmpl\";i:1279;s:2:\"id\";i:22397;s:5:\"title\";s:43:\"Full Screen | CTA | Plant Pots Online Store\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/plant-pots-online-store-18.jpg\";s:12:\"tmpl_created\";i:1647353429;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-cta-plant-pots-online-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:33:\"[\"Ecommerce\",\"Marketing\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:157;a:19:{s:4:\"tmpl\";i:1054;s:2:\"id\";i:15414;s:5:\"title\";s:32:\"Classic | Contact | Dance Studio\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/PopUp.jpg\";s:12:\"tmpl_created\";i:1603180596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-contact-dance-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:762;s:11:\"trend_index\";i:650;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:158;a:19:{s:4:\"tmpl\";i:1398;s:2:\"id\";i:23687;s:5:\"title\";s:32:\"Pizza Promotion &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/48-Pizza-Promotion.jpg\";s:12:\"tmpl_created\";i:1649670575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/pizza-promotion-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:92:\"[\"Business\",\"Cooking\",\"Delivery\",\"Discount\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:159;a:19:{s:4:\"tmpl\";i:1400;s:2:\"id\";i:23751;s:5:\"title\";s:33:\"Baby Sleep Webinar &#8211; Events\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/63-Baby-Sleep-Webinar.jpg\";s:12:\"tmpl_created\";i:1649676065;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/baby-sleep-webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:227:\"[\"Baby\",\"Booking\",\"Business\",\"Children\",\"Course Online\",\"Education\",\"Events\",\"Health\",\"Landing Pages\",\"Life Coach\",\"Lifestyle\",\"Online Event\",\"Online Service\",\"Parenting\",\"Professional\",\"Remote\",\"Services\",\"Training\",\"Webinar\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:160;a:19:{s:4:\"tmpl\";i:1401;s:2:\"id\";i:23776;s:5:\"title\";s:34:\"Ski Hotel Promotion &#8211; Travel\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/04/64-Ski-Hotel-Promotion.jpg\";s:12:\"tmpl_created\";i:1649691720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/ski-hotel-promotion-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:118:\"[\"Accommodation\",\"Booking\",\"Discount. Landing Pages\",\"Lifestyle\",\"Luxury\",\"Services\",\"Spa\",\"Travel\",\"Trip\",\"Vacation\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:161;a:19:{s:4:\"tmpl\";i:1402;s:2:\"id\";i:23804;s:5:\"title\";s:30:\"Cake Delivery &#8211; Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/04/67-Cake-Delivery.jpg\";s:12:\"tmpl_created\";i:1649692909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/cake-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:101:\"[\"Bakery\",\"Business\",\"Cake\",\"Cooking\",\"Delivery\",\"Discount\",\"Food\",\"Landing Pages\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:162;a:19:{s:4:\"tmpl\";i:1403;s:2:\"id\";i:23832;s:5:\"title\";s:32:\"Furniture Store &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/87-Furniture-Store.jpg\";s:12:\"tmpl_created\";i:1649694812;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/furniture-store-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:232:\"[\"Architecture\",\"Art\",\"Business\",\"Construction\",\"Coupon\",\"Creative\",\"Decor\",\"Designer\",\"Discount\",\"Fashion\",\"Furniture Design\",\"Home\",\"House\",\"Interior Design\",\"Landing Pages\",\"Lifestyle\",\"Products\",\"Professional\",\"Services\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:163;a:19:{s:4:\"tmpl\";i:1404;s:2:\"id\";i:23746;s:5:\"title\";s:22:\"Nails &#8211; Business\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/04/62-Nails-1.jpg\";s:12:\"tmpl_created\";i:1649704635;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/nails-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:173:\"[\"Art\",\"Beauty\",\"Business\",\"Colorful\",\"Cosmetics\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Girly\",\"Landing Pages\",\"Lifestyle\",\"Manicure\",\"Modern\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:164;a:19:{s:4:\"tmpl\";i:1405;s:2:\"id\";i:23846;s:5:\"title\";s:29:\"Music Festival &#8211; Events\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/04/88-Music-Festival.jpg\";s:12:\"tmpl_created\";i:1649707763;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/music-festival-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:128:\"[\"Author\",\"Booking\",\"Business\",\"Creative\",\"Discount\",\"Events\",\"Landing Pages\",\"Music\",\"Online\",\"Online Event\",\"Party\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:165;a:19:{s:4:\"tmpl\";i:1406;s:2:\"id\";i:23872;s:5:\"title\";s:40:\"Fashion Styling Course &#8211; Education\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/89-Fashion-Styling-Course.jpg\";s:12:\"tmpl_created\";i:1649708569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/fashion-styling-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:173:\"[\"Aesthetic\",\"Art\",\"Beauty\",\"Business\",\"Course Online\",\"Creative\",\"Discount\",\"Education\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Online\",\"Online Service\",\"Stylist\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:166;a:19:{s:4:\"tmpl\";i:1407;s:2:\"id\";i:23897;s:5:\"title\";s:33:\"Bags Online Shop &#8211; Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/04/90-Bags-Online-Shop.jpg\";s:12:\"tmpl_created\";i:1649709513;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/bags-online-shop-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:170:\"[\"Art\",\"Bag\",\"Business\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Luxury\",\"Modern\",\"Online\",\"Online Shop\",\"Products\",\"Sales\",\"Shop\",\"Stylist\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:167;a:19:{s:4:\"tmpl\";i:1408;s:2:\"id\";i:23932;s:5:\"title\";s:32:\"Cooking Academy &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/91-Cooking-Academy.jpg\";s:12:\"tmpl_created\";i:1649710216;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/cooking-academy-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:145:\"[\"Academy\",\"Booking\",\"Business\",\"Chef\",\"Cooking\",\"Education\",\"Food\",\"Free Trial\",\"Landing Pages\",\"Professional\",\"School\",\"Teacher\",\"Testimonial\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:168;a:19:{s:4:\"tmpl\";i:1409;s:2:\"id\";i:23970;s:5:\"title\";s:45:\"Ophthalmology Medical Clinic &#8211; Business\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/04/92-Ophthalmology-Medical-Clinic.jpg\";s:12:\"tmpl_created\";i:1649711096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/ophthalmology-medical-clinic-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:165:\"[\"About\",\"Business\",\"Care\",\"Consulting\",\"Eye\",\"Free Trial\",\"Glasses\",\"Health\",\"Landing Pages\",\"Lifestyle\",\"Medical\",\"Modern\",\"Optometrist\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:169;a:19:{s:4:\"tmpl\";i:1425;s:2:\"id\";i:24331;s:5:\"title\";s:24:\"Wireframe &#8211; Home 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-1.jpg\";s:12:\"tmpl_created\";i:1653988363;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:170;a:19:{s:4:\"tmpl\";i:1218;s:2:\"id\";i:20792;s:5:\"title\";s:26:\"Luxury Car &#8211; Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/11/250x280-1.jpg\";s:12:\"tmpl_created\";i:1636903770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/luxury-car-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:54:\"[\"car\",\"Ecommerce\",\"Landing Pages\",\"Luxury\",\"Product\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:171;a:19:{s:4:\"tmpl\";i:1428;s:2:\"id\";i:24398;s:5:\"title\";s:25:\"Wireframe &#8211; About 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-1.jpg\";s:12:\"tmpl_created\";i:1653988534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:83:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Professional\",\"Services\",\"Team\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:172;a:19:{s:4:\"tmpl\";i:991;s:2:\"id\";i:13413;s:5:\"title\";s:33:\"Classic | Contact | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Help.jpg\";s:12:\"tmpl_created\";i:1587474761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-contact-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:530;s:11:\"trend_index\";i:369;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:173;a:19:{s:4:\"tmpl\";i:1053;s:2:\"id\";i:15272;s:5:\"title\";s:32:\"Classic | Contact | Psychologist\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/PopUp.png\";s:12:\"tmpl_created\";i:1600170487;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-contact-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:578;s:11:\"trend_index\";i:312;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:174;a:19:{s:4:\"tmpl\";i:899;s:2:\"id\";i:11839;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Header_small.png\";s:12:\"tmpl_created\";i:1569430015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"header\",\"portfolio\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:189;s:11:\"trend_index\";i:20;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:175;a:19:{s:4:\"tmpl\";i:1433;s:2:\"id\";i:24477;s:5:\"title\";s:27:\"Wireframe &#8211; Gallery 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-2.jpg\";s:12:\"tmpl_created\";i:1653988835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:176;a:19:{s:4:\"tmpl\";i:1205;s:2:\"id\";i:20233;s:5:\"title\";s:32:\"Art Magazine &#8211; Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633881371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:177;a:19:{s:4:\"tmpl\";i:1214;s:2:\"id\";i:20539;s:5:\"title\";s:31:\"Design Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:178;a:19:{s:4:\"tmpl\";i:1224;s:2:\"id\";i:21013;s:5:\"title\";s:24:\"Restaurant &#8211; About\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/12/7-About-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638795588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:36:\"[\"About\",\"Chef\",\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:179;a:19:{s:4:\"tmpl\";i:992;s:2:\"id\";i:13402;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/04/Popup-Course-Completed.jpg\";s:12:\"tmpl_created\";i:1587474772;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:619;s:11:\"trend_index\";i:582;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:180;a:19:{s:4:\"tmpl\";i:1206;s:2:\"id\";i:20254;s:5:\"title\";s:41:\"Digital Marketing Agency &#8211; Business\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Digital-Marketing-Agency-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/digital-marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:65:\"[\"Agency\",\"Business\",\"Digital Agency\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:181;a:19:{s:4:\"tmpl\";i:1235;s:2:\"id\";i:21281;s:5:\"title\";s:25:\"Law Firm &#8211; Services\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/16-Services-Law-firm.jpg\";s:12:\"tmpl_created\";i:1638819128;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/law-firm-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Consulting\",\"Law\",\"Law Firm\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:182;a:19:{s:4:\"tmpl\";i:1017;s:2:\"id\";i:14111;s:5:\"title\";s:36:\"Classic | Japanese restaurant | Sale\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1592300400;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-japanese-restaurant-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:717;s:11:\"trend_index\";i:697;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:183;a:19:{s:4:\"tmpl\";i:1213;s:2:\"id\";i:20509;s:5:\"title\";s:40:\"Dogs Adoption &#8211; Social Involvement\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/10/Dog-Adoption-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/dogs-adoption-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:49:\"[\"Adoption\",\"Involvement\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:184;a:19:{s:4:\"tmpl\";i:1233;s:2:\"id\";i:21205;s:5:\"title\";s:29:\"Photographer &#8211; Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/25-Projects-Photographer.jpg\";s:12:\"tmpl_created\";i:1638818372;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photographer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Black and white\",\"Photography\",\"Project\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:185;a:19:{s:4:\"tmpl\";i:993;s:2:\"id\";i:13422;s:5:\"title\";s:30:\"Classic | Menu | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1587474782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-menu-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:516;s:11:\"trend_index\";i:432;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:186;a:19:{s:4:\"tmpl\";i:925;s:2:\"id\";i:12540;s:5:\"title\";s:33:\"Classic | Menu | Travel and tours\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_Menu_s.png\";s:12:\"tmpl_created\";i:1575960267;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-menu-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:690;s:11:\"trend_index\";i:714;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:187;a:19:{s:4:\"tmpl\";i:1208;s:2:\"id\";i:20361;s:5:\"title\";s:51:\"Exercise &#038; Fitness Equipment &#8211; eCommerce\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2021/10/Exercise-Fitness-Equipment-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633883766;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/exercise-fitness-equipment-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Fitness\",\"Health\",\"Landing Pages\",\"Online Shop\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:188;a:19:{s:4:\"tmpl\";i:1239;s:2:\"id\";i:21373;s:5:\"title\";s:28:\"Photographer &#8211; Gallery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/18-Gallery-Photographer.jpg\";s:12:\"tmpl_created\";i:1638821177;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photographer-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Gallery\",\"Photography\",\"Portfolio\",\"Project\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:189;a:19:{s:4:\"tmpl\";i:1426;s:2:\"id\";i:24348;s:5:\"title\";s:24:\"Wireframe &#8211; Home 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-2.jpg\";s:12:\"tmpl_created\";i:1653988444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:190;a:19:{s:4:\"tmpl\";i:958;s:2:\"id\";i:13129;s:5:\"title\";s:28:\"Classic | Menu | Photography\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/PopUp_s.png\";s:12:\"tmpl_created\";i:1582092645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-menu-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:646;s:11:\"trend_index\";i:521;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:191;a:19:{s:4:\"tmpl\";i:1427;s:2:\"id\";i:24366;s:5:\"title\";s:24:\"Wireframe &#8211; Home 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-3.jpg\";s:12:\"tmpl_created\";i:1653988491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:192;a:19:{s:4:\"tmpl\";i:1207;s:2:\"id\";i:20299;s:5:\"title\";s:51:\"Interior Design Consultation &#8211; Online Service\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/10/Interior-Design-Consultation-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/interior-design-consultation-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:65:\"[\"Consulting\",\"Interior Design\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:193;a:19:{s:4:\"tmpl\";i:952;s:2:\"id\";i:12726;s:5:\"title\";s:52:\"Classic | Newsletter | Subscribe | Magazine and Blog\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_Newsletter_s.png\";s:12:\"tmpl_created\";i:1579061019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:152:\"https://library.elementor.com/popups/classic-newsletter-subscribe-magazine-and-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:357;s:11:\"trend_index\";i:281;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:194;a:19:{s:4:\"tmpl\";i:883;s:2:\"id\";i:11468;s:5:\"title\";s:20:\"Classic | Sale | Gym\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/PopUp_Small.png\";s:12:\"tmpl_created\";i:1567393182;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/classic-sale-gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:696;s:11:\"trend_index\";i:740;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:195;a:19:{s:4:\"tmpl\";i:1216;s:2:\"id\";i:20623;s:5:\"title\";s:57:\"Luxurious Camping Accommodation For Events &#8211; Events\";s:9:\"thumbnail\";s:113:\"https://library.elementor.com/wp-content/uploads/2021/10/Luxurious-Camping-Accommodation-For-Events-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634041681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/luxurious-camping-accommodation-for-events-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:43:\"[\"Event\",\"Events\",\"Landing Pages\",\"Travel\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:196;a:19:{s:4:\"tmpl\";i:1219;s:2:\"id\";i:20886;s:5:\"title\";s:28:\"Online Training &#8211; Home\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/12/2-Home-Online-Training.jpg\";s:12:\"tmpl_created\";i:1638784769;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/online-training-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Online\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:197;a:19:{s:4:\"tmpl\";i:1065;s:2:\"id\";i:15570;s:5:\"title\";s:33:\"Classic | Subscribe | Travel Blog\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp.jpg\";s:12:\"tmpl_created\";i:1606215555;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-subscribe-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:709;s:11:\"trend_index\";i:459;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:198;a:19:{s:4:\"tmpl\";i:1431;s:2:\"id\";i:24437;s:5:\"title\";s:25:\"Wireframe &#8211; About 4\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-4.jpg\";s:12:\"tmpl_created\";i:1653988733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:199;a:19:{s:4:\"tmpl\";i:1210;s:2:\"id\";i:20414;s:5:\"title\";s:45:\"Online English Courses &#8211; Online Service\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Online-English-Courses-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/online-english-courses-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Course Online\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:200;a:19:{s:4:\"tmpl\";i:1132;s:2:\"id\";i:16553;s:5:\"title\";s:31:\"Fly-In | Contact | Beauty Salon\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/12/PopUp.jpg\";s:12:\"tmpl_created\";i:1608622602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-contact-beauty-salon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:691;s:11:\"trend_index\";i:428;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:201;a:19:{s:4:\"tmpl\";i:1441;s:2:\"id\";i:24574;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 5\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-5.jpg\";s:12:\"tmpl_created\";i:1653989135;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:202;a:19:{s:4:\"tmpl\";i:1217;s:2:\"id\";i:20333;s:5:\"title\";s:40:\"Plant Pots Online Shop &#8211; eCommerce\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Plant-Pots-Online-Shop-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634042184;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/plant-pots-online-shop-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Ecommerce\",\"Landing Pages\",\"Online Shop\",\"Shop\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:203;a:19:{s:4:\"tmpl\";i:1211;s:2:\"id\";i:20447;s:5:\"title\";s:33:\"Shared Workspace &#8211; Business\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Shared-Workspace.jpg\";s:12:\"tmpl_created\";i:1633884934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/shared-workspace-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:28:\"[\"Business\",\"Landing Pages\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:204;a:19:{s:4:\"tmpl\";i:1237;s:2:\"id\";i:21313;s:5:\"title\";s:34:\"Spa &#038; Beauty &#8211; Services\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/12/Spa-Beauty-Treatments-page-1.jpg\";s:12:\"tmpl_created\";i:1638819709;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/spa-beauty-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:55:\"[\"Beauty\",\"Hair\",\"Health\",\"Services\",\"Spa\",\"Treatment\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:205;a:19:{s:4:\"tmpl\";i:1004;s:2:\"id\";i:13538;s:5:\"title\";s:32:\"Fly-In | Newsletter | Barbershop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/05/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1589893364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-newsletter-barbershop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:710;s:11:\"trend_index\";i:667;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:206;a:19:{s:4:\"tmpl\";i:924;s:2:\"id\";i:12550;s:5:\"title\";s:32:\"Fly-in | Sale | Travel and Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_s.png\";s:12:\"tmpl_created\";i:1575960263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/flyin-sale-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:754;s:11:\"trend_index\";i:791;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:207;a:19:{s:4:\"tmpl\";i:1212;s:2:\"id\";i:20479;s:5:\"title\";s:49:\"Teeth Straightening &#8211; Health &#038; Fitness\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Teeth-Whitening.jpg\";s:12:\"tmpl_created\";i:1633886115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/teeth-straightening-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:46:\"[\"Business\",\"Dental\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:208;a:19:{s:4:\"tmpl\";i:1234;s:2:\"id\";i:21234;s:5:\"title\";s:34:\"Insurance Company &#8211; Services\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/15-Services-Insurance-Company.jpg\";s:12:\"tmpl_created\";i:1638818688;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/insurance-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Faq\",\"Form\",\"Insurance\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:209;a:19:{s:4:\"tmpl\";i:1035;s:2:\"id\";i:15062;s:5:\"title\";s:35:\"Fly-In | Sign up | Flooring Company\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp.png\";s:12:\"tmpl_created\";i:1597739629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/fly-in-sign-up-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:625;s:11:\"trend_index\";i:309;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:210;a:19:{s:4:\"tmpl\";i:1209;s:2:\"id\";i:20394;s:5:\"title\";s:30:\"Time Management &#8211; Events\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/10/Time-Management-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884077;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/time-management-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:211;a:19:{s:4:\"tmpl\";i:1229;s:2:\"id\";i:21118;s:5:\"title\";s:28:\"Contact &#8211; Plants Store\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/12-Contact-Plants-Store.jpg\";s:12:\"tmpl_created\";i:1638802472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/contact-plants-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:40:\"[\"Contact\",\"Info\",\"Plant\",\"Testimonial\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:212;a:19:{s:4:\"tmpl\";i:893;s:2:\"id\";i:11822;s:5:\"title\";s:30:\"Full Screen | Menu | Portfolio\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/PopUp_small.png\";s:12:\"tmpl_created\";i:1569429896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/full-screen-menu-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:654;s:11:\"trend_index\";i:626;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:213;a:19:{s:4:\"tmpl\";i:1203;s:2:\"id\";i:18591;s:5:\"title\";s:28:\"Coffee Sale &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280-7.png\";s:12:\"tmpl_created\";i:1633877319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/coffee-sale-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:33:\"[\"Coffee\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:214;a:19:{s:4:\"tmpl\";i:1231;s:2:\"id\";i:21184;s:5:\"title\";s:28:\"Dental Care &#8211; Services\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/14-Services-Dental-Care.jpg\";s:12:\"tmpl_created\";i:1638807148;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dental-care-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:45:\"[\"Dental\",\"Medical\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:215;a:19:{s:4:\"tmpl\";i:1064;s:2:\"id\";i:15580;s:5:\"title\";s:31:\"Fullscreen | Menu | Travel Blog\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1606215358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fullscreen-menu-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:673;s:11:\"trend_index\";i:348;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:216;a:19:{s:4:\"tmpl\";i:1133;s:2:\"id\";i:16645;s:5:\"title\";s:28:\"Headphones &#8211; eCommerce\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_headphones.png\";s:12:\"tmpl_created\";i:1609944115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/commerce-headphones/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:39:\"[\"Ecommerce\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:633;s:11:\"trend_index\";i:87;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:217;a:19:{s:4:\"tmpl\";i:1442;s:2:\"id\";i:24584;s:5:\"title\";s:27:\"Wireframe &#8211; Pricing 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Pricing-1.jpg\";s:12:\"tmpl_created\";i:1653989152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:146:\"[\"Booking\",\"Business\",\"Clients\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Online Service\",\"Pricing\",\"Products\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:218;a:19:{s:4:\"tmpl\";i:1138;s:2:\"id\";i:16762;s:5:\"title\";s:25:\"Conference &#8211; Events\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Conference.png\";s:12:\"tmpl_created\";i:1610455119;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/conference-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:60:\"[\"Conference\",\"Convention\",\"Event\",\"Events\",\"Landing Pages\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:705;s:11:\"trend_index\";i:216;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:219;a:19:{s:4:\"tmpl\";i:1438;s:2:\"id\";i:24539;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-2.jpg\";s:12:\"tmpl_created\";i:1653989019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"Business\",\"Contact\",\"Footer\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:220;a:19:{s:4:\"tmpl\";i:981;s:2:\"id\";i:13281;s:5:\"title\";s:37:\"Hello Bar | Contact | Interior Design\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp.png\";s:12:\"tmpl_created\";i:1586148801;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/hello-bar-contact-interior-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:19:\"[\"Interior Design\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:763;s:11:\"trend_index\";i:679;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:221;a:19:{s:4:\"tmpl\";i:1052;s:2:\"id\";i:15259;s:5:\"title\";s:31:\"Hello Bar | Menu | Psychologist\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Menu-PopUp.png\";s:12:\"tmpl_created\";i:1600170209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/hello-bar-menu-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:739;s:11:\"trend_index\";i:583;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:222;a:19:{s:4:\"tmpl\";i:1434;s:2:\"id\";i:24494;s:5:\"title\";s:28:\"Wireframe &#8211; Services 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1.jpg\";s:12:\"tmpl_created\";i:1653988874;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Business\",\"Faq\",\"Footer\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:223;a:19:{s:4:\"tmpl\";i:1194;s:2:\"id\";i:18701;s:5:\"title\";s:32:\"Digital Course &#8211; eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280.jpg\";s:12:\"tmpl_created\";i:1618995134;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/digital-course-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Ecommerce\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:224;a:19:{s:4:\"tmpl\";i:1192;s:2:\"id\";i:18612;s:5:\"title\";s:34:\"Bag Product Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bag-Product.jpeg\";s:12:\"tmpl_created\";i:1618395406;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bag-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:61:\"[\"Bag\",\"Ecommerce\",\"Landing Pages\",\"Product\",\"Sale\",\"Travel\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:875;s:11:\"trend_index\";i:605;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:225;a:19:{s:4:\"tmpl\";i:1227;s:2:\"id\";i:21083;s:5:\"title\";s:26:\"Conference &#8211; Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/10-Contact-Conference.jpg\";s:12:\"tmpl_created\";i:1638799208;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/conference-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:44:\"[\"Conference\",\"Contact\",\"Form\",\"Info\",\"Map\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:226;a:19:{s:4:\"tmpl\";i:1193;s:2:\"id\";i:18644;s:5:\"title\";s:37:\"Camera Product Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/camera_sale_featured-img.jpg\";s:12:\"tmpl_created\";i:1618396388;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/camera-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Camera\",\"Ecommerce\",\"Landing Pages\",\"Photography\",\"Sale\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:873;s:11:\"trend_index\";i:535;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:227;a:19:{s:4:\"tmpl\";i:951;s:2:\"id\";i:12736;s:5:\"title\";s:41:\"Slide In | Contact Us | Magazine and Blog\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_contact_s.png\";s:12:\"tmpl_created\";i:1579060978;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/slide-in-contact-us/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:734;s:11:\"trend_index\";i:686;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:228;a:19:{s:4:\"tmpl\";i:1222;s:2:\"id\";i:20960;s:5:\"title\";s:26:\"Travel Agency &#8211; Home\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/5-Home-Travel-Agency.jpg\";s:12:\"tmpl_created\";i:1638788432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/travel-agency-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Adventures\",\"Experience\",\"Explore\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:229;a:19:{s:4:\"tmpl\";i:1196;s:2:\"id\";i:18815;s:5:\"title\";s:25:\"Car Wash &#8211; Business\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Car-Wash.png\";s:12:\"tmpl_created\";i:1621336431;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/car-wash-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:45:\"[\"Business\",\"car\",\"Discount\",\"Landing Pages\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:230;a:19:{s:4:\"tmpl\";i:1242;s:2:\"id\";i:21473;s:5:\"title\";s:40:\"Architecture Photography &#8211; Gallery\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/20-Gallery-Architecture-Photography.jpg\";s:12:\"tmpl_created\";i:1638822115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/architecture-photography-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:52:\"[\"Architecture\",\"Gallery\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:231;a:19:{s:4:\"tmpl\";i:1015;s:2:\"id\";i:14067;s:5:\"title\";s:37:\"Slide In | Japanese restaurant | Menu\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Menu-Pop-Up-Small.jpg\";s:12:\"tmpl_created\";i:1592290352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/slide-in-japanese-restaurant-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:650;s:11:\"trend_index\";i:565;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:232;a:19:{s:4:\"tmpl\";i:923;s:2:\"id\";i:12229;s:5:\"title\";s:33:\"Slide In | Law Firm | Information\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/popup.png\";s:12:\"tmpl_created\";i:1572847842;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-law-firm-information/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:547;s:11:\"trend_index\";i:413;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:233;a:19:{s:4:\"tmpl\";i:1198;s:2:\"id\";i:18824;s:5:\"title\";s:33:\"Design School &#8211; Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1621336756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:234;a:19:{s:4:\"tmpl\";i:1236;s:2:\"id\";i:21259;s:5:\"title\";s:28:\"3D Designer &#8211; Projects\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/24-Projects-3D-Designer.jpg\";s:12:\"tmpl_created\";i:1638819185;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/3d-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"3D\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:235;a:19:{s:4:\"tmpl\";i:1028;s:2:\"id\";i:14827;s:5:\"title\";s:39:\"Slide-In | Contact | Luxury Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/PopUp.png\";s:12:\"tmpl_created\";i:1595323523;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/slide-in-contact-luxury-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:559;s:11:\"trend_index\";i:284;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:236;a:19:{s:4:\"tmpl\";i:1197;s:2:\"id\";i:18819;s:5:\"title\";s:27:\"Dog Walker &#8211; Business\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Dog-Walker.png\";s:12:\"tmpl_created\";i:1621336601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/dog-walker-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:41:\"[\"Business\",\"Dog\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:237;a:19:{s:4:\"tmpl\";i:1238;s:2:\"id\";i:21349;s:5:\"title\";s:29:\"Architecture &#8211; Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/23-Projects-Architecture.jpg\";s:12:\"tmpl_created\";i:1638820870;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/architecture-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:70:\"[\"Architecture\",\"Creative\",\"Creative Portfolio\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:238;a:19:{s:4:\"tmpl\";i:1034;s:2:\"id\";i:15075;s:5:\"title\";s:34:\"Slide-In | Menu | Flooring Company\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp-1.png\";s:12:\"tmpl_created\";i:1597739605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/slide-in-menu-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:383;s:11:\"trend_index\";i:162;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:239;a:19:{s:4:\"tmpl\";i:1414;s:2:\"id\";i:24079;s:5:\"title\";s:32:\"Fashion Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Fashion-Shop.jpg\";s:12:\"tmpl_created\";i:1650988089;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/fashion-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Aesthetic\",\"Business\",\"Coming Soon\",\"Ecommerce\",\"Girly\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:240;a:19:{s:4:\"tmpl\";i:1195;s:2:\"id\";i:18761;s:5:\"title\";s:33:\"Fashion Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1621336146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:241;a:19:{s:4:\"tmpl\";i:1153;s:2:\"id\";i:17060;s:5:\"title\";s:36:\"Private Tutor &#8211; Online Service\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Tutor-2.png\";s:12:\"tmpl_created\";i:1610631042;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/private-tutor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:64:\"[\"Education\",\"Landing Pages\",\"Online Service\",\"Teacher\",\"Tutor\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:780;s:11:\"trend_index\";i:628;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:242;a:19:{s:4:\"tmpl\";i:1430;s:2:\"id\";i:24434;s:5:\"title\";s:25:\"Wireframe &#8211; About 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-3.jpg\";s:12:\"tmpl_created\";i:1653988697;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:243;a:19:{s:4:\"tmpl\";i:1158;s:2:\"id\";i:17232;s:5:\"title\";s:33:\"Life Coach &#8211; Online Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Life-Coach.png\";s:12:\"tmpl_created\";i:1610902793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/life-coach-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:38:\"[\"Coach\",\"Landing Pages\",\"Life Coach\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:787;s:11:\"trend_index\";i:751;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:244;a:19:{s:4:\"tmpl\";i:1436;s:2:\"id\";i:24515;s:5:\"title\";s:28:\"Wireframe &#8211; Services 3\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3.jpg\";s:12:\"tmpl_created\";i:1653988946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:66:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:245;a:19:{s:4:\"tmpl\";i:875;s:2:\"id\";i:11241;s:5:\"title\";s:36:\"Classic | Digital Agency | Marketing\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/PopUp_small.jpg\";s:12:\"tmpl_created\";i:1564643043;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-digital-agency-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:362;s:11:\"trend_index\";i:315;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:246;a:19:{s:4:\"tmpl\";i:1146;s:2:\"id\";i:16932;s:5:\"title\";s:35:\"Finance Consulting &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Finance-Consulting.png\";s:12:\"tmpl_created\";i:1610532170;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/lp/finance-consulting-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:80:\"[\"Advisor\",\"Business\",\"Consulting\",\"Finance\",\"Investment\",\"Landing Pages\",\"Tax\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:790;s:11:\"trend_index\";i:630;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:247;a:19:{s:4:\"tmpl\";i:1429;s:2:\"id\";i:24421;s:5:\"title\";s:25:\"Wireframe &#8211; About 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-2.jpg\";s:12:\"tmpl_created\";i:1653988579;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:248;a:19:{s:4:\"tmpl\";i:674;s:2:\"id\";i:8505;s:5:\"title\";s:11:\"404 page 01\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/001.jpg\";s:12:\"tmpl_created\";i:1526415501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:533;s:11:\"trend_index\";i:222;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:249;a:19:{s:4:\"tmpl\";i:1136;s:2:\"id\";i:16721;s:5:\"title\";s:35:\"Dental &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Dental.jpg\";s:12:\"tmpl_created\";i:1610448567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/dental-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:44:\"[\"Dental\",\"Doctor\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:801;s:11:\"trend_index\";i:655;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:250;a:19:{s:4:\"tmpl\";i:1417;s:2:\"id\";i:24116;s:5:\"title\";s:32:\"Tech Company &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Tech-Company.jpg\";s:12:\"tmpl_created\";i:1650989265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/tech-company-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"Business\",\"Coding\",\"Coming Soon\",\"Computer\",\"Developer\",\"IT\",\"Services\",\"Technology\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:251;a:19:{s:4:\"tmpl\";i:675;s:2:\"id\";i:8511;s:5:\"title\";s:11:\"404 page 02\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/002.jpg\";s:12:\"tmpl_created\";i:1526415528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:347;s:11:\"trend_index\";i:155;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:252;a:19:{s:4:\"tmpl\";i:1161;s:2:\"id\";i:17269;s:5:\"title\";s:34:\"Electronics Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Electronic-Products.png\";s:12:\"tmpl_created\";i:1610903298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/electronics-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:800;s:11:\"trend_index\";i:556;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:253;a:19:{s:4:\"tmpl\";i:1220;s:2:\"id\";i:20908;s:5:\"title\";s:42:\"Packing &#038; Moving Company &#8211; Home\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/3-Home-Packing-Moving-Company.jpg\";s:12:\"tmpl_created\";i:1638786127;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/packing-moving-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Movers\",\"Moving\",\"Storge\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:254;a:19:{s:4:\"tmpl\";i:1152;s:2:\"id\";i:17032;s:5:\"title\";s:42:\"Donate Computer &#8211; Social Involvement\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Donation-2.png\";s:12:\"tmpl_created\";i:1610630585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/donate-computer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:67:\"[\"Computer\",\"Donate\",\"Donation\",\"Kids\",\"Landing Pages\",\"Nonprofit\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:718;s:11:\"trend_index\";i:278;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:255;a:19:{s:4:\"tmpl\";i:672;s:2:\"id\";i:8512;s:5:\"title\";s:11:\"404 page 03\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/003.jpg\";s:12:\"tmpl_created\";i:1526415449;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:450;s:11:\"trend_index\";i:375;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:256;a:19:{s:4:\"tmpl\";i:1245;s:2:\"id\";i:21546;s:5:\"title\";s:28:\"Interior Design &#8211; Home\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/1-Home-Interior-Design-1.jpg\";s:12:\"tmpl_created\";i:1639046269;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/interior-design-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Design\",\"Form\",\"Furniture Design\",\"Interior Design\",\"Testimonial\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:257;a:19:{s:4:\"tmpl\";i:1135;s:2:\"id\";i:16684;s:5:\"title\";s:34:\"SaaS HR Management &#8211; Product\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_hr.png\";s:12:\"tmpl_created\";i:1609945486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/saas-hr-management-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:39:\"[\"HR\",\"Landing Pages\",\"Product\",\"SaaS\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:708;s:11:\"trend_index\";i:292;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:258;a:19:{s:4:\"tmpl\";i:671;s:2:\"id\";i:8513;s:5:\"title\";s:11:\"404 page 04\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/004.jpg\";s:12:\"tmpl_created\";i:1526415417;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:420;s:11:\"trend_index\";i:176;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:259;a:19:{s:4:\"tmpl\";i:1249;s:2:\"id\";i:22137;s:5:\"title\";s:31:\"Design Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647177194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:260;a:19:{s:4:\"tmpl\";i:1134;s:2:\"id\";i:16660;s:5:\"title\";s:37:\"Medical center &#8211; Online service\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-medical-cosultation-250_280.png\";s:12:\"tmpl_created\";i:1609945122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/medical-center-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:44:\"[\"Landing Pages\",\"Medical\",\"Online Service\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:750;s:11:\"trend_index\";i:332;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:261;a:19:{s:4:\"tmpl\";i:1226;s:2:\"id\";i:21069;s:5:\"title\";s:21:\"Hotel &#8211; Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/12/9-Contact-Hotel.jpg\";s:12:\"tmpl_created\";i:1638798545;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/hotel-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:36:\"[\"Contact\",\"from\",\"Info\",\"Vacation\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:262;a:19:{s:4:\"tmpl\";i:1150;s:2:\"id\";i:17001;s:5:\"title\";s:36:\"Parental Counseling &#8211; Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/Parenting-Coach-2.png\";s:12:\"tmpl_created\";i:1610534999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/parental-counseling-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:99:\"[\"Advisor\",\"Business\",\"Coach\",\"Counseling\",\"Landing Pages\",\"Online Service\",\"Parental\",\"Parenting\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:817;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:263;a:19:{s:4:\"tmpl\";i:1432;s:2:\"id\";i:24461;s:5:\"title\";s:27:\"Wireframe &#8211; Gallery 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-1.jpg\";s:12:\"tmpl_created\";i:1653988784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:264;a:19:{s:4:\"tmpl\";i:676;s:2:\"id\";i:8514;s:5:\"title\";s:11:\"404 Page 05\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/005.jpg\";s:12:\"tmpl_created\";i:1526415558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-05/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:419;s:11:\"trend_index\";i:220;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:265;a:19:{s:4:\"tmpl\";i:1137;s:2:\"id\";i:16742;s:5:\"title\";s:31:\"Online Course &#8211; Education\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Course.png\";s:12:\"tmpl_created\";i:1610454122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/online-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:55:\"[\"Academy\",\"Course Online\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:777;s:11:\"trend_index\";i:776;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:266;a:19:{s:4:\"tmpl\";i:668;s:2:\"id\";i:8523;s:5:\"title\";s:11:\"404 page 06\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/006.jpg\";s:12:\"tmpl_created\";i:1526415291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-06/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:298;s:11:\"trend_index\";i:268;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:267;a:19:{s:4:\"tmpl\";i:1440;s:2:\"id\";i:24563;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 4\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-4.jpg\";s:12:\"tmpl_created\";i:1653989095;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:84:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:268;a:19:{s:4:\"tmpl\";i:1162;s:2:\"id\";i:17284;s:5:\"title\";s:38:\"Dietitian &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/01/Dietitian.png\";s:12:\"tmpl_created\";i:1610903484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/dietitian-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Health\",\"landscape design\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:814;s:11:\"trend_index\";i:800;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:269;a:19:{s:4:\"tmpl\";i:1439;s:2:\"id\";i:24553;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 3\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-3.jpg\";s:12:\"tmpl_created\";i:1653989057;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Professional\",\"Testimonial\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:270;a:19:{s:4:\"tmpl\";i:1144;s:2:\"id\";i:16897;s:5:\"title\";s:30:\"Personal Chef &#8211; Business\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Personal-Chef.png\";s:12:\"tmpl_created\";i:1610466247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/personal-chef-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:53:\"[\"Business\",\"Chef\",\"Food\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:795;s:11:\"trend_index\";i:617;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:271;a:19:{s:4:\"tmpl\";i:1435;s:2:\"id\";i:24504;s:5:\"title\";s:28:\"Wireframe &#8211; Services 2\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2.jpg\";s:12:\"tmpl_created\";i:1653988910;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:80:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:272;a:19:{s:4:\"tmpl\";i:669;s:2:\"id\";i:8524;s:5:\"title\";s:11:\"404 page 07\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/007.jpg\";s:12:\"tmpl_created\";i:1526415337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-07/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:303;s:11:\"trend_index\";i:171;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:273;a:19:{s:4:\"tmpl\";i:1147;s:2:\"id\";i:16946;s:5:\"title\";s:52:\"Online Full-Stack Developer Course &#8211; Education\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Full-Stack-Developer-Course.png\";s:12:\"tmpl_created\";i:1610532778;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/online-full-stack-developer-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:76:\"[\"Academy\",\"Coding\",\"Course Online\",\"Developer\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:805;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:274;a:19:{s:4:\"tmpl\";i:1437;s:2:\"id\";i:24528;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-1.jpg\";s:12:\"tmpl_created\";i:1653988981;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:275;a:19:{s:4:\"tmpl\";i:1143;s:2:\"id\";i:16868;s:5:\"title\";s:40:\"Virtual Assistant &#8211; Online Service\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/01/Virtual-Assistant-250x280-1.png\";s:12:\"tmpl_created\";i:1610465656;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/virtual-assistant-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:46:\"[\"Assistant\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:793;s:11:\"trend_index\";i:757;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:276;a:19:{s:4:\"tmpl\";i:673;s:2:\"id\";i:8526;s:5:\"title\";s:11:\"404 page 09\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/009.jpg\";s:12:\"tmpl_created\";i:1526415474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-09/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:477;s:11:\"trend_index\";i:285;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:277;a:19:{s:4:\"tmpl\";i:1228;s:2:\"id\";i:21104;s:5:\"title\";s:26:\"Restaurant &#8211; Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/11-Contact-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638800146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/restaurant-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:60:\"[\"Contact\",\"Food\",\"Form\",\"Google Maps\",\"Info\",\"Testimonial\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:278;a:19:{s:4:\"tmpl\";i:1140;s:2:\"id\";i:16812;s:5:\"title\";s:40:\"Construction Project &#8211; Real Estate\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Construction-Project.png\";s:12:\"tmpl_created\";i:1610463582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/construction-project-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:59:\"[\"Construction\",\"Landing Pages\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:796;s:11:\"trend_index\";i:724;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:279;a:19:{s:4:\"tmpl\";i:1244;s:2:\"id\";i:21393;s:5:\"title\";s:34:\"Interior Designer &#8211; Projects\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/12/big-22-Projects-Interior-Designer-New.jpeg\";s:12:\"tmpl_created\";i:1638823945;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/interior-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:93:\"[\"Creative\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Interior Design\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:280;a:19:{s:4:\"tmpl\";i:1148;s:2:\"id\";i:16960;s:5:\"title\";s:44:\"Dog &amp; Cat Food Delivery &#8211; Business\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2021/01/Dog-Food.png\";s:12:\"tmpl_created\";i:1610533581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/dog-cat-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:71:\"[\"Business\",\"Cat\",\"Delivery\",\"Dog\",\"Food\",\"Landing Pages\",\"Pet\",\"Pets\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:782;s:11:\"trend_index\";i:510;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:281;a:19:{s:4:\"tmpl\";i:670;s:2:\"id\";i:8525;s:5:\"title\";s:11:\"404 page 08\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/008.jpg\";s:12:\"tmpl_created\";i:1526415374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-08/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:510;s:11:\"trend_index\";i:575;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:282;a:19:{s:4:\"tmpl\";i:1251;s:2:\"id\";i:22143;s:5:\"title\";s:33:\"Fashion Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1647177389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:283;a:19:{s:4:\"tmpl\";i:1155;s:2:\"id\";i:17095;s:5:\"title\";s:36:\"Mobile Pet Grooming &#8211; Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Mobile-Pet-Grooming.png\";s:12:\"tmpl_created\";i:1610632115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/mobile-pet-grooming-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:38:\"[\"Dog\",\"Groom\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:786;s:11:\"trend_index\";i:731;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:284;a:19:{s:4:\"tmpl\";i:1241;s:2:\"id\";i:21451;s:5:\"title\";s:26:\"Exhibition &#8211; Gallery\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/21-Gallery-Exhibition.jpg\";s:12:\"tmpl_created\";i:1638821855;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/exhibition-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"Art\",\"Creative\",\"Creative Portfolio\",\"Exhibition\",\"Gallery\",\"Portfolio\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:285;a:19:{s:4:\"tmpl\";i:502;s:2:\"id\";i:5438;s:5:\"title\";s:7:\"About 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_4.png\";s:12:\"tmpl_created\";i:1520443512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:147;s:11:\"trend_index\";i:9;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:286;a:19:{s:4:\"tmpl\";i:1159;s:2:\"id\";i:17245;s:5:\"title\";s:34:\"Marketing Course &#8211; Education\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2021/01/PPC.png\";s:12:\"tmpl_created\";i:1610902958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/marketing-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:45:\"[\"Course Online\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:770;s:11:\"trend_index\";i:430;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:287;a:19:{s:4:\"tmpl\";i:1240;s:2:\"id\";i:21430;s:5:\"title\";s:30:\"Travel Blogger &#8211; Gallery\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/12/19-Gallery-Travel-Blogger.jpg\";s:12:\"tmpl_created\";i:1638821592;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/travel-blogger-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Gallery\",\"Photography\",\"Slider\",\"Travel\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:288;a:19:{s:4:\"tmpl\";i:1149;s:2:\"id\";i:16983;s:5:\"title\";s:41:\"Pilates Instructor &#8211; Online Service\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Pilates-Instructor.png\";s:12:\"tmpl_created\";i:1610534138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/pilates-instructor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:70:\"[\"Free Trial\",\"Instructor\",\"Landing Pages\",\"Online Service\",\"Pilates\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:778;s:11:\"trend_index\";i:412;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:289;a:19:{s:4:\"tmpl\";i:1416;s:2:\"id\";i:24104;s:5:\"title\";s:33:\"Ceramics Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Ceramics-Shop.jpg\";s:12:\"tmpl_created\";i:1650988949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/ceramics-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:290;a:19:{s:4:\"tmpl\";i:557;s:2:\"id\";i:6135;s:5:\"title\";s:8:\"About 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_2.png\";s:12:\"tmpl_created\";i:1520443663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:77;s:11:\"trend_index\";i:47;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:291;a:19:{s:4:\"tmpl\";i:1412;s:2:\"id\";i:24033;s:5:\"title\";s:37:\"Dance Studio &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Dance-Studio.jpg\";s:12:\"tmpl_created\";i:1649881344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/dance-studio-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:113:\"[\"Academy\",\"Business\",\"Dance Studio\",\"Form\",\"Pilates\",\"School\",\"Sport\",\"Teacher\",\"Training\",\"Under Construction\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:292;a:19:{s:4:\"tmpl\";i:1190;s:2:\"id\";i:18568;s:5:\"title\";s:32:\"Flower Delivery &#8211; Business\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/04/Flower-Delivery.png\";s:12:\"tmpl_created\";i:1617546716;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/flower-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:37:\"[\"Delivery\",\"Flower\",\"Landing Pages\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:874;s:11:\"trend_index\";i:763;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:293;a:19:{s:4:\"tmpl\";i:1145;s:2:\"id\";i:16917;s:5:\"title\";s:22:\"Webinar &#8211; Events\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Webinar-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610466822;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:36:\"[\"Events\",\"Landing Pages\",\"Webinar\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:821;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:294;a:19:{s:4:\"tmpl\";i:1413;s:2:\"id\";i:24049;s:5:\"title\";s:33:\"ECO Shop &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-ECO-Shop.jpg\";s:12:\"tmpl_created\";i:1649882053;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/eco-shop-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:110:\"[\"Aesthetic\",\"Business\",\"Creative\",\"Decor\",\"Health\",\"Help\",\"Lifestyle\",\"Products\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:295;a:19:{s:4:\"tmpl\";i:497;s:2:\"id\";i:5397;s:5:\"title\";s:8:\"About 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1.png\";s:12:\"tmpl_created\";i:1520443503;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:148;s:11:\"trend_index\";i:43;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:296;a:19:{s:4:\"tmpl\";i:1154;s:2:\"id\";i:17079;s:5:\"title\";s:42:\"Calls Volunteer &#8211; Social Involvement\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Calls-Volunteer.png\";s:12:\"tmpl_created\";i:1610631774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/calls-volunteer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:68:\"[\"Care\",\"Covid-19\",\"Help\",\"Involvement\",\"Landing Pages\",\"Volunteer\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:854;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:297;a:19:{s:4:\"tmpl\";i:1419;s:2:\"id\";i:24136;s:5:\"title\";s:29:\"Food Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Food-Blog.jpg\";s:12:\"tmpl_created\";i:1650990034;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:62:\"[\"Blog\",\"Business\",\"Coming Soon\",\"Cooking\",\"Education\",\"Food\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:298;a:19:{s:4:\"tmpl\";i:1142;s:2:\"id\";i:16836;s:5:\"title\";s:33:\"Marketing Agency &#8211; Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/01/Marketing-Agency-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610464490;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:74:\"[\"Agency\",\"Business\",\"Landing Pages\",\"Marketing\",\"Marketing Landing Page\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:816;s:11:\"trend_index\";i:787;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:299;a:19:{s:4:\"tmpl\";i:1411;s:2:\"id\";i:24020;s:5:\"title\";s:35:\"Mobile App &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Mobile-App.jpg\";s:12:\"tmpl_created\";i:1649880955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/mobile-app-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:77:\"[\"App\",\"Business\",\"Coding\",\"Computer\",\"Launch\",\"Mobile\",\"Under Construction\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:300;a:19:{s:4:\"tmpl\";i:498;s:2:\"id\";i:5405;s:5:\"title\";s:8:\"About 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1.png\";s:12:\"tmpl_created\";i:1520443505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:216;s:11:\"trend_index\";i:50;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:301;a:19:{s:4:\"tmpl\";i:1139;s:2:\"id\";i:16785;s:5:\"title\";s:42:\"Gym Promotion &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Gym-LP.jpg\";s:12:\"tmpl_created\";i:1610455496;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/gym-promotion-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:42:\"[\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:820;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:302;a:19:{s:4:\"tmpl\";i:1420;s:2:\"id\";i:24152;s:5:\"title\";s:32:\"Perfume Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Perfume-Shop.jpg\";s:12:\"tmpl_created\";i:1650990353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/perfume-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Business\",\"Coming Soon\",\"Cosmetics\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:303;a:19:{s:4:\"tmpl\";i:1185;s:2:\"id\";i:18492;s:5:\"title\";s:34:\"Bicycle Pre-Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bike-Landing-Page.png\";s:12:\"tmpl_created\";i:1617535552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bicycle-pre-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:34:\"[\"Bicycle\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:50;s:16:\"popularity_index\";i:871;s:11:\"trend_index\";i:826;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:304;a:19:{s:4:\"tmpl\";i:1418;s:2:\"id\";i:24126;s:5:\"title\";s:28:\"Skincare &#8211; Coming Soon\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Skincare.jpg\";s:12:\"tmpl_created\";i:1650989585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/skincare-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:128:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Coming Soon\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Services\",\"Skincare\",\"Treatment\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:305;a:19:{s:4:\"tmpl\";i:1181;s:2:\"id\";i:18349;s:5:\"title\";s:39:\"Virtual try-on glasses &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-8.png\";s:12:\"tmpl_created\";i:1614772569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/virtual-try-on-glasses-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:64:\"[\"Fashion\",\"Glasses\",\"Landing Pages\",\"Online Service\",\"Virtual\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:848;s:11:\"trend_index\";i:803;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:306;a:19:{s:4:\"tmpl\";i:500;s:2:\"id\";i:5421;s:5:\"title\";s:8:\"About 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_3.png\";s:12:\"tmpl_created\";i:1520443509;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:215;s:11:\"trend_index\";i:77;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:307;a:19:{s:4:\"tmpl\";i:513;s:2:\"id\";i:5533;s:5:\"title\";s:8:\"About 15\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_10.png\";s:12:\"tmpl_created\";i:1520443534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:21;s:11:\"trend_index\";i:57;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:308;a:19:{s:4:\"tmpl\";i:1410;s:2:\"id\";i:24004;s:5:\"title\";s:33:\"Skincare &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Skincare.jpg\";s:12:\"tmpl_created\";i:1649880534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/skincare-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:144:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Makeup\",\"Services\",\"Skincare\",\"Treatment\",\"Under Construction\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:309;a:19:{s:4:\"tmpl\";i:1172;s:2:\"id\";i:17458;s:5:\"title\";s:31:\"Moving Company &#8211; Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Moving-Company.png\";s:12:\"tmpl_created\";i:1612727025;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/moving-company-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"Landing Pages\",\"Movers\",\"Moving\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:826;s:11:\"trend_index\";i:767;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:310;a:19:{s:4:\"tmpl\";i:1415;s:2:\"id\";i:24092;s:5:\"title\";s:29:\"Vase Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Vase-Shop.jpg\";s:12:\"tmpl_created\";i:1650988613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/vase-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:311;a:19:{s:4:\"tmpl\";i:1186;s:2:\"id\";i:18517;s:5:\"title\";s:29:\"Food Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Food-Blog.png\";s:12:\"tmpl_created\";i:1617539897;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:45:\"[\"Blog\",\"Coming Soon\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:844;s:11:\"trend_index\";i:672;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:312;a:19:{s:4:\"tmpl\";i:1167;s:2:\"id\";i:17379;s:5:\"title\";s:33:\"IT Service &#8211; Online Service\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-IT-Service.png\";s:12:\"tmpl_created\";i:1612713022;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/it-service-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:41:\"[\"IT\",\"Landing Pages\",\"Remote\",\"Support\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:806;s:11:\"trend_index\";i:634;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:313;a:19:{s:4:\"tmpl\";i:1248;s:2:\"id\";i:22134;s:5:\"title\";s:32:\"Art Magazine &#8211; Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647176713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:314;a:19:{s:4:\"tmpl\";i:512;s:2:\"id\";i:5525;s:5:\"title\";s:8:\"About 14\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_10.png\";s:12:\"tmpl_created\";i:1520443532;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:9;s:11:\"trend_index\";i:29;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:315;a:19:{s:4:\"tmpl\";i:1189;s:2:\"id\";i:18560;s:5:\"title\";s:52:\"Finance Learning Platform &#8211; Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1617542761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:843;s:11:\"trend_index\";i:561;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:316;a:19:{s:4:\"tmpl\";i:1225;s:2:\"id\";i:21041;s:5:\"title\";s:41:\"Business Consulting Company &#8211; About\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/8-About-Business-Consulting-Company.jpg\";s:12:\"tmpl_created\";i:1638797560;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/business-consulting-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Coach\",\"Collaboration\",\"Consulting\",\"Life Coach\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:317;a:19:{s:4:\"tmpl\";i:1187;s:2:\"id\";i:18528;s:5:\"title\";s:36:\"Home Decor Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1617541784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:872;s:11:\"trend_index\";i:819;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:318;a:19:{s:4:\"tmpl\";i:1243;s:2:\"id\";i:21135;s:5:\"title\";s:28:\"Construction &#8211; Service\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/13-Service-Construction.jpg\";s:12:\"tmpl_created\";i:1638823202;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/construction-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Architecture\",\"Construction\",\"Faq\",\"Services\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:319;a:19:{s:4:\"tmpl\";i:501;s:2:\"id\";i:5429;s:5:\"title\";s:8:\"About 16\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_4.png\";s:12:\"tmpl_created\";i:1520443510;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:59;s:11:\"trend_index\";i:8;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:320;a:19:{s:4:\"tmpl\";i:1174;s:2:\"id\";i:17504;s:5:\"title\";s:29:\"Hair Stylist &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-3.png\";s:12:\"tmpl_created\";i:1612883014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/hair-stylist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:59:\"[\"Business\",\"Hair\",\"hairdresser\",\"Landing Pages\",\"Stylist\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:840;s:11:\"trend_index\";i:806;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:321;a:19:{s:4:\"tmpl\";i:1223;s:2:\"id\";i:20981;s:5:\"title\";s:37:\"Creative Digital Agency &#8211; About\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2021/12/6-About-Creative-Digital-Agency.jpg\";s:12:\"tmpl_created\";i:1638789303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/creative-digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"About\",\"Advisor\",\"Creative\",\"Creative Portfolio\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:322;a:19:{s:4:\"tmpl\";i:1184;s:2:\"id\";i:18449;s:5:\"title\";s:45:\"Aesthetic Clinic &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/03/Aesthetic-Clinic.png\";s:12:\"tmpl_created\";i:1616682181;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/aesthetic-clinic-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:57:\"[\"Aesthetic\",\"Beauty\",\"Fitness\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:859;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:323;a:19:{s:4:\"tmpl\";i:1221;s:2:\"id\";i:20926;s:5:\"title\";s:33:\"Doctors Online Consultation -Home\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/12/4-Home-Doctors-Online-Consultation.jpg\";s:12:\"tmpl_created\";i:1638787371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/doctors-online-consultation-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:35:\"[\"App\",\"Health\",\"Medical\",\"Online\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:324;a:19:{s:4:\"tmpl\";i:505;s:2:\"id\";i:5464;s:5:\"title\";s:8:\"About 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_6.png\";s:12:\"tmpl_created\";i:1520443518;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:220;s:11:\"trend_index\";i:142;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:325;a:19:{s:4:\"tmpl\";i:1165;s:2:\"id\";i:17353;s:5:\"title\";s:44:\"Online Cooking Course &#8211; Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-2.png\";s:12:\"tmpl_created\";i:1612705144;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/online-cooking-course-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Cooking\",\"Course Online\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:59;s:16:\"popularity_index\";i:845;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:326;a:19:{s:4:\"tmpl\";i:1188;s:2:\"id\";i:18550;s:5:\"title\";s:39:\"Online Store &#8211; Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1617542506;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:832;s:11:\"trend_index\";i:600;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:327;a:19:{s:4:\"tmpl\";i:1250;s:2:\"id\";i:22140;s:5:\"title\";s:33:\"Design School &#8211; Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1647177317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:328;a:19:{s:4:\"tmpl\";i:510;s:2:\"id\";i:5504;s:5:\"title\";s:8:\"About 18\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_9.png\";s:12:\"tmpl_created\";i:1520443528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:104;s:11:\"trend_index\";i:46;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:329;a:19:{s:4:\"tmpl\";i:1191;s:2:\"id\";i:18539;s:5:\"title\";s:40:\"Travel Agency &#8211; Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1617610273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:61;s:16:\"popularity_index\";i:876;s:11:\"trend_index\";i:652;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:330;a:19:{s:4:\"tmpl\";i:1175;s:2:\"id\";i:18270;s:5:\"title\";s:24:\"Open week &#8211; Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280.png\";s:12:\"tmpl_created\";i:1614767186;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/open-week-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:59:\"[\"Education\",\"Event\",\"Events\",\"Landing Pages\",\"University\"]\";s:10:\"menu_order\";i:62;s:16:\"popularity_index\";i:831;s:11:\"trend_index\";i:673;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:331;a:19:{s:4:\"tmpl\";i:1177;s:2:\"id\";i:18300;s:5:\"title\";s:30:\"Makeup Artist &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-2.png\";s:12:\"tmpl_created\";i:1614768608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/makeup-artist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Beauty\",\"Business\",\"Course Online\",\"Landing Pages\",\"Makeup\",\"Online Service\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:861;s:11:\"trend_index\";i:783;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:332;a:19:{s:4:\"tmpl\";i:511;s:2:\"id\";i:5515;s:5:\"title\";s:8:\"About 19\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_9.png\";s:12:\"tmpl_created\";i:1520443530;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:268;s:11:\"trend_index\";i:161;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:333;a:19:{s:4:\"tmpl\";i:1179;s:2:\"id\";i:18329;s:5:\"title\";s:63:\"Online Real Estate Investment Conference &#8211; Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-5.png\";s:12:\"tmpl_created\";i:1614770404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/lp/online-real-estate-investment-conference-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:76:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Online Event\",\"Real estate\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:866;s:11:\"trend_index\";i:779;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:334;a:19:{s:4:\"tmpl\";i:506;s:2:\"id\";i:5472;s:5:\"title\";s:7:\"About 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_7.png\";s:12:\"tmpl_created\";i:1520443520;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:210;s:11:\"trend_index\";i:116;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:335;a:19:{s:4:\"tmpl\";i:1183;s:2:\"id\";i:18391;s:5:\"title\";s:45:\"Children&#8217;s Optometrist &#8211; Business\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Childrens-Optometrist.png\";s:12:\"tmpl_created\";i:1614773564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/childrens-optometrist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:85:\"[\"Business\",\"Children\",\"Eye\",\"Glasses\",\"Health\",\"Kids\",\"Landing Pages\",\"Optometrist\"]\";s:10:\"menu_order\";i:65;s:16:\"popularity_index\";i:877;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:336;a:19:{s:4:\"tmpl\";i:1182;s:2:\"id\";i:18366;s:5:\"title\";s:30:\"Car Insurance &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Car-Insurance.png\";s:12:\"tmpl_created\";i:1614773263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/car-insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"car\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:869;s:11:\"trend_index\";i:797;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:337;a:19:{s:4:\"tmpl\";i:1201;s:2:\"id\";i:19144;s:5:\"title\";s:25:\"Birthday Party Invitation\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/06/250x280.png\";s:12:\"tmpl_created\";i:1623848691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/birthday-party-invitation/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Birthday\",\"Event\",\"Landing Pages\",\"Party\",\"RSVD\",\"Save the Date\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:338;a:19:{s:4:\"tmpl\";i:1124;s:2:\"id\";i:16473;s:5:\"title\";s:26:\"Beauty Salon &#8211; About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/about-1.jpg\";s:12:\"tmpl_created\";i:1608622373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/beauty-salon-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:615;s:11:\"trend_index\";i:184;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:339;a:19:{s:4:\"tmpl\";i:1176;s:2:\"id\";i:18291;s:5:\"title\";s:47:\"Grill Restaurant Food Delivery &#8211; Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Food-Delivery-LP.png\";s:12:\"tmpl_created\";i:1614767830;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/lp/grill-restaurant-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Delivery\",\"Delivery Service\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:819;s:11:\"trend_index\";i:685;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:340;a:19:{s:4:\"tmpl\";i:504;s:2:\"id\";i:5455;s:5:\"title\";s:8:\"About 20\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_6.png\";s:12:\"tmpl_created\";i:1520443516;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:134;s:11:\"trend_index\";i:70;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:341;a:19:{s:4:\"tmpl\";i:1125;s:2:\"id\";i:16488;s:5:\"title\";s:28:\"Beauty Salon &#8211; Contact\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/contact.jpg\";s:12:\"tmpl_created\";i:1608622374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:548;s:11:\"trend_index\";i:101;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:342;a:19:{s:4:\"tmpl\";i:1180;s:2:\"id\";i:18340;s:5:\"title\";s:30:\"Restaurant &#8211; Coming Soon\";s:9:\"thumbnail\";s:98:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Restuarant-Coming-Soon-LP.png\";s:12:\"tmpl_created\";i:1614772183;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/restaurant-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:51:\"[\"Coming Soon\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:810;s:11:\"trend_index\";i:809;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:343;a:19:{s:4:\"tmpl\";i:499;s:2:\"id\";i:5413;s:5:\"title\";s:8:\"About 21\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2.png\";s:12:\"tmpl_created\";i:1520443507;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:83;s:11:\"trend_index\";i:52;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:344;a:19:{s:4:\"tmpl\";i:1126;s:2:\"id\";i:16496;s:5:\"title\";s:28:\"Beauty Salon &#8211; Gallery\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/12/gallery-1.jpg\";s:12:\"tmpl_created\";i:1608622379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:491;s:11:\"trend_index\";i:90;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:345;a:19:{s:4:\"tmpl\";i:1173;s:2:\"id\";i:17480;s:5:\"title\";s:42:\"At-home Massage Therapist &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/02/At-Home-Massage-Therapist.jpg\";s:12:\"tmpl_created\";i:1612879264;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/at-home-massage-therapist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:60:\"[\"Business\",\"Health\",\"Landing Pages\",\"Services\",\"Therapist\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:856;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:346;a:19:{s:4:\"tmpl\";i:1127;s:2:\"id\";i:16457;s:5:\"title\";s:25:\"Beauty Salon &#8211; Home\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/home-1.jpg\";s:12:\"tmpl_created\";i:1608622383;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/beauty-salon-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:408;s:11:\"trend_index\";i:56;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:347;a:19:{s:4:\"tmpl\";i:1178;s:2:\"id\";i:18317;s:5:\"title\";s:26:\"Insurance &#8211; Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Life-Insirance.png\";s:12:\"tmpl_created\";i:1614769488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:61:\"[\"Business\",\"Family\",\"Financial\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:870;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:348;a:19:{s:4:\"tmpl\";i:1128;s:2:\"id\";i:16518;s:5:\"title\";s:29:\"Beauty Salon &#8211; Services\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/12/services-1.jpg\";s:12:\"tmpl_created\";i:1608622386;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/beauty-salon-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:664;s:11:\"trend_index\";i:261;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:349;a:19:{s:4:\"tmpl\";i:1168;s:2:\"id\";i:17401;s:5:\"title\";s:40:\"Conference Thank You Page &#8211; Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280.png\";s:12:\"tmpl_created\";i:1612724753;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/conference-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:59:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:799;s:11:\"trend_index\";i:540;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:350;a:19:{s:4:\"tmpl\";i:503;s:2:\"id\";i:5447;s:5:\"title\";s:7:\"About 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_5.png\";s:12:\"tmpl_created\";i:1520443514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:48;s:11:\"trend_index\";i:12;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:351;a:19:{s:4:\"tmpl\";i:1073;s:2:\"id\";i:15486;s:5:\"title\";s:25:\"Travel Blog &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/About.jpg\";s:12:\"tmpl_created\";i:1606215720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/travel-blog-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:608;s:11:\"trend_index\";i:343;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:352;a:19:{s:4:\"tmpl\";i:1166;s:2:\"id\";i:17368;s:5:\"title\";s:38:\"Real Estate Agency &#8211; Real-Estate\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Real-Estate.png\";s:12:\"tmpl_created\";i:1612711814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/real-estate-agency-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:73:\"[\"Landing Pages\",\"listing\",\"Real estate\",\"Realestate\",\"realtor\",\"realty\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:858;s:11:\"trend_index\";i:777;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:353;a:19:{s:4:\"tmpl\";i:1074;s:2:\"id\";i:15478;s:5:\"title\";s:27:\"Travel Blog &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1606215735;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-blog-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:687;s:11:\"trend_index\";i:564;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:354;a:19:{s:4:\"tmpl\";i:1170;s:2:\"id\";i:17423;s:5:\"title\";s:57:\"Volunteer Calls Thank You Page &#8211; Social Involvement\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/02/Volunteer-Calls-TYP.jpg\";s:12:\"tmpl_created\";i:1612726058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/volunteer-calls-thank-you-page-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:62:\"[\"Care\",\"Involvement\",\"Landing Pages\",\"Thank You\",\"Volunteer\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:857;s:11:\"trend_index\";i:818;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:355;a:19:{s:4:\"tmpl\";i:507;s:2:\"id\";i:5480;s:5:\"title\";s:7:\"About 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_7-1.png\";s:12:\"tmpl_created\";i:1520443522;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-4-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:428;s:11:\"trend_index\";i:303;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:356;a:19:{s:4:\"tmpl\";i:1075;s:2:\"id\";i:15467;s:5:\"title\";s:24:\"Travel Blog &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/11/Home.jpg\";s:12:\"tmpl_created\";i:1606215756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-blog-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:567;s:11:\"trend_index\";i:224;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:357;a:19:{s:4:\"tmpl\";i:1169;s:2:\"id\";i:17409;s:5:\"title\";s:37:\"Webinar Thank You Page &#8211; Events\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Webinar-TYP.png\";s:12:\"tmpl_created\";i:1612725644;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/webinar-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:56:\"[\"Event\",\"Events\",\"Landing Pages\",\"Thank You\",\"Webinar\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:868;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:358;a:19:{s:4:\"tmpl\";i:1056;s:2:\"id\";i:15317;s:5:\"title\";s:25:\"Dance Studio &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/10/Home.jpg\";s:12:\"tmpl_created\";i:1603181291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/dance-studio-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:596;s:11:\"trend_index\";i:301;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:359;a:19:{s:4:\"tmpl\";i:545;s:2:\"id\";i:6027;s:5:\"title\";s:7:\"About 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1-1.png\";s:12:\"tmpl_created\";i:1520443639;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-5-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:40;s:11:\"trend_index\";i:40;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:360;a:19:{s:4:\"tmpl\";i:1160;s:2:\"id\";i:17258;s:5:\"title\";s:32:\"Beauty Product &#8211; eCommerce\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Beauty-Product.png\";s:12:\"tmpl_created\";i:1610903153;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/beauty-product-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:38:\"[\"Beauty\",\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:797;s:11:\"trend_index\";i:703;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:361;a:19:{s:4:\"tmpl\";i:1057;s:2:\"id\";i:15334;s:5:\"title\";s:26:\"Dance Studio &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/About.jpg\";s:12:\"tmpl_created\";i:1603181364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/dance-studio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:626;s:11:\"trend_index\";i:373;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:362;a:19:{s:4:\"tmpl\";i:546;s:2:\"id\";i:6036;s:5:\"title\";s:7:\"About 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1-1.png\";s:12:\"tmpl_created\";i:1520443641;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-6-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:90;s:11:\"trend_index\";i:123;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:363;a:19:{s:4:\"tmpl\";i:1171;s:2:\"id\";i:17435;s:5:\"title\";s:39:\"Gym &#8211; App Service &#8211; Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-4.png\";s:12:\"tmpl_created\";i:1612726462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/gym-app-service-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:58:\"[\"App\",\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:767;s:11:\"trend_index\";i:577;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:364;a:19:{s:4:\"tmpl\";i:1058;s:2:\"id\";i:15349;s:5:\"title\";s:28:\"Dance Studio &#8211; Classes\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes.jpg\";s:12:\"tmpl_created\";i:1603181425;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:629;s:11:\"trend_index\";i:458;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:365;a:19:{s:4:\"tmpl\";i:1156;s:2:\"id\";i:17111;s:5:\"title\";s:33:\"Sunglasses Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/01/Sunglasses-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610632408;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/sunglasses-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Ecommerce\",\"Fashion\",\"Landing Pages\",\"Sale\",\"Sunglasses\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:812;s:11:\"trend_index\";i:732;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:366;a:19:{s:4:\"tmpl\";i:1055;s:2:\"id\";i:15366;s:5:\"title\";s:29:\"Dance Studio &#8211; Schedule\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes-Schedule.jpg\";s:12:\"tmpl_created\";i:1603181056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/dance-studio-schedule/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:698;s:11:\"trend_index\";i:602;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:367;a:19:{s:4:\"tmpl\";i:1157;s:2:\"id\";i:17223;s:5:\"title\";s:25:\"Fashion &#8211; eCommerce\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/01/Commerce-Fashion.png\";s:12:\"tmpl_created\";i:1610902553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/fashion-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:808;s:11:\"trend_index\";i:745;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:368;a:19:{s:4:\"tmpl\";i:1059;s:2:\"id\";i:15373;s:5:\"title\";s:28:\"Dance Studio &#8211; Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Pricing.jpg\";s:12:\"tmpl_created\";i:1603181678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:731;s:11:\"trend_index\";i:661;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:369;a:19:{s:4:\"tmpl\";i:1151;s:2:\"id\";i:17017;s:5:\"title\";s:28:\"Shoes Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Shoes-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610535361;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/shoes-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:55:\"[\"Discount\",\"Ecommerce\",\"Landing Pages\",\"Sale\",\"Shoes\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:803;s:11:\"trend_index\";i:642;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:370;a:19:{s:4:\"tmpl\";i:508;s:2:\"id\";i:5488;s:5:\"title\";s:7:\"About 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_8.png\";s:12:\"tmpl_created\";i:1520443524;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:307;s:11:\"trend_index\";i:169;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:371;a:19:{s:4:\"tmpl\";i:1060;s:2:\"id\";i:15384;s:5:\"title\";s:28:\"Dance Studio &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/10/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1603181738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:741;s:11:\"trend_index\";i:721;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:372;a:19:{s:4:\"tmpl\";i:556;s:2:\"id\";i:6122;s:5:\"title\";s:7:\"About 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2-1.png\";s:12:\"tmpl_created\";i:1520443661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:38;s:11:\"trend_index\";i:26;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:373;a:19:{s:4:\"tmpl\";i:1163;s:2:\"id\";i:17301;s:5:\"title\";s:53:\"Personal Chef &#8211; Thank You Page &#8211; Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/TYP-Personal-Chef.jpg\";s:12:\"tmpl_created\";i:1610903622;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/personal-chef-thank-you-page-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:43:\"[\"Chef\",\"Food\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:823;s:11:\"trend_index\";i:754;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:374;a:19:{s:4:\"tmpl\";i:1042;s:2:\"id\";i:15158;s:5:\"title\";s:26:\"Psychologist &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/About.jpg\";s:12:\"tmpl_created\";i:1600157561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/psychologist-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:618;s:11:\"trend_index\";i:426;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:375;a:19:{s:4:\"tmpl\";i:1164;s:2:\"id\";i:17313;s:5:\"title\";s:60:\"Development Course  &#8211; Thank You Page &#8211; Education\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Dev-Course-TYP-.png\";s:12:\"tmpl_created\";i:1610903776;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/development-course-thank-you-page-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Education\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:834;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:376;a:19:{s:4:\"tmpl\";i:1045;s:2:\"id\";i:15197;s:5:\"title\";s:28:\"Psychologist &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1600160499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:666;s:11:\"trend_index\";i:558;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:377;a:19:{s:4:\"tmpl\";i:509;s:2:\"id\";i:5496;s:5:\"title\";s:7:\"About 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_8-1.png\";s:12:\"tmpl_created\";i:1520443526;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:523;s:11:\"trend_index\";i:453;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:378;a:19:{s:4:\"tmpl\";i:1041;s:2:\"id\";i:15142;s:5:\"title\";s:25:\"Psychologist &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Home.jpg\";s:12:\"tmpl_created\";i:1600156308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/psychologist-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:83;s:16:\"popularity_index\";i:464;s:11:\"trend_index\";i:297;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:379;a:19:{s:4:\"tmpl\";i:1044;s:2:\"id\";i:15188;s:5:\"title\";s:28:\"Psychologist &#8211; Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/09/Pricing.jpg\";s:12:\"tmpl_created\";i:1600159731;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:732;s:11:\"trend_index\";i:537;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:380;a:19:{s:4:\"tmpl\";i:684;s:2:\"id\";i:8961;s:5:\"title\";s:9:\"archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.1.jpg\";s:12:\"tmpl_created\";i:1528639909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:79;s:11:\"trend_index\";i:15;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:381;a:19:{s:4:\"tmpl\";i:1043;s:2:\"id\";i:15167;s:5:\"title\";s:29:\"Psychologist &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/09/Services.jpg\";s:12:\"tmpl_created\";i:1600158206;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/psychologist-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:85;s:16:\"popularity_index\";i:606;s:11:\"trend_index\";i:379;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:382;a:19:{s:4:\"tmpl\";i:1036;s:2:\"id\";i:14932;s:5:\"title\";s:30:\"Flooring Company &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/About.png\";s:12:\"tmpl_created\";i:1597740110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/flooring-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:488;s:11:\"trend_index\";i:319;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:383;a:19:{s:4:\"tmpl\";i:685;s:2:\"id\";i:8969;s:5:\"title\";s:9:\"archive 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.2.jpg\";s:12:\"tmpl_created\";i:1528700014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:250;s:11:\"trend_index\";i:124;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:384;a:19:{s:4:\"tmpl\";i:1037;s:2:\"id\";i:14998;s:5:\"title\";s:32:\"Flooring Company &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/08/Contact-Us.png\";s:12:\"tmpl_created\";i:1597740222;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:87;s:16:\"popularity_index\";i:553;s:11:\"trend_index\";i:380;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:385;a:19:{s:4:\"tmpl\";i:1038;s:2:\"id\";i:14965;s:5:\"title\";s:32:\"Flooring Company &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/Gallery.png\";s:12:\"tmpl_created\";i:1597740353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:371;s:11:\"trend_index\";i:291;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:386;a:19:{s:4:\"tmpl\";i:686;s:2:\"id\";i:8973;s:5:\"title\";s:9:\"archive 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.3.jpg\";s:12:\"tmpl_created\";i:1528700205;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:176;s:11:\"trend_index\";i:54;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:387;a:19:{s:4:\"tmpl\";i:1282;s:2:\"id\";i:22417;s:5:\"title\";s:52:\"Finance Learning Platform &#8211; Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1647354987;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:89;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:388;a:19:{s:4:\"tmpl\";i:1040;s:2:\"id\";i:14947;s:5:\"title\";s:33:\"Flooring company &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/08/Services.png\";s:12:\"tmpl_created\";i:1597740551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/flooring-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:90;s:16:\"popularity_index\";i:538;s:11:\"trend_index\";i:392;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:389;a:19:{s:4:\"tmpl\";i:1039;s:2:\"id\";i:14901;s:5:\"title\";s:29:\"Flooring Company &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Home.png\";s:12:\"tmpl_created\";i:1597740474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/flooring-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:387;s:11:\"trend_index\";i:185;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:390;a:19:{s:4:\"tmpl\";i:687;s:2:\"id\";i:8977;s:5:\"title\";s:9:\"archive 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.4.jpg\";s:12:\"tmpl_created\";i:1528700326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:354;s:11:\"trend_index\";i:396;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:391;a:19:{s:4:\"tmpl\";i:1252;s:2:\"id\";i:22146;s:5:\"title\";s:36:\"Home Decor Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1647177514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:92;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:392;a:19:{s:4:\"tmpl\";i:688;s:2:\"id\";i:8981;s:5:\"title\";s:9:\"archive 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.5.jpg\";s:12:\"tmpl_created\";i:1528700484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:333;s:11:\"trend_index\";i:195;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:393;a:19:{s:4:\"tmpl\";i:1021;s:2:\"id\";i:14737;s:5:\"title\";s:32:\"Luxury Real Estate &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/About.png\";s:12:\"tmpl_created\";i:1595313527;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/luxury-real-estate-about-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:150;s:11:\"trend_index\";i:447;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:394;a:19:{s:4:\"tmpl\";i:689;s:2:\"id\";i:8985;s:5:\"title\";s:9:\"archive 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.6.jpg\";s:12:\"tmpl_created\";i:1528700612;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:204;s:11:\"trend_index\";i:95;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:395;a:19:{s:4:\"tmpl\";i:1020;s:2:\"id\";i:14756;s:5:\"title\";s:34:\"Luxury Real Estate &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Contact-Us.png\";s:12:\"tmpl_created\";i:1595313519;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/luxury-real-estate-contact-us-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:610;s:11:\"trend_index\";i:569;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:396;a:19:{s:4:\"tmpl\";i:1019;s:2:\"id\";i:14716;s:5:\"title\";s:31:\"Luxury Real Estate &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Home.png\";s:12:\"tmpl_created\";i:1595313512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:95;s:16:\"popularity_index\";i:394;s:11:\"trend_index\";i:165;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:397;a:19:{s:4:\"tmpl\";i:690;s:2:\"id\";i:8989;s:5:\"title\";s:9:\"archive 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.7.jpg\";s:12:\"tmpl_created\";i:1528701063;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:208;s:11:\"trend_index\";i:111;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:398;a:19:{s:4:\"tmpl\";i:1018;s:2:\"id\";i:14763;s:5:\"title\";s:31:\"Luxury Real Estate &#8211; News\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/07/news-Archive.png\";s:12:\"tmpl_created\";i:1595313273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-news-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:404;s:11:\"trend_index\";i:167;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:399;a:19:{s:4:\"tmpl\";i:1283;s:2:\"id\";i:22423;s:5:\"title\";s:39:\"Online Store &#8211; Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1647355154;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:97;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:400;a:19:{s:4:\"tmpl\";i:691;s:2:\"id\";i:8996;s:5:\"title\";s:9:\"archive 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.8.jpg\";s:12:\"tmpl_created\";i:1528701290;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:227;s:11:\"trend_index\";i:153;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:401;a:19:{s:4:\"tmpl\";i:1010;s:2:\"id\";i:13960;s:5:\"title\";s:32:\"Japanese restaurant &#8211; Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/06/Home-Page.jpg\";s:12:\"tmpl_created\";i:1592289775;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/japanese-restaurant-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:537;s:11:\"trend_index\";i:287;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:402;a:19:{s:4:\"tmpl\";i:1284;s:2:\"id\";i:22428;s:5:\"title\";s:40:\"Travel Agency &#8211; Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1647355339;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:99;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:403;a:19:{s:4:\"tmpl\";i:692;s:2:\"id\";i:9001;s:5:\"title\";s:9:\"archive 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.9.jpg\";s:12:\"tmpl_created\";i:1528701433;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:265;s:11:\"trend_index\";i:208;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:404;a:19:{s:4:\"tmpl\";i:1007;s:2:\"id\";i:13993;s:5:\"title\";s:45:\"Japanese restaurant &#8211; Chef&#8217;s Menu\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/06/Chef_s-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/japanese-restaurant-chefs-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:651;s:11:\"trend_index\";i:675;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:405;a:19:{s:4:\"tmpl\";i:1006;s:2:\"id\";i:14012;s:5:\"title\";s:36:\"Japanese restaurant &#8211; Bar Menu\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/06/Bar-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/japanese-restaurant-bar-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:101;s:16:\"popularity_index\";i:735;s:11:\"trend_index\";i:829;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:406;a:19:{s:4:\"tmpl\";i:1005;s:2:\"id\";i:13917;s:5:\"title\";s:33:\"Japanese restaurant &#8211; About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/06/About-Page.jpg\";s:12:\"tmpl_created\";i:1592289629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/japanese-restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:102;s:16:\"popularity_index\";i:640;s:11:\"trend_index\";i:389;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:407;a:19:{s:4:\"tmpl\";i:997;s:2:\"id\";i:13528;s:5:\"title\";s:22:\"Barbershop &#8211; 404\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/05/404-Page.jpg\";s:12:\"tmpl_created\";i:1589893152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/barbershop-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:768;s:11:\"trend_index\";i:681;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:408;a:19:{s:4:\"tmpl\";i:1009;s:2:\"id\";i:13937;s:5:\"title\";s:35:\"Japanese restaurant &#8211; Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1592289748;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/japanese-restaurant-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:648;s:11:\"trend_index\";i:551;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:409;a:19:{s:4:\"tmpl\";i:1008;s:2:\"id\";i:14030;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Events\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/06/Events-Page.jpg\";s:12:\"tmpl_created\";i:1592289713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/japanese-restaurant-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:104;s:16:\"popularity_index\";i:723;s:11:\"trend_index\";i:711;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:410;a:19:{s:4:\"tmpl\";i:998;s:2:\"id\";i:13518;s:5:\"title\";s:26:\"Barbershop &#8211; Archive\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Blog-Page.jpg\";s:12:\"tmpl_created\";i:1589893157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/barbershop-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:737;s:11:\"trend_index\";i:523;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:411;a:19:{s:4:\"tmpl\";i:1016;s:2:\"id\";i:13984;s:5:\"title\";s:40:\"Japanese restaurant &#8211; Reservations\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/reservations.jpg\";s:12:\"tmpl_created\";i:1592294757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/japanese-restaurant-reservations/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:715;s:11:\"trend_index\";i:727;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:412;a:19:{s:4:\"tmpl\";i:999;s:2:\"id\";i:13479;s:5:\"title\";s:23:\"Barbershop &#8211; Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Home-Page.jpg\";s:12:\"tmpl_created\";i:1589893275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/barbershop-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:106;s:16:\"popularity_index\";i:683;s:11:\"trend_index\";i:832;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:413;a:19:{s:4:\"tmpl\";i:996;s:2:\"id\";i:13604;s:5:\"title\";s:25:\"Barbershop &#8211; Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1589893147;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Footer\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:555;s:11:\"trend_index\";i:267;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:414;a:19:{s:4:\"tmpl\";i:1000;s:2:\"id\";i:13503;s:5:\"title\";s:24:\"Barbershop &#8211; About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/05/About-Page.jpg\";s:12:\"tmpl_created\";i:1589893289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/barbershop-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:744;s:11:\"trend_index\";i:739;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:415;a:19:{s:4:\"tmpl\";i:995;s:2:\"id\";i:13612;s:5:\"title\";s:25:\"Barbershop &#8211; Header\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/06/barber-shop-header.jpg\";s:12:\"tmpl_created\";i:1589893142;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Header\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:343;s:11:\"trend_index\";i:137;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:416;a:19:{s:4:\"tmpl\";i:1001;s:2:\"id\";i:13548;s:5:\"title\";s:27:\"Barbershop &#8211; Services\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/05/Services-Page.jpg\";s:12:\"tmpl_created\";i:1589893298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/barbershop-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:761;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:417;a:19:{s:4:\"tmpl\";i:1002;s:2:\"id\";i:13560;s:5:\"title\";s:26:\"Barbershop &#8211; Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1589893307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:109;s:16:\"popularity_index\";i:756;s:11:\"trend_index\";i:822;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:418;a:19:{s:4:\"tmpl\";i:1003;s:2:\"id\";i:13587;s:5:\"title\";s:26:\"Barbershop &#8211; Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/05/Contact-Us-Page.jpg\";s:12:\"tmpl_created\";i:1589893315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:110;s:16:\"popularity_index\";i:753;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:419;a:19:{s:4:\"tmpl\";i:982;s:2:\"id\";i:13307;s:5:\"title\";s:26:\"Online Course &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.jpg\";s:12:\"tmpl_created\";i:1587474541;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/online-course-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:230;s:11:\"trend_index\";i:125;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:420;a:19:{s:4:\"tmpl\";i:994;s:2:\"id\";i:13621;s:5:\"title\";s:30:\"Barbershop &#8211; Single Post\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/05/Single-Page.jpg\";s:12:\"tmpl_created\";i:1589893137;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/barbershop-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:736;s:11:\"trend_index\";i:580;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:421;a:19:{s:4:\"tmpl\";i:1131;s:2:\"id\";i:16527;s:5:\"title\";s:24:\"Beauty Salon &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/12/404.jpg\";s:12:\"tmpl_created\";i:1608622517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/beauty-salon-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:29:\"[\"404\",\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:742;s:11:\"trend_index\";i:563;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:422;a:19:{s:4:\"tmpl\";i:983;s:2:\"id\";i:13328;s:5:\"title\";s:27:\"Online Course &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.jpg\";s:12:\"tmpl_created\";i:1587474558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/online-course-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:508;s:11:\"trend_index\";i:429;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:423;a:19:{s:4:\"tmpl\";i:984;s:2:\"id\";i:13338;s:5:\"title\";s:33:\"Online Course &#8211; Course Page\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Course-Page.png\";s:12:\"tmpl_created\";i:1587474574;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/online-course-course-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:113;s:16:\"popularity_index\";i:337;s:11:\"trend_index\";i:310;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:424;a:19:{s:4:\"tmpl\";i:985;s:2:\"id\";i:13352;s:5:\"title\";s:29:\"Online Course &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1587474591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/online-course-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:114;s:16:\"popularity_index\";i:565;s:11:\"trend_index\";i:533;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:425;a:19:{s:4:\"tmpl\";i:1130;s:2:\"id\";i:16535;s:5:\"title\";s:27:\"Beauty Salon &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Footer.jpg\";s:12:\"tmpl_created\";i:1608622498;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Footer\",\"Hair\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:524;s:11:\"trend_index\";i:126;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:426;a:19:{s:4:\"tmpl\";i:971;s:2:\"id\";i:13187;s:5:\"title\";s:33:\"Interior Design &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.png\";s:12:\"tmpl_created\";i:1586148661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/interior-design-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:331;s:11:\"trend_index\";i:264;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:427;a:19:{s:4:\"tmpl\";i:1453;s:2:\"id\";i:16346;s:5:\"title\";s:33:\"Your New Home &#8211; Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp3-l.png\";s:12:\"tmpl_created\";i:1660205402;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/your-new-home-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:31:\"[\"Landing Pages\",\"Real estate\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:428;a:19:{s:4:\"tmpl\";i:972;s:2:\"id\";i:13199;s:5:\"title\";s:29:\"Interior Design &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.png\";s:12:\"tmpl_created\";i:1586148666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/interior-design-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:316;s:11:\"trend_index\";i:334;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:429;a:19:{s:4:\"tmpl\";i:1129;s:2:\"id\";i:16545;s:5:\"title\";s:27:\"Beauty Salon &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Header.jpg\";s:12:\"tmpl_created\";i:1608622495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Hair\",\"Header\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:356;s:11:\"trend_index\";i:49;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:430;a:19:{s:4:\"tmpl\";i:973;s:2:\"id\";i:13214;s:5:\"title\";s:32:\"Interior Design &#8211; Projects\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/portfolio_s.jpg\";s:12:\"tmpl_created\";i:1586148672;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/interior-design-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:367;s:11:\"trend_index\";i:323;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:431;a:19:{s:4:\"tmpl\";i:641;s:2:\"id\";i:7686;s:5:\"title\";s:12:\"Blog Posts 1\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2018/03/blog_posts.png\";s:12:\"tmpl_created\";i:1521558047;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/blog-posts-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:26:\"[\"Archive\",\"Blog\",\"posts\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:131;s:11:\"trend_index\";i:152;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:432;a:19:{s:4:\"tmpl\";i:974;s:2:\"id\";i:13229;s:5:\"title\";s:31:\"Interior Design &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.png\";s:12:\"tmpl_created\";i:1586148677;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/interior-design-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:395;s:11:\"trend_index\";i:337;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:433;a:19:{s:4:\"tmpl\";i:959;s:2:\"id\";i:12948;s:5:\"title\";s:29:\"Photography &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Home_s.png\";s:12:\"tmpl_created\";i:1582093442;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photography-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:119;s:16:\"popularity_index\";i:241;s:11:\"trend_index\";i:201;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:434;a:19:{s:4:\"tmpl\";i:960;s:2:\"id\";i:12798;s:5:\"title\";s:25:\"Photography &#8211; About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/About_s.png\";s:12:\"tmpl_created\";i:1582093446;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/photography-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:499;s:11:\"trend_index\";i:374;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:435;a:19:{s:4:\"tmpl\";i:484;s:2:\"id\";i:5283;s:5:\"title\";s:9:\"Clients 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_2.png\";s:12:\"tmpl_created\";i:1520443478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-1-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:294;s:11:\"trend_index\";i:202;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:436;a:19:{s:4:\"tmpl\";i:961;s:2:\"id\";i:12868;s:5:\"title\";s:27:\"Photography &#8211; Contact\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Contact_s.png\";s:12:\"tmpl_created\";i:1582093450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/photography-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:121;s:16:\"popularity_index\";i:531;s:11:\"trend_index\";i:350;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:437;a:19:{s:4:\"tmpl\";i:962;s:2:\"id\";i:13056;s:5:\"title\";s:28:\"Photography &#8211; Wildlife\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/02/Wildlife_s.png\";s:12:\"tmpl_created\";i:1582093454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photography-wildlife/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:579;s:11:\"trend_index\";i:656;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:438;a:19:{s:4:\"tmpl\";i:487;s:2:\"id\";i:5306;s:5:\"title\";s:10:\"Clients 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_3.png\";s:12:\"tmpl_created\";i:1520443484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:657;s:11:\"trend_index\";i:581;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:439;a:19:{s:4:\"tmpl\";i:963;s:2:\"id\";i:12922;s:5:\"title\";s:37:\"Photography &#8211; Glowing Jellyfish\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Jellyfish_S.png\";s:12:\"tmpl_created\";i:1582093457;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/photography-glowing-jellyfish/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:123;s:16:\"popularity_index\";i:628;s:11:\"trend_index\";i:532;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:440;a:19:{s:4:\"tmpl\";i:964;s:2:\"id\";i:12875;s:5:\"title\";s:36:\"Photography &#8211; Fluttering Birds\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Birds_s.png\";s:12:\"tmpl_created\";i:1582093461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-fluttering-birds/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:124;s:16:\"popularity_index\";i:693;s:11:\"trend_index\";i:766;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:441;a:19:{s:4:\"tmpl\";i:965;s:2:\"id\";i:12962;s:5:\"title\";s:26:\"Photography &#8211; Nature\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Nature_s.png\";s:12:\"tmpl_created\";i:1582093465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/photography-nature/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:592;s:11:\"trend_index\";i:778;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:442;a:19:{s:4:\"tmpl\";i:491;s:2:\"id\";i:5341;s:5:\"title\";s:10:\"Clients 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_4.png\";s:12:\"tmpl_created\";i:1520443491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:603;s:11:\"trend_index\";i:633;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:443;a:19:{s:4:\"tmpl\";i:966;s:2:\"id\";i:12833;s:5:\"title\";s:38:\"Photography &#8211; Blossoming Flowers\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Flowers_s.png\";s:12:\"tmpl_created\";i:1582093469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/photography-blossoming-flowers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:597;s:11:\"trend_index\";i:750;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:444;a:19:{s:4:\"tmpl\";i:488;s:2:\"id\";i:5315;s:5:\"title\";s:10:\"Clients 12\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4-1.png\";s:12:\"tmpl_created\";i:1520443486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:485;s:11:\"trend_index\";i:263;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:445;a:19:{s:4:\"tmpl\";i:967;s:2:\"id\";i:12898;s:5:\"title\";s:36:\"Photography &#8211; Forest Mushrooms\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Mushrooms_s.png\";s:12:\"tmpl_created\";i:1582093473;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-forest-mushrooms/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:127;s:16:\"popularity_index\";i:667;s:11:\"trend_index\";i:649;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:446;a:19:{s:4:\"tmpl\";i:968;s:2:\"id\";i:12994;s:5:\"title\";s:24:\"Photography &#8211; Pets\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Pets_s.png\";s:12:\"tmpl_created\";i:1582093477;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/photography-pets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:128;s:16:\"popularity_index\";i:612;s:11:\"trend_index\";i:508;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:447;a:19:{s:4:\"tmpl\";i:969;s:2:\"id\";i:12805;s:5:\"title\";s:37:\"Photography &#8211; B&amp;W Portraits\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Black_s.png\";s:12:\"tmpl_created\";i:1582093481;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/photography-bw-portraits/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:695;s:11:\"trend_index\";i:735;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:448;a:19:{s:4:\"tmpl\";i:490;s:2:\"id\";i:5333;s:5:\"title\";s:10:\"Clients 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_6.png\";s:12:\"tmpl_created\";i:1520443489;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:234;s:11:\"trend_index\";i:128;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:449;a:19:{s:4:\"tmpl\";i:970;s:2:\"id\";i:13031;s:5:\"title\";s:33:\"Photography &#8211; Vivid Parrots\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Parrots_s.png\";s:12:\"tmpl_created\";i:1582093484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/photography-vivid-parrots/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:660;s:11:\"trend_index\";i:643;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:450;a:19:{s:4:\"tmpl\";i:496;s:2:\"id\";i:5389;s:5:\"title\";s:10:\"Clients 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_9.png\";s:12:\"tmpl_created\";i:1520443501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:407;s:11:\"trend_index\";i:307;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:451;a:19:{s:4:\"tmpl\";i:940;s:2:\"id\";i:12621;s:5:\"title\";s:26:\"Magazine &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/01/Home_s.png\";s:12:\"tmpl_created\";i:1579060604;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/magazine-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:131;s:16:\"popularity_index\";i:167;s:11:\"trend_index\";i:121;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:452;a:19:{s:4:\"tmpl\";i:936;s:2:\"id\";i:12352;s:5:\"title\";s:24:\"Travel &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/12/Home_s.png\";s:12:\"tmpl_created\";i:1575960464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:291;s:11:\"trend_index\";i:194;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:453;a:19:{s:4:\"tmpl\";i:486;s:2:\"id\";i:5298;s:5:\"title\";s:10:\"Clients 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_3.png\";s:12:\"tmpl_created\";i:1520443482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:465;s:11:\"trend_index\";i:520;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:454;a:19:{s:4:\"tmpl\";i:932;s:2:\"id\";i:12400;s:5:\"title\";s:20:\"Travel &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/12/About.png\";s:12:\"tmpl_created\";i:1575960441;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:133;s:16:\"popularity_index\";i:444;s:11:\"trend_index\";i:445;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:455;a:19:{s:4:\"tmpl\";i:938;s:2:\"id\";i:12479;s:5:\"title\";s:20:\"Travel &#8211; Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Tours_s.png\";s:12:\"tmpl_created\";i:1575960474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:539;s:11:\"trend_index\";i:726;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:456;a:19:{s:4:\"tmpl\";i:495;s:2:\"id\";i:5381;s:5:\"title\";s:10:\"Clients 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_9.png\";s:12:\"tmpl_created\";i:1520443499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:198;s:11:\"trend_index\";i:168;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:457;a:19:{s:4:\"tmpl\";i:937;s:2:\"id\";i:12466;s:5:\"title\";s:27:\"Travel &#8211; Testimonials\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/Testimonials.png\";s:12:\"tmpl_created\";i:1575960469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-testimonials/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:135;s:16:\"popularity_index\";i:527;s:11:\"trend_index\";i:481;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:458;a:19:{s:4:\"tmpl\";i:935;s:2:\"id\";i:12443;s:5:\"title\";s:22:\"Travel &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Gallery.png\";s:12:\"tmpl_created\";i:1575960459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/travel-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:136;s:16:\"popularity_index\";i:467;s:11:\"trend_index\";i:501;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:459;a:19:{s:4:\"tmpl\";i:934;s:2:\"id\";i:12431;s:5:\"title\";s:18:\"Travel &#8211; FAQ\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/FAQ.png\";s:12:\"tmpl_created\";i:1575960453;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/travel-faq/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:501;s:11:\"trend_index\";i:387;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:460;a:19:{s:4:\"tmpl\";i:493;s:2:\"id\";i:5357;s:5:\"title\";s:9:\"Clients 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_7.png\";s:12:\"tmpl_created\";i:1520443495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:341;s:11:\"trend_index\";i:232;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:461;a:19:{s:4:\"tmpl\";i:933;s:2:\"id\";i:12421;s:5:\"title\";s:27:\"Travel &#8211; Contact Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/12/Contsct-Us.png\";s:12:\"tmpl_created\";i:1575960445;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-contact-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:138;s:16:\"popularity_index\";i:571;s:11:\"trend_index\";i:536;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:462;a:19:{s:4:\"tmpl\";i:892;s:2:\"id\";i:11763;s:5:\"title\";s:27:\"Portfolio &#8211; Home Page\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Homepage_small.png\";s:12:\"tmpl_created\";i:1569428959;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/portfolio-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:280;s:11:\"trend_index\";i:241;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:463;a:19:{s:4:\"tmpl\";i:485;s:2:\"id\";i:5290;s:5:\"title\";s:9:\"Clients 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_2.png\";s:12:\"tmpl_created\";i:1520443480;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:545;s:11:\"trend_index\";i:502;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:464;a:19:{s:4:\"tmpl\";i:891;s:2:\"id\";i:11781;s:5:\"title\";s:23:\"Portfolio &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/About_small.png\";s:12:\"tmpl_created\";i:1569428955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/portfolio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:349;s:11:\"trend_index\";i:290;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:465;a:19:{s:4:\"tmpl\";i:482;s:2:\"id\";i:5266;s:5:\"title\";s:9:\"Clients 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_1.png\";s:12:\"tmpl_created\";i:1520443474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:95;s:11:\"trend_index\";i:134;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:466;a:19:{s:4:\"tmpl\";i:890;s:2:\"id\";i:11793;s:5:\"title\";s:26:\"Portfolio &#8211; Projects\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Projects_small.png\";s:12:\"tmpl_created\";i:1569428951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/portfolio-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:141;s:16:\"popularity_index\";i:448;s:11:\"trend_index\";i:467;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:467;a:19:{s:4:\"tmpl\";i:889;s:2:\"id\";i:11800;s:5:\"title\";s:25:\"Portfolio &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/09/Contact_small.png\";s:12:\"tmpl_created\";i:1569428946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/portfolio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:142;s:16:\"popularity_index\";i:494;s:11:\"trend_index\";i:449;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:468;a:19:{s:4:\"tmpl\";i:866;s:2:\"id\";i:11163;s:5:\"title\";s:32:\"Digital Agency &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/07/Home_small.png\";s:12:\"tmpl_created\";i:1564641877;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/digital-agency-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:57;s:11:\"trend_index\";i:32;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:469;a:19:{s:4:\"tmpl\";i:483;s:2:\"id\";i:5275;s:5:\"title\";s:9:\"Clients 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_1.png\";s:12:\"tmpl_created\";i:1520443476;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:334;s:11:\"trend_index\";i:321;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:470;a:19:{s:4:\"tmpl\";i:492;s:2:\"id\";i:5349;s:5:\"title\";s:9:\"Clients 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_7.png\";s:12:\"tmpl_created\";i:1520443493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:144;s:16:\"popularity_index\";i:233;s:11:\"trend_index\";i:92;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:471;a:19:{s:4:\"tmpl\";i:916;s:2:\"id\";i:12143;s:5:\"title\";s:22:\"Law Firm &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/about.png\";s:12:\"tmpl_created\";i:1572847069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/law-firm-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:350;s:11:\"trend_index\";i:344;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:472;a:19:{s:4:\"tmpl\";i:489;s:2:\"id\";i:5324;s:5:\"title\";s:9:\"Clients 8\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5-1.png\";s:12:\"tmpl_created\";i:1520443488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:526;s:11:\"trend_index\";i:381;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:473;a:19:{s:4:\"tmpl\";i:920;s:2:\"id\";i:12091;s:5:\"title\";s:21:\"Law Firm &#8211; Team\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/team.png\";s:12:\"tmpl_created\";i:1572847113;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/law-firm-team/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:147;s:16:\"popularity_index\";i:318;s:11:\"trend_index\";i:314;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:474;a:19:{s:4:\"tmpl\";i:869;s:2:\"id\";i:11129;s:5:\"title\";s:28:\"Digital Agency &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/About_small.png\";s:12:\"tmpl_created\";i:1564641889;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:148;s:16:\"popularity_index\";i:182;s:11:\"trend_index\";i:166;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:475;a:19:{s:4:\"tmpl\";i:880;s:2:\"id\";i:11572;s:5:\"title\";s:19:\"Gym &#8211; Trainer\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Trainer_Small.png\";s:12:\"tmpl_created\";i:1567392934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:521;s:11:\"trend_index\";i:590;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:476;a:19:{s:4:\"tmpl\";i:494;s:2:\"id\";i:5368;s:5:\"title\";s:9:\"Clients 9\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_8.png\";s:12:\"tmpl_created\";i:1520443497;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:253;s:11:\"trend_index\";i:273;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:477;a:19:{s:4:\"tmpl\";i:917;s:2:\"id\";i:12133;s:5:\"title\";s:24:\"Law Firm &#8211; Careers\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/11/careers.png\";s:12:\"tmpl_created\";i:1572847078;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-careers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:583;s:11:\"trend_index\";i:640;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:478;a:19:{s:4:\"tmpl\";i:425;s:2:\"id\";i:4436;s:5:\"title\";s:11:\"Contact  16\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_2.png\";s:12:\"tmpl_created\";i:1520443293;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:161;s:11:\"trend_index\";i:68;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:479;a:19:{s:4:\"tmpl\";i:915;s:2:\"id\";i:12155;s:5:\"title\";s:26:\"Law Firm &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/home.png\";s:12:\"tmpl_created\";i:1572847054;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/law-firm-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:193;s:11:\"trend_index\";i:110;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:480;a:19:{s:4:\"tmpl\";i:423;s:2:\"id\";i:4420;s:5:\"title\";s:9:\"Contact 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_1.png\";s:12:\"tmpl_created\";i:1520443289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-1-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:196;s:11:\"trend_index\";i:127;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:481;a:19:{s:4:\"tmpl\";i:921;s:2:\"id\";i:12080;s:5:\"title\";s:24:\"Law Firm &#8211; Partner\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/11/partner-1.png\";s:12:\"tmpl_created\";i:1572847120;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-partner/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:153;s:16:\"popularity_index\";i:556;s:11:\"trend_index\";i:471;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:482;a:19:{s:4:\"tmpl\";i:534;s:2:\"id\";i:5836;s:5:\"title\";s:10:\"Contact 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:114;s:11:\"trend_index\";i:76;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:483;a:19:{s:4:\"tmpl\";i:865;s:2:\"id\";i:11074;s:5:\"title\";s:31:\"Digital Agency &#8211; Services\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/07/Services_small.png\";s:12:\"tmpl_created\";i:1564641872;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/digital-agency-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:163;s:11:\"trend_index\";i:170;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:484;a:19:{s:4:\"tmpl\";i:879;s:2:\"id\";i:11506;s:5:\"title\";s:19:\"Gym &#8211; Classes\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Classes_Small.png\";s:12:\"tmpl_created\";i:1567392930;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:155;s:16:\"popularity_index\";i:514;s:11:\"trend_index\";i:554;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:485;a:19:{s:4:\"tmpl\";i:535;s:2:\"id\";i:5844;s:5:\"title\";s:10:\"Contact 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_2.png\";s:12:\"tmpl_created\";i:1520443599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:156;s:16:\"popularity_index\";i:289;s:11:\"trend_index\";i:313;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:486;a:19:{s:4:\"tmpl\";i:922;s:2:\"id\";i:12044;s:5:\"title\";s:24:\"Law Firm &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/contsct_us.png\";s:12:\"tmpl_created\";i:1572847130;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:437;s:11:\"trend_index\";i:304;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:487;a:19:{s:4:\"tmpl\";i:430;s:2:\"id\";i:4476;s:5:\"title\";s:10:\"Contact 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_4.png\";s:12:\"tmpl_created\";i:1520443303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:229;s:11:\"trend_index\";i:187;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:488;a:19:{s:4:\"tmpl\";i:918;s:2:\"id\";i:12124;s:5:\"title\";s:25:\"Law Firm &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/11/services.png\";s:12:\"tmpl_created\";i:1572847096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/law-firm-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:158;s:16:\"popularity_index\";i:433;s:11:\"trend_index\";i:296;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:489;a:19:{s:4:\"tmpl\";i:864;s:2:\"id\";i:11056;s:5:\"title\";s:35:\"Digital Agency &#8211; Social Media\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/07/Social-Media_small.png\";s:12:\"tmpl_created\";i:1564641867;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/digital-agency-social-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:297;s:11:\"trend_index\";i:361;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:490;a:19:{s:4:\"tmpl\";i:476;s:2:\"id\";i:5214;s:5:\"title\";s:10:\"Contact 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_2.png\";s:12:\"tmpl_created\";i:1520443462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/contact-16-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:194;s:11:\"trend_index\";i:106;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:491;a:19:{s:4:\"tmpl\";i:878;s:2:\"id\";i:11536;s:5:\"title\";s:19:\"Gym &#8211; Fitness\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Fitness_Small.png\";s:12:\"tmpl_created\";i:1567392927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:160;s:16:\"popularity_index\";i:621;s:11:\"trend_index\";i:674;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:492;a:19:{s:4:\"tmpl\";i:882;s:2:\"id\";i:11545;s:5:\"title\";s:21:\"Gym &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Home_Small.png\";s:12:\"tmpl_created\";i:1567392943;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/gym-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:161;s:16:\"popularity_index\";i:310;s:11:\"trend_index\";i:229;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:493;a:19:{s:4:\"tmpl\";i:919;s:2:\"id\";i:12116;s:5:\"title\";s:24:\"Law Firm &#8211; Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/family_law.png\";s:12:\"tmpl_created\";i:1572847105;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:489;s:11:\"trend_index\";i:339;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:494;a:19:{s:4:\"tmpl\";i:478;s:2:\"id\";i:5230;s:5:\"title\";s:10:\"Contact 17\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_3.png\";s:12:\"tmpl_created\";i:1520443466;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:339;s:11:\"trend_index\";i:335;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:495;a:19:{s:4:\"tmpl\";i:868;s:2:\"id\";i:11094;s:5:\"title\";s:30:\"Digital Agency &#8211; Clients\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/07/Clients_small.png\";s:12:\"tmpl_created\";i:1564641885;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/digital-agency-clients/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:163;s:16:\"popularity_index\";i:424;s:11:\"trend_index\";i:424;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:496;a:19:{s:4:\"tmpl\";i:481;s:2:\"id\";i:5257;s:5:\"title\";s:10:\"Contact 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5.png\";s:12:\"tmpl_created\";i:1520443472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:163;s:16:\"popularity_index\";i:438;s:11:\"trend_index\";i:490;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:497;a:19:{s:4:\"tmpl\";i:881;s:2:\"id\";i:11478;s:5:\"title\";s:17:\"Gym &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/About_Small.png\";s:12:\"tmpl_created\";i:1567392939;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/gym-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:164;s:16:\"popularity_index\";i:481;s:11:\"trend_index\";i:579;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:498;a:19:{s:4:\"tmpl\";i:532;s:2:\"id\";i:5820;s:5:\"title\";s:9:\"Contact 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:166;s:16:\"popularity_index\";i:183;s:11:\"trend_index\";i:357;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:499;a:19:{s:4:\"tmpl\";i:877;s:2:\"id\";i:11563;s:5:\"title\";s:19:\"Gym &#8211; Pricing\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Pricing_Small.png\";s:12:\"tmpl_created\";i:1567392923;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:166;s:16:\"popularity_index\";i:577;s:11:\"trend_index\";i:736;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:500;a:19:{s:4:\"tmpl\";i:422;s:2:\"id\";i:4411;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_1.png\";s:12:\"tmpl_created\";i:1520443287;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:167;s:16:\"popularity_index\";i:113;s:11:\"trend_index\";i:217;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:501;a:19:{s:4:\"tmpl\";i:867;s:2:\"id\";i:11034;s:5:\"title\";s:30:\"Digital Agency &#8211; Contact\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/07/Contsct-Us_small.png\";s:12:\"tmpl_created\";i:1564641881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/contact-digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:168;s:16:\"popularity_index\";i:191;s:11:\"trend_index\";i:156;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:502;a:19:{s:4:\"tmpl\";i:533;s:2:\"id\";i:5828;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443595;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:170;s:16:\"popularity_index\";i:312;s:11:\"trend_index\";i:495;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:503;a:19:{s:4:\"tmpl\";i:876;s:2:\"id\";i:11528;s:5:\"title\";s:19:\"Gym &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Contact_Small.png\";s:12:\"tmpl_created\";i:1567392917;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:505;s:11:\"trend_index\";i:624;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:504;a:19:{s:4:\"tmpl\";i:424;s:2:\"id\";i:4428;s:5:\"title\";s:9:\"Contact 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_2.png\";s:12:\"tmpl_created\";i:1520443291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:118;s:11:\"trend_index\";i:131;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:505;a:19:{s:4:\"tmpl\";i:426;s:2:\"id\";i:4444;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443295;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:174;s:16:\"popularity_index\";i:84;s:11:\"trend_index\";i:93;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:506;a:19:{s:4:\"tmpl\";i:432;s:2:\"id\";i:4492;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_3.png\";s:12:\"tmpl_created\";i:1520443307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-5-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:176;s:16:\"popularity_index\";i:37;s:11:\"trend_index\";i:31;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:507;a:19:{s:4:\"tmpl\";i:427;s:2:\"id\";i:4452;s:5:\"title\";s:9:\"Contact 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:178;s:16:\"popularity_index\";i:139;s:11:\"trend_index\";i:150;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:508;a:19:{s:4:\"tmpl\";i:429;s:2:\"id\";i:4468;s:5:\"title\";s:9:\"Contact 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_3.png\";s:12:\"tmpl_created\";i:1520443301;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:179;s:16:\"popularity_index\";i:127;s:11:\"trend_index\";i:72;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:509;a:19:{s:4:\"tmpl\";i:431;s:2:\"id\";i:4484;s:5:\"title\";s:9:\"Contact 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_3.png\";s:12:\"tmpl_created\";i:1520443305;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:182;s:16:\"popularity_index\";i:328;s:11:\"trend_index\";i:260;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:510;a:19:{s:4:\"tmpl\";i:428;s:2:\"id\";i:4460;s:5:\"title\";s:9:\"Contact 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:184;s:16:\"popularity_index\";i:99;s:11:\"trend_index\";i:80;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:511;a:19:{s:4:\"tmpl\";i:613;s:2:\"id\";i:5558;s:5:\"title\";s:5:\"CTA 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_2.png\";s:12:\"tmpl_created\";i:1520520684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:185;s:16:\"popularity_index\";i:129;s:11:\"trend_index\";i:69;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:512;a:19:{s:4:\"tmpl\";i:634;s:2:\"id\";i:5939;s:5:\"title\";s:6:\"CTA 10\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_13-1.png\";s:12:\"tmpl_created\";i:1520520760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:187;s:16:\"popularity_index\";i:190;s:11:\"trend_index\";i:118;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:513;a:19:{s:4:\"tmpl\";i:633;s:2:\"id\";i:5930;s:5:\"title\";s:6:\"CTA 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_15.png\";s:12:\"tmpl_created\";i:1520520758;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:190;s:16:\"popularity_index\";i:76;s:11:\"trend_index\";i:84;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:514;a:19:{s:4:\"tmpl\";i:632;s:2:\"id\";i:5921;s:5:\"title\";s:6:\"CTA 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_14.png\";s:12:\"tmpl_created\";i:1520520757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:192;s:16:\"popularity_index\";i:278;s:11:\"trend_index\";i:234;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:515;a:19:{s:4:\"tmpl\";i:618;s:2:\"id\";i:5607;s:5:\"title\";s:6:\"CTA 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_5.png\";s:12:\"tmpl_created\";i:1520520695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:194;s:16:\"popularity_index\";i:42;s:11:\"trend_index\";i:11;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:516;a:19:{s:4:\"tmpl\";i:574;s:2:\"id\";i:6017;s:5:\"title\";s:6:\"CTA 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_14.png\";s:12:\"tmpl_created\";i:1520520331;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:196;s:16:\"popularity_index\";i:152;s:11:\"trend_index\";i:122;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:517;a:19:{s:4:\"tmpl\";i:628;s:2:\"id\";i:5885;s:5:\"title\";s:6:\"CTA 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_11.png\";s:12:\"tmpl_created\";i:1520520751;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:197;s:16:\"popularity_index\";i:274;s:11:\"trend_index\";i:256;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:518;a:19:{s:4:\"tmpl\";i:627;s:2:\"id\";i:5877;s:5:\"title\";s:6:\"CTA 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_10.png\";s:12:\"tmpl_created\";i:1520520749;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:200;s:16:\"popularity_index\";i:564;s:11:\"trend_index\";i:677;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:519;a:19:{s:4:\"tmpl\";i:625;s:2:\"id\";i:5860;s:5:\"title\";s:6:\"CTA 17\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_9.png\";s:12:\"tmpl_created\";i:1520520746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:201;s:16:\"popularity_index\";i:120;s:11:\"trend_index\";i:63;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:520;a:19:{s:4:\"tmpl\";i:626;s:2:\"id\";i:5869;s:5:\"title\";s:6:\"CTA 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_10.png\";s:12:\"tmpl_created\";i:1520520747;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:204;s:16:\"popularity_index\";i:345;s:11:\"trend_index\";i:486;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:521;a:19:{s:4:\"tmpl\";i:611;s:2:\"id\";i:5542;s:5:\"title\";s:6:\"CTA 19\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_1.png\";s:12:\"tmpl_created\";i:1520520681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:205;s:16:\"popularity_index\";i:169;s:11:\"trend_index\";i:270;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:522;a:19:{s:4:\"tmpl\";i:614;s:2:\"id\";i:5567;s:5:\"title\";s:5:\"CTA 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_2.png\";s:12:\"tmpl_created\";i:1520520685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:207;s:16:\"popularity_index\";i:143;s:11:\"trend_index\";i:225;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:523;a:19:{s:4:\"tmpl\";i:629;s:2:\"id\";i:5893;s:5:\"title\";s:6:\"CTA 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_12.png\";s:12:\"tmpl_created\";i:1520520752;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:210;s:16:\"popularity_index\";i:259;s:11:\"trend_index\";i:457;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:524;a:19:{s:4:\"tmpl\";i:619;s:2:\"id\";i:5634;s:5:\"title\";s:6:\"CTA 24\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_6.png\";s:12:\"tmpl_created\";i:1520520699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:212;s:16:\"popularity_index\";i:188;s:11:\"trend_index\";i:255;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:525;a:19:{s:4:\"tmpl\";i:620;s:2:\"id\";i:5642;s:5:\"title\";s:6:\"CTA 25\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_6.png\";s:12:\"tmpl_created\";i:1520520701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-25/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:214;s:16:\"popularity_index\";i:226;s:11:\"trend_index\";i:262;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:526;a:19:{s:4:\"tmpl\";i:615;s:2:\"id\";i:5583;s:5:\"title\";s:6:\"CTA 26\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_3.png\";s:12:\"tmpl_created\";i:1520520689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:216;s:16:\"popularity_index\";i:117;s:11:\"trend_index\";i:117;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:527;a:19:{s:4:\"tmpl\";i:630;s:2:\"id\";i:5904;s:5:\"title\";s:6:\"CTA 27\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_13.png\";s:12:\"tmpl_created\";i:1520520754;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:217;s:16:\"popularity_index\";i:528;s:11:\"trend_index\";i:517;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:528;a:19:{s:4:\"tmpl\";i:631;s:2:\"id\";i:5912;s:5:\"title\";s:6:\"CTA 28\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_11.png\";s:12:\"tmpl_created\";i:1520520755;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-28/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:219;s:16:\"popularity_index\";i:665;s:11:\"trend_index\";i:702;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:529;a:19:{s:4:\"tmpl\";i:473;s:2:\"id\";i:5189;s:5:\"title\";s:6:\"CTA 29\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_1.png\";s:12:\"tmpl_created\";i:1520443456;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:221;s:16:\"popularity_index\";i:472;s:11:\"trend_index\";i:631;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:530;a:19:{s:4:\"tmpl\";i:623;s:2:\"id\";i:5667;s:5:\"title\";s:5:\"CTA 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_8.png\";s:12:\"tmpl_created\";i:1520520705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:222;s:16:\"popularity_index\";i:171;s:11:\"trend_index\";i:250;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:531;a:19:{s:4:\"tmpl\";i:474;s:2:\"id\";i:5198;s:5:\"title\";s:6:\"CTA 30\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_1.png\";s:12:\"tmpl_created\";i:1520443458;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-30/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:225;s:16:\"popularity_index\";i:572;s:11:\"trend_index\";i:511;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:532;a:19:{s:4:\"tmpl\";i:475;s:2:\"id\";i:5206;s:5:\"title\";s:6:\"CTA 31\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_2.png\";s:12:\"tmpl_created\";i:1520443459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-31/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:226;s:16:\"popularity_index\";i:593;s:11:\"trend_index\";i:611;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:533;a:19:{s:4:\"tmpl\";i:480;s:2:\"id\";i:5249;s:5:\"title\";s:6:\"CTA 32\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_4.png\";s:12:\"tmpl_created\";i:1520443470;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-32/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:228;s:16:\"popularity_index\";i:512;s:11:\"trend_index\";i:409;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:534;a:19:{s:4:\"tmpl\";i:612;s:2:\"id\";i:5550;s:5:\"title\";s:6:\"CTA 33\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_1.png\";s:12:\"tmpl_created\";i:1520520682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-33/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:231;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:562;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:535;a:19:{s:4:\"tmpl\";i:536;s:2:\"id\";i:5852;s:5:\"title\";s:6:\"CTA 34\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2018/03/form_1.png\";s:12:\"tmpl_created\";i:1520443600;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-34/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:232;s:16:\"popularity_index\";i:563;s:11:\"trend_index\";i:828;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:536;a:19:{s:4:\"tmpl\";i:624;s:2:\"id\";i:5675;s:5:\"title\";s:5:\"CTA 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_8.png\";s:12:\"tmpl_created\";i:1520520707;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:235;s:16:\"popularity_index\";i:391;s:11:\"trend_index\";i:484;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:537;a:19:{s:4:\"tmpl\";i:616;s:2:\"id\";i:5591;s:5:\"title\";s:5:\"CTA 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_4.png\";s:12:\"tmpl_created\";i:1520520691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:237;s:16:\"popularity_index\";i:133;s:11:\"trend_index\";i:130;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:538;a:19:{s:4:\"tmpl\";i:617;s:2:\"id\";i:5599;s:5:\"title\";s:5:\"CTA 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_4.png\";s:12:\"tmpl_created\";i:1520520693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:239;s:16:\"popularity_index\";i:252;s:11:\"trend_index\";i:362;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:539;a:19:{s:4:\"tmpl\";i:514;s:2:\"id\";i:5575;s:5:\"title\";s:5:\"CTA 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_3.png\";s:12:\"tmpl_created\";i:1520443543;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:240;s:16:\"popularity_index\";i:13;s:11:\"trend_index\";i:586;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:540;a:19:{s:4:\"tmpl\";i:622;s:2:\"id\";i:5658;s:5:\"title\";s:5:\"CTA 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_7.png\";s:12:\"tmpl_created\";i:1520520704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:243;s:16:\"popularity_index\";i:187;s:11:\"trend_index\";i:235;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:541;a:19:{s:4:\"tmpl\";i:621;s:2:\"id\";i:5650;s:5:\"title\";s:5:\"CTA 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_7.png\";s:12:\"tmpl_created\";i:1520520702;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:244;s:16:\"popularity_index\";i:94;s:11:\"trend_index\";i:148;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:542;a:19:{s:4:\"tmpl\";i:1061;s:2:\"id\";i:15407;s:5:\"title\";s:24:\"Dance Studio &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/10/404.jpg\";s:12:\"tmpl_created\";i:1603181958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/dance-studio-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:22:\"[\"404\",\"Dance Studio\"]\";s:10:\"menu_order\";i:246;s:16:\"popularity_index\";i:783;s:11:\"trend_index\";i:710;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:543;a:19:{s:4:\"tmpl\";i:1062;s:2:\"id\";i:15400;s:5:\"title\";s:27:\"Dance Studio &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Footer.jpg\";s:12:\"tmpl_created\";i:1603181989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Footer\"]\";s:10:\"menu_order\";i:247;s:16:\"popularity_index\";i:586;s:11:\"trend_index\";i:243;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:544;a:19:{s:4:\"tmpl\";i:1063;s:2:\"id\";i:15391;s:5:\"title\";s:27:\"Dance Studio &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Header.jpg\";s:12:\"tmpl_created\";i:1603182011;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Header\"]\";s:10:\"menu_order\";i:248;s:16:\"popularity_index\";i:352;s:11:\"trend_index\";i:67;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:545;a:19:{s:4:\"tmpl\";i:874;s:2:\"id\";i:11192;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/07/Footer_small.jpg\";s:12:\"tmpl_created\";i:1564642399;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Footer\",\"Marketing\"]\";s:10:\"menu_order\";i:250;s:16:\"popularity_index\";i:172;s:11:\"trend_index\";i:105;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:546;a:19:{s:4:\"tmpl\";i:873;s:2:\"id\";i:11198;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-digital-marketing-agency.png\";s:12:\"tmpl_created\";i:1564642395;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Header\",\"Marketing\"]\";s:10:\"menu_order\";i:251;s:16:\"popularity_index\";i:34;s:11:\"trend_index\";i:10;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:547;a:19:{s:4:\"tmpl\";i:872;s:2:\"id\";i:11204;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/07/404_small.jpg\";s:12:\"tmpl_created\";i:1564642389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:36:\"[\"404\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:253;s:16:\"popularity_index\";i:301;s:11:\"trend_index\";i:239;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:548;a:19:{s:4:\"tmpl\";i:871;s:2:\"id\";i:11220;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/08/Archive_small1.png\";s:12:\"tmpl_created\";i:1564642385;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:255;s:16:\"popularity_index\";i:116;s:11:\"trend_index\";i:73;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:549;a:19:{s:4:\"tmpl\";i:870;s:2:\"id\";i:11231;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/Post_small1.png\";s:12:\"tmpl_created\";i:1564642380;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:257;s:16:\"popularity_index\";i:145;s:11:\"trend_index\";i:71;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:550;a:19:{s:4:\"tmpl\";i:520;s:2:\"id\";i:5711;s:5:\"title\";s:5:\"FAQ 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_2.png\";s:12:\"tmpl_created\";i:1520443571;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:260;s:16:\"popularity_index\";i:200;s:11:\"trend_index\";i:231;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:551;a:19:{s:4:\"tmpl\";i:523;s:2:\"id\";i:5737;s:5:\"title\";s:6:\"FAQ 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_4.png\";s:12:\"tmpl_created\";i:1520443576;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:261;s:16:\"popularity_index\";i:155;s:11:\"trend_index\";i:112;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:552;a:19:{s:4:\"tmpl\";i:524;s:2:\"id\";i:5746;s:5:\"title\";s:6:\"FAQ 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_4.png\";s:12:\"tmpl_created\";i:1520443578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:264;s:16:\"popularity_index\";i:212;s:11:\"trend_index\";i:305;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:553;a:19:{s:4:\"tmpl\";i:519;s:2:\"id\";i:5703;s:5:\"title\";s:6:\"FAQ 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_2.png\";s:12:\"tmpl_created\";i:1520443569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:265;s:16:\"popularity_index\";i:29;s:11:\"trend_index\";i:38;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:554;a:19:{s:4:\"tmpl\";i:521;s:2:\"id\";i:5719;s:5:\"title\";s:5:\"FAQ 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_3.png\";s:12:\"tmpl_created\";i:1520443573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:267;s:16:\"popularity_index\";i:125;s:11:\"trend_index\";i:251;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:555;a:19:{s:4:\"tmpl\";i:522;s:2:\"id\";i:5729;s:5:\"title\";s:5:\"FAQ 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_3.png\";s:12:\"tmpl_created\";i:1520443575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:269;s:16:\"popularity_index\";i:319;s:11:\"trend_index\";i:327;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:556;a:19:{s:4:\"tmpl\";i:525;s:2:\"id\";i:5755;s:5:\"title\";s:5:\"FAQ 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_5.png\";s:12:\"tmpl_created\";i:1520443580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:271;s:16:\"popularity_index\";i:112;s:11:\"trend_index\";i:180;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:557;a:19:{s:4:\"tmpl\";i:526;s:2:\"id\";i:5764;s:5:\"title\";s:5:\"FAQ 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_5.png\";s:12:\"tmpl_created\";i:1520443582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:273;s:16:\"popularity_index\";i:338;s:11:\"trend_index\";i:474;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:558;a:19:{s:4:\"tmpl\";i:517;s:2:\"id\";i:5684;s:5:\"title\";s:5:\"FAQ 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_1.png\";s:12:\"tmpl_created\";i:1520443565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:274;s:16:\"popularity_index\";i:74;s:11:\"trend_index\";i:193;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:559;a:19:{s:4:\"tmpl\";i:518;s:2:\"id\";i:5693;s:5:\"title\";s:5:\"FAQ 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_1.png\";s:12:\"tmpl_created\";i:1520443567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:276;s:16:\"popularity_index\";i:224;s:11:\"trend_index\";i:515;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:560;a:19:{s:4:\"tmpl\";i:548;s:2:\"id\";i:6053;s:5:\"title\";s:10:\"Features 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_5.png\";s:12:\"tmpl_created\";i:1520443645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:277;s:16:\"popularity_index\";i:179;s:11:\"trend_index\";i:463;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:561;a:19:{s:4:\"tmpl\";i:542;s:2:\"id\";i:5991;s:5:\"title\";s:11:\"Features 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_4.png\";s:12:\"tmpl_created\";i:1520443632;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:279;s:16:\"popularity_index\";i:135;s:11:\"trend_index\";i:265;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:562;a:19:{s:4:\"tmpl\";i:547;s:2:\"id\";i:6044;s:5:\"title\";s:11:\"Features 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_5.png\";s:12:\"tmpl_created\";i:1520443643;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:280;s:16:\"popularity_index\";i:70;s:11:\"trend_index\";i:163;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:563;a:19:{s:4:\"tmpl\";i:566;s:2:\"id\";i:6212;s:5:\"title\";s:11:\"Features 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_7.png\";s:12:\"tmpl_created\";i:1520443684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:281;s:16:\"popularity_index\";i:81;s:11:\"trend_index\";i:98;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:564;a:19:{s:4:\"tmpl\";i:567;s:2:\"id\";i:6220;s:5:\"title\";s:10:\"Features 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_8.png\";s:12:\"tmpl_created\";i:1520443685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:282;s:16:\"popularity_index\";i:88;s:11:\"trend_index\";i:189;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:565;a:19:{s:4:\"tmpl\";i:541;s:2:\"id\";i:5983;s:5:\"title\";s:10:\"Features 3\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_3.png\";s:12:\"tmpl_created\";i:1520443630;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:283;s:16:\"popularity_index\";i:231;s:11:\"trend_index\";i:351;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:566;a:19:{s:4:\"tmpl\";i:540;s:2:\"id\";i:5974;s:5:\"title\";s:10:\"Features 4\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_3.png\";s:12:\"tmpl_created\";i:1520443629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:286;s:16:\"popularity_index\";i:69;s:11:\"trend_index\";i:181;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:567;a:19:{s:4:\"tmpl\";i:516;s:2:\"id\";i:5624;s:5:\"title\";s:10:\"Features 5\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_1.png\";s:12:\"tmpl_created\";i:1520443553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:287;s:16:\"popularity_index\";i:93;s:11:\"trend_index\";i:352;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:568;a:19:{s:4:\"tmpl\";i:515;s:2:\"id\";i:5615;s:5:\"title\";s:10:\"Features 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_5.png\";s:12:\"tmpl_created\";i:1520443551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:290;s:16:\"popularity_index\";i:41;s:11:\"trend_index\";i:119;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:569;a:19:{s:4:\"tmpl\";i:539;s:2:\"id\";i:5963;s:5:\"title\";s:10:\"Features 7\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_2.png\";s:12:\"tmpl_created\";i:1520443626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:291;s:16:\"popularity_index\";i:67;s:11:\"trend_index\";i:133;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:570;a:19:{s:4:\"tmpl\";i:565;s:2:\"id\";i:6204;s:5:\"title\";s:10:\"Features 8\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_6.png\";s:12:\"tmpl_created\";i:1520443681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:292;s:16:\"popularity_index\";i:217;s:11:\"trend_index\";i:223;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:571;a:19:{s:4:\"tmpl\";i:564;s:2:\"id\";i:6196;s:5:\"title\";s:10:\"Features 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_6.png\";s:12:\"tmpl_created\";i:1520443680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:294;s:16:\"popularity_index\";i:106;s:11:\"trend_index\";i:113;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:572;a:19:{s:4:\"tmpl\";i:1033;s:2:\"id\";i:15033;s:5:\"title\";s:28:\"Flooring Company &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/08/404.png\";s:12:\"tmpl_created\";i:1597739459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/flooring-company-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:45:\"[\"404\",\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:296;s:16:\"popularity_index\";i:655;s:11:\"trend_index\";i:671;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:573;a:19:{s:4:\"tmpl\";i:1032;s:2:\"id\";i:15042;s:5:\"title\";s:32:\"Flooring Company &#8211; Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Blog.png\";s:12:\"tmpl_created\";i:1597739084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/flooring-company-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:297;s:16:\"popularity_index\";i:320;s:11:\"trend_index\";i:275;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:574;a:19:{s:4:\"tmpl\";i:1031;s:2:\"id\";i:15017;s:5:\"title\";s:31:\"Flooring Company &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Footer.png\";s:12:\"tmpl_created\";i:1597738933;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Footer\"]\";s:10:\"menu_order\";i:299;s:16:\"popularity_index\";i:323;s:11:\"trend_index\";i:192;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:575;a:19:{s:4:\"tmpl\";i:1030;s:2:\"id\";i:15007;s:5:\"title\";s:31:\"Flooring Company &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Header.png\";s:12:\"tmpl_created\";i:1597738896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Header\"]\";s:10:\"menu_order\";i:302;s:16:\"popularity_index\";i:459;s:11:\"trend_index\";i:333;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:576;a:19:{s:4:\"tmpl\";i:1029;s:2:\"id\";i:15052;s:5:\"title\";s:36:\"Flooring Company &#8211; Single post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Single.png\";s:12:\"tmpl_created\";i:1597738858;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/flooring-company-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:303;s:16:\"popularity_index\";i:392;s:11:\"trend_index\";i:226;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:577;a:19:{s:4:\"tmpl\";i:651;s:2:\"id\";i:7837;s:5:\"title\";s:9:\"footer 01\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.14.jpg\";s:12:\"tmpl_created\";i:1524582852;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:305;s:16:\"popularity_index\";i:495;s:11:\"trend_index\";i:539;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:578;a:19:{s:4:\"tmpl\";i:647;s:2:\"id\";i:7937;s:5:\"title\";s:10:\"footer 010\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.5.jpg\";s:12:\"tmpl_created\";i:1524582665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-010/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:308;s:16:\"popularity_index\";i:185;s:11:\"trend_index\";i:115;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:579;a:19:{s:4:\"tmpl\";i:646;s:2:\"id\";i:7950;s:5:\"title\";s:10:\"footer 011\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.4.jpg\";s:12:\"tmpl_created\";i:1524582631;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-011/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:310;s:16:\"popularity_index\";i:244;s:11:\"trend_index\";i:203;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:580;a:19:{s:4:\"tmpl\";i:645;s:2:\"id\";i:7959;s:5:\"title\";s:10:\"footer 012\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.3.jpg\";s:12:\"tmpl_created\";i:1524582605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-012/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:311;s:16:\"popularity_index\";i:177;s:11:\"trend_index\";i:140;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:581;a:19:{s:4:\"tmpl\";i:644;s:2:\"id\";i:7982;s:5:\"title\";s:10:\"footer 013\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.2.jpg\";s:12:\"tmpl_created\";i:1524582468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-013/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:314;s:16:\"popularity_index\";i:209;s:11:\"trend_index\";i:212;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:582;a:19:{s:4:\"tmpl\";i:643;s:2:\"id\";i:7997;s:5:\"title\";s:10:\"footer 014\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.1.jpg\";s:12:\"tmpl_created\";i:1524582343;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-014/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:316;s:16:\"popularity_index\";i:64;s:11:\"trend_index\";i:41;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:583;a:19:{s:4:\"tmpl\";i:693;s:2:\"id\";i:9119;s:5:\"title\";s:10:\"footer 015\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/Footer_GetStarted_350.png\";s:12:\"tmpl_created\";i:1532428138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/demo/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:317;s:16:\"popularity_index\";i:240;s:11:\"trend_index\";i:154;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:584;a:19:{s:4:\"tmpl\";i:652;s:2:\"id\";i:7852;s:5:\"title\";s:9:\"footer 02\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.13.jpg\";s:12:\"tmpl_created\";i:1524582875;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:320;s:16:\"popularity_index\";i:199;s:11:\"trend_index\";i:96;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:585;a:19:{s:4:\"tmpl\";i:653;s:2:\"id\";i:7862;s:5:\"title\";s:9:\"footer 03\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.12.jpg\";s:12:\"tmpl_created\";i:1524582903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:321;s:16:\"popularity_index\";i:137;s:11:\"trend_index\";i:91;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:586;a:19:{s:4:\"tmpl\";i:654;s:2:\"id\";i:7871;s:5:\"title\";s:9:\"footer 04\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.11.jpg\";s:12:\"tmpl_created\";i:1524582927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:323;s:16:\"popularity_index\";i:97;s:11:\"trend_index\";i:55;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:587;a:19:{s:4:\"tmpl\";i:655;s:2:\"id\";i:7884;s:5:\"title\";s:9:\"footer 05\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.10.jpg\";s:12:\"tmpl_created\";i:1524582944;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-05/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:325;s:16:\"popularity_index\";i:92;s:11:\"trend_index\";i:109;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:588;a:19:{s:4:\"tmpl\";i:656;s:2:\"id\";i:7892;s:5:\"title\";s:9:\"footer 06\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.9.jpg\";s:12:\"tmpl_created\";i:1524583015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-06/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:326;s:16:\"popularity_index\";i:132;s:11:\"trend_index\";i:146;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:589;a:19:{s:4:\"tmpl\";i:650;s:2:\"id\";i:7904;s:5:\"title\";s:9:\"footer 07\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.8.jpg\";s:12:\"tmpl_created\";i:1524582814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-07/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:328;s:16:\"popularity_index\";i:203;s:11:\"trend_index\";i:186;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:590;a:19:{s:4:\"tmpl\";i:649;s:2:\"id\";i:7917;s:5:\"title\";s:9:\"footer 08\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.7.jpg\";s:12:\"tmpl_created\";i:1524582788;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-08/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:329;s:16:\"popularity_index\";i:89;s:11:\"trend_index\";i:144;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:591;a:19:{s:4:\"tmpl\";i:648;s:2:\"id\";i:7927;s:5:\"title\";s:9:\"footer 09\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.6.jpg\";s:12:\"tmpl_created\";i:1524582691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-09/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:331;s:16:\"popularity_index\";i:178;s:11:\"trend_index\";i:100;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:592;a:19:{s:4:\"tmpl\";i:642;s:2:\"id\";i:4676;s:5:\"title\";s:8:\"Footer 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_7.png\";s:12:\"tmpl_created\";i:1522014215;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer_7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:338;s:16:\"popularity_index\";i:237;s:11:\"trend_index\";i:346;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:593;a:19:{s:4:\"tmpl\";i:637;s:2:\"id\";i:7627;s:5:\"title\";s:8:\"Footer 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_1.png\";s:12:\"tmpl_created\";i:1521547332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:340;s:16:\"popularity_index\";i:100;s:11:\"trend_index\";i:83;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:594;a:19:{s:4:\"tmpl\";i:638;s:2:\"id\";i:7638;s:5:\"title\";s:8:\"Footer 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_2.png\";s:12:\"tmpl_created\";i:1521547502;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:342;s:16:\"popularity_index\";i:124;s:11:\"trend_index\";i:147;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:595;a:19:{s:4:\"tmpl\";i:888;s:2:\"id\";i:11424;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/08/404_Small.png\";s:12:\"tmpl_created\";i:1567393309;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:13:\"[\"404\",\"Gym\"]\";s:10:\"menu_order\";i:344;s:16:\"popularity_index\";i:679;s:11:\"trend_index\";i:769;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:596;a:19:{s:4:\"tmpl\";i:887;s:2:\"id\";i:11435;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Archiv_Small.png\";s:12:\"tmpl_created\";i:1567393296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:346;s:16:\"popularity_index\";i:441;s:11:\"trend_index\";i:507;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:597;a:19:{s:4:\"tmpl\";i:886;s:2:\"id\";i:11445;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Post_Small.png\";s:12:\"tmpl_created\";i:1567393229;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:349;s:16:\"popularity_index\";i:452;s:11:\"trend_index\";i:479;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:598;a:19:{s:4:\"tmpl\";i:885;s:2:\"id\";i:11453;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Footer_Small.png\";s:12:\"tmpl_created\";i:1567393224;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:16:\"[\"Footer\",\"Gym\"]\";s:10:\"menu_order\";i:351;s:16:\"popularity_index\";i:270;s:11:\"trend_index\";i:331;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:599;a:19:{s:4:\"tmpl\";i:884;s:2:\"id\";i:11461;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-gym-and-fitness.png\";s:12:\"tmpl_created\";i:1567393219;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:16:\"[\"Gym\",\"Header\"]\";s:10:\"menu_order\";i:352;s:16:\"popularity_index\";i:201;s:11:\"trend_index\";i:135;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:600;a:19:{s:4:\"tmpl\";i:635;s:2:\"id\";i:7596;s:5:\"title\";s:8:\"Header 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.12.jpg\";s:12:\"tmpl_created\";i:1521546999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:354;s:16:\"popularity_index\";i:33;s:11:\"trend_index\";i:17;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:601;a:19:{s:4:\"tmpl\";i:663;s:2:\"id\";i:7801;s:5:\"title\";s:9:\"header 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.9.jpg\";s:12:\"tmpl_created\";i:1524583659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:356;s:16:\"popularity_index\";i:51;s:11:\"trend_index\";i:14;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:602;a:19:{s:4:\"tmpl\";i:658;s:2:\"id\";i:7812;s:5:\"title\";s:9:\"header 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.10.jpg\";s:12:\"tmpl_created\";i:1524583298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:358;s:16:\"popularity_index\";i:96;s:11:\"trend_index\";i:103;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:603;a:19:{s:4:\"tmpl\";i:657;s:2:\"id\";i:7825;s:5:\"title\";s:9:\"header 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.11.jpg\";s:12:\"tmpl_created\";i:1524583273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:360;s:16:\"popularity_index\";i:63;s:11:\"trend_index\";i:75;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:604;a:19:{s:4:\"tmpl\";i:694;s:2:\"id\";i:9127;s:5:\"title\";s:9:\"header 13\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2018/07/Header_get_started_1200V3.png\";s:12:\"tmpl_created\";i:1532428699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:362;s:16:\"popularity_index\";i:61;s:11:\"trend_index\";i:58;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:605;a:19:{s:4:\"tmpl\";i:636;s:2:\"id\";i:7615;s:5:\"title\";s:8:\"Header 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.1.jpg\";s:12:\"tmpl_created\";i:1521547237;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:365;s:16:\"popularity_index\";i:30;s:11:\"trend_index\";i:33;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:606;a:19:{s:4:\"tmpl\";i:665;s:2:\"id\";i:7713;s:5:\"title\";s:8:\"header 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.2.jpg\";s:12:\"tmpl_created\";i:1524584780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:367;s:16:\"popularity_index\";i:43;s:11:\"trend_index\";i:28;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:607;a:19:{s:4:\"tmpl\";i:659;s:2:\"id\";i:7724;s:5:\"title\";s:8:\"header 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.3.jpg\";s:12:\"tmpl_created\";i:1524583367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:369;s:16:\"popularity_index\";i:24;s:11:\"trend_index\";i:13;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:608;a:19:{s:4:\"tmpl\";i:660;s:2:\"id\";i:7734;s:5:\"title\";s:8:\"header 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.4.jpg\";s:12:\"tmpl_created\";i:1524583436;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:371;s:16:\"popularity_index\";i:36;s:11:\"trend_index\";i:18;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:609;a:19:{s:4:\"tmpl\";i:666;s:2:\"id\";i:7744;s:5:\"title\";s:8:\"Header 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.5.jpg\";s:12:\"tmpl_created\";i:1524584784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:372;s:16:\"popularity_index\";i:65;s:11:\"trend_index\";i:94;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:610;a:19:{s:4:\"tmpl\";i:664;s:2:\"id\";i:7754;s:5:\"title\";s:8:\"header 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.6.jpg\";s:12:\"tmpl_created\";i:1524583712;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:375;s:16:\"popularity_index\";i:111;s:11:\"trend_index\";i:143;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:611;a:19:{s:4:\"tmpl\";i:661;s:2:\"id\";i:7771;s:5:\"title\";s:8:\"header 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.7.jpg\";s:12:\"tmpl_created\";i:1524583540;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:376;s:16:\"popularity_index\";i:91;s:11:\"trend_index\";i:60;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:612;a:19:{s:4:\"tmpl\";i:662;s:2:\"id\";i:7787;s:5:\"title\";s:8:\"header 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.8.jpg\";s:12:\"tmpl_created\";i:1524583598;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:379;s:16:\"popularity_index\";i:102;s:11:\"trend_index\";i:78;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:613;a:19:{s:4:\"tmpl\";i:572;s:2:\"id\";i:6266;s:5:\"title\";s:6:\"Hero 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_4.png\";s:12:\"tmpl_created\";i:1520443695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:380;s:16:\"popularity_index\";i:52;s:11:\"trend_index\";i:35;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:614;a:19:{s:4:\"tmpl\";i:528;s:2:\"id\";i:5783;s:5:\"title\";s:7:\"Hero 10\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_2.png\";s:12:\"tmpl_created\";i:1520443586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:383;s:16:\"popularity_index\";i:365;s:11:\"trend_index\";i:567;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:615;a:19:{s:4:\"tmpl\";i:527;s:2:\"id\";i:5773;s:5:\"title\";s:7:\"Hero 11\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_1.png\";s:12:\"tmpl_created\";i:1520443584;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:384;s:16:\"popularity_index\";i:39;s:11:\"trend_index\";i:179;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:616;a:19:{s:4:\"tmpl\";i:479;s:2:\"id\";i:5238;s:5:\"title\";s:7:\"Hero 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4.png\";s:12:\"tmpl_created\";i:1520443468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:386;s:16:\"popularity_index\";i:611;s:11:\"trend_index\";i:555;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:617;a:19:{s:4:\"tmpl\";i:573;s:2:\"id\";i:6274;s:5:\"title\";s:6:\"Hero 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_5.png\";s:12:\"tmpl_created\";i:1520443698;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:389;s:16:\"popularity_index\";i:87;s:11:\"trend_index\";i:88;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:618;a:19:{s:4:\"tmpl\";i:569;s:2:\"id\";i:6239;s:5:\"title\";s:6:\"Hero 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_1.png\";s:12:\"tmpl_created\";i:1520443689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:391;s:16:\"popularity_index\";i:23;s:11:\"trend_index\";i:34;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:619;a:19:{s:4:\"tmpl\";i:571;s:2:\"id\";i:6258;s:5:\"title\";s:6:\"Hero 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_3.png\";s:12:\"tmpl_created\";i:1520443693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:393;s:16:\"popularity_index\";i:479;s:11:\"trend_index\";i:470;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:620;a:19:{s:4:\"tmpl\";i:570;s:2:\"id\";i:6249;s:5:\"title\";s:6:\"Hero 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_2.png\";s:12:\"tmpl_created\";i:1520443691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:395;s:16:\"popularity_index\";i:56;s:11:\"trend_index\";i:85;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:621;a:19:{s:4:\"tmpl\";i:568;s:2:\"id\";i:6230;s:5:\"title\";s:6:\"Hero 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_white_1.png\";s:12:\"tmpl_created\";i:1520443687;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:396;s:16:\"popularity_index\";i:406;s:11:\"trend_index\";i:542;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:622;a:19:{s:4:\"tmpl\";i:530;s:2:\"id\";i:5801;s:5:\"title\";s:6:\"Hero 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_4.png\";s:12:\"tmpl_created\";i:1520443589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:398;s:16:\"popularity_index\";i:15;s:11:\"trend_index\";i:37;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:623;a:19:{s:4:\"tmpl\";i:531;s:2:\"id\";i:5811;s:5:\"title\";s:6:\"Hero 8\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_5.png\";s:12:\"tmpl_created\";i:1520443591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:400;s:16:\"popularity_index\";i:105;s:11:\"trend_index\";i:86;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:624;a:19:{s:4:\"tmpl\";i:529;s:2:\"id\";i:5792;s:5:\"title\";s:6:\"Hero 9\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_3.png\";s:12:\"tmpl_created\";i:1520443588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:403;s:16:\"popularity_index\";i:225;s:11:\"trend_index\";i:244;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:625;a:19:{s:4:\"tmpl\";i:978;s:2:\"id\";i:13251;s:5:\"title\";s:27:\"Interior Design &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.png\";s:12:\"tmpl_created\";i:1586148737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/interior-design-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:405;s:16:\"popularity_index\";i:730;s:11:\"trend_index\";i:795;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:626;a:19:{s:4:\"tmpl\";i:979;s:2:\"id\";i:13244;s:5:\"title\";s:30:\"Interior Design &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.png\";s:12:\"tmpl_created\";i:1586148742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Business\",\"Footer\",\"Interior Design\"]\";s:10:\"menu_order\";i:406;s:16:\"popularity_index\";i:322;s:11:\"trend_index\";i:178;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:627;a:19:{s:4:\"tmpl\";i:980;s:2:\"id\";i:13236;s:5:\"title\";s:30:\"Interior Design &#8211; Header\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-interior-design.png\";s:12:\"tmpl_created\";i:1586148746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Business\",\"Header\",\"Interior Design\"]\";s:10:\"menu_order\";i:408;s:16:\"popularity_index\";i:146;s:11:\"trend_index\";i:64;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:628;a:19:{s:4:\"tmpl\";i:977;s:2:\"id\";i:13259;s:5:\"title\";s:36:\"Interior Design &#8211; News Archive\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Archiv-Blog.png\";s:12:\"tmpl_created\";i:1586148733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/interior-design-news-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:410;s:16:\"popularity_index\";i:436;s:11:\"trend_index\";i:132;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:629;a:19:{s:4:\"tmpl\";i:976;s:2:\"id\";i:13267;s:5:\"title\";s:35:\"Interior Design &#8211; Single News\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Post.png\";s:12:\"tmpl_created\";i:1586148728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/interior-design-single-news/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:413;s:16:\"popularity_index\";i:402;s:11:\"trend_index\";i:108;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:630;a:19:{s:4:\"tmpl\";i:975;s:2:\"id\";i:13274;s:5:\"title\";s:38:\"Interior Design &#8211; Single Project\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/04/Single-Project-.png\";s:12:\"tmpl_created\";i:1586148723;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/interior-design-single-project/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:414;s:16:\"popularity_index\";i:601;s:11:\"trend_index\";i:324;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:631;a:19:{s:4:\"tmpl\";i:1011;s:2:\"id\";i:14058;s:5:\"title\";s:36:\"Japanese restaurant &#8211; 404 page\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/06/404-Page.jpg\";s:12:\"tmpl_created\";i:1592290211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/japanese-restaurant-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:38:\"[\"404\",\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:416;s:16:\"popularity_index\";i:724;s:11:\"trend_index\";i:647;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:632;a:19:{s:4:\"tmpl\";i:1012;s:2:\"id\";i:14050;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1592290247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:41:\"[\"Food\",\"Footer\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:419;s:16:\"popularity_index\";i:317;s:11:\"trend_index\";i:238;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:633;a:19:{s:4:\"tmpl\";i:1013;s:2:\"id\";i:14042;s:5:\"title\";s:34:\"Japanese Restaurant &#8211; Header\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2020/06/japanese-restaurant-header.jpg\";s:12:\"tmpl_created\";i:1592290277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:41:\"[\"Food\",\"Header\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:421;s:16:\"popularity_index\";i:411;s:11:\"trend_index\";i:274;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:634;a:19:{s:4:\"tmpl\";i:914;s:2:\"id\";i:12164;s:5:\"title\";s:20:\"Law Firm &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/11/404.png\";s:12:\"tmpl_created\";i:1572846979;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/law-firm-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:422;s:16:\"popularity_index\";i:704;s:11:\"trend_index\";i:716;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:635;a:19:{s:4:\"tmpl\";i:913;s:2:\"id\";i:12170;s:5:\"title\";s:23:\"Law Firm &#8211; Archiv\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/archiv.png\";s:12:\"tmpl_created\";i:1572846967;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:424;s:16:\"popularity_index\";i:431;s:11:\"trend_index\";i:294;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:636;a:19:{s:4:\"tmpl\";i:912;s:2:\"id\";i:12179;s:5:\"title\";s:23:\"Law Firm &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/footer.png\";s:12:\"tmpl_created\";i:1572846958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:425;s:16:\"popularity_index\";i:388;s:11:\"trend_index\";i:240;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:637;a:19:{s:4:\"tmpl\";i:911;s:2:\"id\";i:12194;s:5:\"title\";s:23:\"Law Firm &#8211; Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-law-firm.png\";s:12:\"tmpl_created\";i:1572846935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:427;s:16:\"popularity_index\";i:80;s:11:\"trend_index\";i:39;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:638;a:19:{s:4:\"tmpl\";i:910;s:2:\"id\";i:12203;s:5:\"title\";s:30:\"Law Firm &#8211; Search Archiv\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/11/search_result.png\";s:12:\"tmpl_created\";i:1572846925;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/law-firm-search-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:430;s:16:\"popularity_index\";i:493;s:11:\"trend_index\";i:433;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:639;a:19:{s:4:\"tmpl\";i:909;s:2:\"id\";i:12212;s:5:\"title\";s:28:\"Law Firm &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/single.png\";s:12:\"tmpl_created\";i:1572846914;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/law-firm-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:432;s:16:\"popularity_index\";i:326;s:11:\"trend_index\";i:214;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:640;a:19:{s:4:\"tmpl\";i:1022;s:2:\"id\";i:14772;s:5:\"title\";s:35:\"Luxury Real Estate &#8211; 404 page\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/07/404.png\";s:12:\"tmpl_created\";i:1595315728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/luxury-real-estate-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:433;s:16:\"popularity_index\";i:759;s:11:\"trend_index\";i:720;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:641;a:19:{s:4:\"tmpl\";i:1023;s:2:\"id\";i:14779;s:5:\"title\";s:33:\"Luxury Real Estate &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Footer.png\";s:12:\"tmpl_created\";i:1595315743;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Footer\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:434;s:16:\"popularity_index\";i:536;s:11:\"trend_index\";i:505;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:642;a:19:{s:4:\"tmpl\";i:1024;s:2:\"id\";i:14790;s:5:\"title\";s:33:\"Luxury Real Estate &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Header.png\";s:12:\"tmpl_created\";i:1595315760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Header\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:436;s:16:\"popularity_index\";i:101;s:11:\"trend_index\";i:157;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:643;a:19:{s:4:\"tmpl\";i:1026;s:2:\"id\";i:14809;s:5:\"title\";s:45:\"Luxury Real Estate &#8211; Properties Archive\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Properties.png\";s:12:\"tmpl_created\";i:1595315826;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/blocks/luxury-real-estate-properties-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:438;s:16:\"popularity_index\";i:414;s:11:\"trend_index\";i:420;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:644;a:19:{s:4:\"tmpl\";i:1027;s:2:\"id\";i:14816;s:5:\"title\";s:47:\"Luxury Real Estate &#8211; Property single post\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/07/Single-Property-.png\";s:12:\"tmpl_created\";i:1595315847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/blocks/luxury-real-estate-property-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:441;s:16:\"popularity_index\";i:541;s:11:\"trend_index\";i:665;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:645;a:19:{s:4:\"tmpl\";i:1025;s:2:\"id\";i:14799;s:5:\"title\";s:38:\"Luxury Real Estate &#8211; single post\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Post.png\";s:12:\"tmpl_created\";i:1595315792;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/luxury-real-estate-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:442;s:16:\"popularity_index\";i:369;s:11:\"trend_index\";i:441;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:646;a:19:{s:4:\"tmpl\";i:950;s:2:\"id\";i:12635;s:5:\"title\";s:20:\"Magazine &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/01/404_s.png\";s:12:\"tmpl_created\";i:1579060746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/magazine-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:25:\"[\"404\",\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:445;s:16:\"popularity_index\";i:645;s:11:\"trend_index\";i:734;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:647;a:19:{s:4:\"tmpl\";i:949;s:2:\"id\";i:12643;s:5:\"title\";s:24:\"Magazine &#8211; Archiv1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv1_s.png\";s:12:\"tmpl_created\";i:1579060737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/magazine-archiv1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:447;s:16:\"popularity_index\";i:346;s:11:\"trend_index\";i:272;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:648;a:19:{s:4:\"tmpl\";i:946;s:2:\"id\";i:12669;s:5:\"title\";s:23:\"Magazine &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Footer_s.png\";s:12:\"tmpl_created\";i:1579060715;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:28:\"[\"Blog\",\"Footer\",\"Magazine\"]\";s:10:\"menu_order\";i:448;s:16:\"popularity_index\";i:442;s:11:\"trend_index\";i:349;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:649;a:19:{s:4:\"tmpl\";i:945;s:2:\"id\";i:12678;s:5:\"title\";s:23:\"Magazine &#8211; Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-magazine.png\";s:12:\"tmpl_created\";i:1579060701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:28:\"[\"Blog\",\"Header\",\"Magazine\"]\";s:10:\"menu_order\";i:450;s:16:\"popularity_index\";i:295;s:11:\"trend_index\";i:197;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:650;a:19:{s:4:\"tmpl\";i:947;s:2:\"id\";i:12661;s:5:\"title\";s:23:\"Magazine &#8211; Search\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Search_s.png\";s:12:\"tmpl_created\";i:1579060722;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-search/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:452;s:16:\"popularity_index\";i:396;s:11:\"trend_index\";i:509;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:651;a:19:{s:4:\"tmpl\";i:944;s:2:\"id\";i:12688;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 1\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post2_s.png\";s:12:\"tmpl_created\";i:1579060692;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:453;s:16:\"popularity_index\";i:342;s:11:\"trend_index\";i:175;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:652;a:19:{s:4:\"tmpl\";i:943;s:2:\"id\";i:12699;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 2\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post3_s.png\";s:12:\"tmpl_created\";i:1579060680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:454;s:16:\"popularity_index\";i:348;s:11:\"trend_index\";i:129;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:653;a:19:{s:4:\"tmpl\";i:942;s:2:\"id\";i:12707;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post1_s.png\";s:12:\"tmpl_created\";i:1579060669;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:457;s:16:\"popularity_index\";i:476;s:11:\"trend_index\";i:246;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:654;a:19:{s:4:\"tmpl\";i:941;s:2:\"id\";i:12716;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post4_s.png\";s:12:\"tmpl_created\";i:1579060659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/magazine-single-post-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:459;s:16:\"popularity_index\";i:513;s:11:\"trend_index\";i:489;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:655;a:19:{s:4:\"tmpl\";i:948;s:2:\"id\";i:12652;s:5:\"title\";s:17:\"Magazine- Archiv2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv2_s.png\";s:12:\"tmpl_created\";i:1579060730;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/magazine-archiv2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:461;s:16:\"popularity_index\";i:525;s:11:\"trend_index\";i:585;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:656;a:19:{s:4:\"tmpl\";i:990;s:2:\"id\";i:13361;s:5:\"title\";s:25:\"Online Course &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.jpg\";s:12:\"tmpl_created\";i:1587474710;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/online-course-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:35:\"[\"404\",\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:462;s:16:\"popularity_index\";i:682;s:11:\"trend_index\";i:498;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:657;a:19:{s:4:\"tmpl\";i:987;s:2:\"id\";i:13387;s:5:\"title\";s:32:\"Online Course &#8211; End Lesson\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-End-.jpg\";s:12:\"tmpl_created\";i:1587474682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/online-course-end-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:464;s:16:\"popularity_index\";i:653;s:11:\"trend_index\";i:408;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:658;a:19:{s:4:\"tmpl\";i:989;s:2:\"id\";i:13369;s:5:\"title\";s:28:\"Online Course &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.jpg\";s:12:\"tmpl_created\";i:1587474701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Footer\"]\";s:10:\"menu_order\";i:466;s:16:\"popularity_index\";i:389;s:11:\"trend_index\";i:308;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:659;a:19:{s:4:\"tmpl\";i:988;s:2:\"id\";i:13378;s:5:\"title\";s:28:\"Online Course &#8211; Header\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-education-online-courses.jpg\";s:12:\"tmpl_created\";i:1587474693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Header\"]\";s:10:\"menu_order\";i:469;s:16:\"popularity_index\";i:492;s:11:\"trend_index\";i:519;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:660;a:19:{s:4:\"tmpl\";i:986;s:2:\"id\";i:13395;s:5:\"title\";s:34:\"Online Course &#8211; Start Lesson\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-Start.jpg\";s:12:\"tmpl_created\";i:1587474673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/online-course-start-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:471;s:16:\"popularity_index\";i:672;s:11:\"trend_index\";i:578;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:661;a:19:{s:4:\"tmpl\";i:953;s:2:\"id\";i:13089;s:5:\"title\";s:23:\"Photography &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/02/404_s.png\";s:12:\"tmpl_created\";i:1582091623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/photography-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:33:\"[\"404\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:473;s:16:\"popularity_index\";i:702;s:11:\"trend_index\";i:706;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:662;a:19:{s:4:\"tmpl\";i:954;s:2:\"id\";i:13096;s:5:\"title\";s:32:\"Photography &#8211; Archiv Media\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Archiv_s.png\";s:12:\"tmpl_created\";i:1582091742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/photography-archiv-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:475;s:16:\"popularity_index\";i:631;s:11:\"trend_index\";i:405;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:663;a:19:{s:4:\"tmpl\";i:955;s:2:\"id\";i:13103;s:5:\"title\";s:26:\"Photography &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Footer_s.png\";s:12:\"tmpl_created\";i:1582091903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:36:\"[\"Footer\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:477;s:16:\"popularity_index\";i:422;s:11:\"trend_index\";i:230;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:664;a:19:{s:4:\"tmpl\";i:957;s:2:\"id\";i:13112;s:5:\"title\";s:26:\"Photography &#8211; Header\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-photography-portfolio.png\";s:12:\"tmpl_created\";i:1582092483;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:36:\"[\"Header\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:478;s:16:\"popularity_index\";i:325;s:11:\"trend_index\";i:205;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:665;a:19:{s:4:\"tmpl\";i:956;s:2:\"id\";i:13120;s:5:\"title\";s:31:\"Photography &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Post_s.png\";s:12:\"tmpl_created\";i:1582092351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/photography-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:480;s:16:\"popularity_index\";i:671;s:11:\"trend_index\";i:645;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:666;a:19:{s:4:\"tmpl\";i:901;s:2:\"id\";i:11807;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/09/404_small.png\";s:12:\"tmpl_created\";i:1569430070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:483;s:16:\"popularity_index\";i:480;s:11:\"trend_index\";i:497;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:667;a:19:{s:4:\"tmpl\";i:900;s:2:\"id\";i:11832;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Footer_small.png\";s:12:\"tmpl_created\";i:1569430019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Creative Portfolio\",\"Footer\",\"Portfolio\"]\";s:10:\"menu_order\";i:484;s:16:\"popularity_index\";i:246;s:11:\"trend_index\";i:102;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:668;a:19:{s:4:\"tmpl\";i:898;s:2:\"id\";i:11847;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Archiv_small.png\";s:12:\"tmpl_created\";i:1569430010;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:487;s:16:\"popularity_index\";i:336;s:11:\"trend_index\";i:455;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:669;a:19:{s:4:\"tmpl\";i:897;s:2:\"id\";i:11854;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/09/Post_small.png\";s:12:\"tmpl_created\";i:1569429983;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:489;s:16:\"popularity_index\";i:482;s:11:\"trend_index\";i:609;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:670;a:19:{s:4:\"tmpl\";i:904;s:2:\"id\";i:11890;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-design-portfolio.png\";s:12:\"tmpl_created\";i:1571907344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"Creative Portfolio\",\"Header\",\"Portfolio\"]\";s:10:\"menu_order\";i:491;s:16:\"popularity_index\";i:306;s:11:\"trend_index\";i:364;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:671;a:19:{s:4:\"tmpl\";i:896;s:2:\"id\";i:11861;s:5:\"title\";s:27:\"Portfolio &#8211; Project 1\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project1_small.png\";s:12:\"tmpl_created\";i:1569429975;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:493;s:16:\"popularity_index\";i:643;s:11:\"trend_index\";i:764;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:672;a:19:{s:4:\"tmpl\";i:895;s:2:\"id\";i:11870;s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569429964;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:495;s:16:\"popularity_index\";i:662;s:11:\"trend_index\";i:816;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:673;a:19:{s:4:\"tmpl\";i:903;s:2:\"id\";i:11897;s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569494236;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/portfolio-project-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:496;s:16:\"popularity_index\";i:733;s:11:\"trend_index\";i:744;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:674;a:19:{s:4:\"tmpl\";i:894;s:2:\"id\";i:11877;s:5:\"title\";s:27:\"Portfolio &#8211; Project 3\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project3_small.png\";s:12:\"tmpl_created\";i:1569429954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:498;s:16:\"popularity_index\";i:692;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:675;a:19:{s:4:\"tmpl\";i:597;s:2:\"id\";i:5019;s:5:\"title\";s:11:\"Portfolio 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_1.png\";s:12:\"tmpl_created\";i:1520520580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:500;s:16:\"popularity_index\";i:170;s:11:\"trend_index\";i:236;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:676;a:19:{s:4:\"tmpl\";i:609;s:2:\"id\";i:5141;s:5:\"title\";s:12:\"Portfolio 10\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_10.png\";s:12:\"tmpl_created\";i:1520520601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:503;s:16:\"popularity_index\";i:416;s:11:\"trend_index\";i:478;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:677;a:19:{s:4:\"tmpl\";i:598;s:2:\"id\";i:5027;s:5:\"title\";s:12:\"Portfolio 11\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_2.png\";s:12:\"tmpl_created\";i:1520520581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:504;s:16:\"popularity_index\";i:304;s:11:\"trend_index\";i:421;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:678;a:19:{s:4:\"tmpl\";i:599;s:2:\"id\";i:5037;s:5:\"title\";s:12:\"Portfolio 12\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_3.png\";s:12:\"tmpl_created\";i:1520520583;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:507;s:16:\"popularity_index\";i:279;s:11:\"trend_index\";i:399;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:679;a:19:{s:4:\"tmpl\";i:600;s:2:\"id\";i:5057;s:5:\"title\";s:12:\"Portfolio 13\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_4.png\";s:12:\"tmpl_created\";i:1520520586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:509;s:16:\"popularity_index\";i:239;s:11:\"trend_index\";i:288;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:680;a:19:{s:4:\"tmpl\";i:601;s:2:\"id\";i:5071;s:5:\"title\";s:12:\"Portfolio 14\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_5.png\";s:12:\"tmpl_created\";i:1520520588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:511;s:16:\"popularity_index\";i:276;s:11:\"trend_index\";i:329;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:681;a:19:{s:4:\"tmpl\";i:603;s:2:\"id\";i:5090;s:5:\"title\";s:12:\"Portfolio 15\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_6.png\";s:12:\"tmpl_created\";i:1520520591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:513;s:16:\"popularity_index\";i:186;s:11:\"trend_index\";i:283;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:682;a:19:{s:4:\"tmpl\";i:604;s:2:\"id\";i:5098;s:5:\"title\";s:12:\"Portfolio 16\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_7.png\";s:12:\"tmpl_created\";i:1520520593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:515;s:16:\"popularity_index\";i:156;s:11:\"trend_index\";i:211;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:683;a:19:{s:4:\"tmpl\";i:606;s:2:\"id\";i:5115;s:5:\"title\";s:12:\"Portfolio 17\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_8.png\";s:12:\"tmpl_created\";i:1520520596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:517;s:16:\"popularity_index\";i:19;s:11:\"trend_index\";i:22;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:684;a:19:{s:4:\"tmpl\";i:608;s:2:\"id\";i:5133;s:5:\"title\";s:12:\"Portfolio 18\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_9.png\";s:12:\"tmpl_created\";i:1520520599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:519;s:16:\"popularity_index\";i:180;s:11:\"trend_index\";i:280;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:685;a:19:{s:4:\"tmpl\";i:610;s:2:\"id\";i:5149;s:5:\"title\";s:11:\"Portfolio 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_10.png\";s:12:\"tmpl_created\";i:1520520602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:521;s:16:\"popularity_index\";i:413;s:11:\"trend_index\";i:635;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:686;a:19:{s:4:\"tmpl\";i:468;s:2:\"id\";i:5045;s:5:\"title\";s:11:\"Portfolio 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_2.png\";s:12:\"tmpl_created\";i:1520443423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:523;s:16:\"popularity_index\";i:636;s:11:\"trend_index\";i:608;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:687;a:19:{s:4:\"tmpl\";i:602;s:2:\"id\";i:5082;s:5:\"title\";s:11:\"Portfolio 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_4.png\";s:12:\"tmpl_created\";i:1520520589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:524;s:16:\"popularity_index\";i:558;s:11:\"trend_index\";i:654;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:688;a:19:{s:4:\"tmpl\";i:605;s:2:\"id\";i:5107;s:5:\"title\";s:11:\"Portfolio 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_7.png\";s:12:\"tmpl_created\";i:1520520594;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:527;s:16:\"popularity_index\";i:380;s:11:\"trend_index\";i:347;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:689;a:19:{s:4:\"tmpl\";i:607;s:2:\"id\";i:5125;s:5:\"title\";s:11:\"Portfolio 6\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_8.png\";s:12:\"tmpl_created\";i:1520520597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:529;s:16:\"popularity_index\";i:236;s:11:\"trend_index\";i:386;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:690;a:19:{s:4:\"tmpl\";i:596;s:2:\"id\";i:5007;s:5:\"title\";s:11:\"Portfolio 7\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_1.png\";s:12:\"tmpl_created\";i:1520520578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:530;s:16:\"popularity_index\";i:44;s:11:\"trend_index\";i:183;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:691;a:19:{s:4:\"tmpl\";i:434;s:2:\"id\";i:4509;s:5:\"title\";s:9:\"Pricing 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_1.png\";s:12:\"tmpl_created\";i:1520443310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:532;s:16:\"popularity_index\";i:703;s:11:\"trend_index\";i:641;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:692;a:19:{s:4:\"tmpl\";i:439;s:2:\"id\";i:4553;s:5:\"title\";s:10:\"Pricing 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_4.png\";s:12:\"tmpl_created\";i:1520443319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:534;s:16:\"popularity_index\";i:511;s:11:\"trend_index\";i:506;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:693;a:19:{s:4:\"tmpl\";i:441;s:2:\"id\";i:4572;s:5:\"title\";s:10:\"Pricing 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_5.png\";s:12:\"tmpl_created\";i:1520443324;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:537;s:16:\"popularity_index\";i:308;s:11:\"trend_index\";i:248;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:694;a:19:{s:4:\"tmpl\";i:442;s:2:\"id\";i:4580;s:5:\"title\";s:10:\"Pricing 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_6.png\";s:12:\"tmpl_created\";i:1520443326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:539;s:16:\"popularity_index\";i:576;s:11:\"trend_index\";i:526;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:695;a:19:{s:4:\"tmpl\";i:444;s:2:\"id\";i:4597;s:5:\"title\";s:10:\"Pricing 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_7.png\";s:12:\"tmpl_created\";i:1520443330;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:540;s:16:\"popularity_index\";i:613;s:11:\"trend_index\";i:450;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:696;a:19:{s:4:\"tmpl\";i:446;s:2:\"id\";i:4613;s:5:\"title\";s:10:\"Pricing 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_8.png\";s:12:\"tmpl_created\";i:1520443334;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:543;s:16:\"popularity_index\";i:581;s:11:\"trend_index\";i:568;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:697;a:19:{s:4:\"tmpl\";i:436;s:2:\"id\";i:4529;s:5:\"title\";s:9:\"Pricing 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_2.png\";s:12:\"tmpl_created\";i:1520443314;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:545;s:16:\"popularity_index\";i:609;s:11:\"trend_index\";i:613;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:698;a:19:{s:4:\"tmpl\";i:438;s:2:\"id\";i:4545;s:5:\"title\";s:9:\"Pricing 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_3.png\";s:12:\"tmpl_created\";i:1520443317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:547;s:16:\"popularity_index\";i:707;s:11:\"trend_index\";i:825;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:699;a:19:{s:4:\"tmpl\";i:440;s:2:\"id\";i:4562;s:5:\"title\";s:9:\"Pricing 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_4.png\";s:12:\"tmpl_created\";i:1520443322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:549;s:16:\"popularity_index\";i:697;s:11:\"trend_index\";i:821;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:700;a:19:{s:4:\"tmpl\";i:443;s:2:\"id\";i:4589;s:5:\"title\";s:9:\"Pricing 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_6.png\";s:12:\"tmpl_created\";i:1520443327;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:551;s:16:\"popularity_index\";i:716;s:11:\"trend_index\";i:639;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:701;a:19:{s:4:\"tmpl\";i:445;s:2:\"id\";i:4605;s:5:\"title\";s:9:\"Pricing 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_7.png\";s:12:\"tmpl_created\";i:1520443332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:553;s:16:\"popularity_index\";i:738;s:11:\"trend_index\";i:773;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:702;a:19:{s:4:\"tmpl\";i:433;s:2:\"id\";i:4500;s:5:\"title\";s:9:\"Pricing 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_1.png\";s:12:\"tmpl_created\";i:1520443308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:554;s:16:\"popularity_index\";i:500;s:11:\"trend_index\";i:451;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:703;a:19:{s:4:\"tmpl\";i:435;s:2:\"id\";i:4521;s:5:\"title\";s:9:\"Pricing 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_2.png\";s:12:\"tmpl_created\";i:1520443312;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:557;s:16:\"popularity_index\";i:311;s:11:\"trend_index\";i:372;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:704;a:19:{s:4:\"tmpl\";i:437;s:2:\"id\";i:4537;s:5:\"title\";s:9:\"Pricing 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_3.png\";s:12:\"tmpl_created\";i:1520443315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:559;s:16:\"popularity_index\";i:589;s:11:\"trend_index\";i:841;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:705;a:19:{s:4:\"tmpl\";i:1046;s:2:\"id\";i:15204;s:5:\"title\";s:24:\"Psychologist &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/09/404.jpg\";s:12:\"tmpl_created\";i:1600161419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/psychologist-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:564;s:16:\"popularity_index\";i:574;s:11:\"trend_index\";i:493;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:706;a:19:{s:4:\"tmpl\";i:1047;s:2:\"id\";i:15212;s:5:\"title\";s:28:\"Psychologist &#8211; Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Blog.jpg\";s:12:\"tmpl_created\";i:1600162340;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/psychologist-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:565;s:16:\"popularity_index\";i:379;s:11:\"trend_index\";i:358;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:707;a:19:{s:4:\"tmpl\";i:1048;s:2:\"id\";i:15219;s:5:\"title\";s:27:\"Psychologist &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Footer.jpg\";s:12:\"tmpl_created\";i:1600163069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Footer\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:566;s:16:\"popularity_index\";i:599;s:11:\"trend_index\";i:500;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:708;a:19:{s:4:\"tmpl\";i:701;s:2:\"id\";i:9239;s:5:\"title\";s:17:\"product archive 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-1.png\";s:12:\"tmpl_created\";i:1532953482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:566;s:16:\"popularity_index\";i:60;s:11:\"trend_index\";i:25;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:709;a:19:{s:4:\"tmpl\";i:1049;s:2:\"id\";i:15230;s:5:\"title\";s:27:\"Psychologist &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Header.png\";s:12:\"tmpl_created\";i:1600163444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"Header\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:567;s:16:\"popularity_index\";i:429;s:11:\"trend_index\";i:423;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:710;a:19:{s:4:\"tmpl\";i:702;s:2:\"id\";i:9247;s:5:\"title\";s:17:\"product archive 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-2.png\";s:12:\"tmpl_created\";i:1532953793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:567;s:16:\"popularity_index\";i:71;s:11:\"trend_index\";i:30;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:711;a:19:{s:4:\"tmpl\";i:1050;s:2:\"id\";i:15240;s:5:\"title\";s:34:\"Psychologist &#8211; single post 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Post.png\";s:12:\"tmpl_created\";i:1600164087;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:568;s:16:\"popularity_index\";i:562;s:11:\"trend_index\";i:570;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:712;a:19:{s:4:\"tmpl\";i:703;s:2:\"id\";i:9254;s:5:\"title\";s:17:\"product archive 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-3.png\";s:12:\"tmpl_created\";i:1532954032;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:568;s:16:\"popularity_index\";i:73;s:11:\"trend_index\";i:44;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:713;a:19:{s:4:\"tmpl\";i:1051;s:2:\"id\";i:15251;s:5:\"title\";s:34:\"Psychologist &#8211; single post 2\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Service-Page.png\";s:12:\"tmpl_created\";i:1600165179;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:569;s:16:\"popularity_index\";i:507;s:11:\"trend_index\";i:368;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:714;a:19:{s:4:\"tmpl\";i:412;s:2:\"id\";i:4313;s:5:\"title\";s:11:\"Services 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_8.png\";s:12:\"tmpl_created\";i:1520443268;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:570;s:16:\"popularity_index\";i:115;s:11:\"trend_index\";i:53;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:715;a:19:{s:4:\"tmpl\";i:413;s:2:\"id\";i:4324;s:5:\"title\";s:11:\"Services 14\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_9.png\";s:12:\"tmpl_created\";i:1520443270;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:571;s:16:\"popularity_index\";i:277;s:11:\"trend_index\";i:138;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:716;a:19:{s:4:\"tmpl\";i:418;s:2:\"id\";i:4368;s:5:\"title\";s:11:\"Services 16\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_13.png\";s:12:\"tmpl_created\";i:1520443279;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:572;s:16:\"popularity_index\";i:62;s:11:\"trend_index\";i:59;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:717;a:19:{s:4:\"tmpl\";i:420;s:2:\"id\";i:4391;s:5:\"title\";s:11:\"Services 17\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_14.png\";s:12:\"tmpl_created\";i:1520443283;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:573;s:16:\"popularity_index\";i:153;s:11:\"trend_index\";i:120;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:718;a:19:{s:4:\"tmpl\";i:403;s:2:\"id\";i:4235;s:5:\"title\";s:11:\"Services 18\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_2.png\";s:12:\"tmpl_created\";i:1520443251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:574;s:16:\"popularity_index\";i:273;s:11:\"trend_index\";i:172;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:719;a:19:{s:4:\"tmpl\";i:417;s:2:\"id\";i:4357;s:5:\"title\";s:11:\"Services 20\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_12.png\";s:12:\"tmpl_created\";i:1520443277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:575;s:16:\"popularity_index\";i:45;s:11:\"trend_index\";i:45;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:720;a:19:{s:4:\"tmpl\";i:415;s:2:\"id\";i:4341;s:5:\"title\";s:11:\"Services 21\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_11.png\";s:12:\"tmpl_created\";i:1520443274;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:576;s:16:\"popularity_index\";i:142;s:11:\"trend_index\";i:114;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:721;a:19:{s:4:\"tmpl\";i:414;s:2:\"id\";i:4332;s:5:\"title\";s:11:\"Services 22\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_10.png\";s:12:\"tmpl_created\";i:1520443272;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:577;s:16:\"popularity_index\";i:138;s:11:\"trend_index\";i:149;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:722;a:19:{s:4:\"tmpl\";i:401;s:2:\"id\";i:4212;s:5:\"title\";s:11:\"Services 23\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_1.png\";s:12:\"tmpl_created\";i:1520443248;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:578;s:16:\"popularity_index\";i:136;s:11:\"trend_index\";i:302;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:723;a:19:{s:4:\"tmpl\";i:408;s:2:\"id\";i:4276;s:5:\"title\";s:11:\"Services 24\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_4.png\";s:12:\"tmpl_created\";i:1520443261;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:579;s:16:\"popularity_index\";i:353;s:11:\"trend_index\";i:514;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:724;a:19:{s:4:\"tmpl\";i:406;s:2:\"id\";i:4260;s:5:\"title\";s:11:\"Services 25\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_3.png\";s:12:\"tmpl_created\";i:1520443257;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-25/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:580;s:16:\"popularity_index\";i:184;s:11:\"trend_index\";i:209;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:725;a:19:{s:4:\"tmpl\";i:404;s:2:\"id\";i:4244;s:5:\"title\";s:11:\"Services 26\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_2.png\";s:12:\"tmpl_created\";i:1520443253;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:581;s:16:\"popularity_index\";i:544;s:11:\"trend_index\";i:596;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:726;a:19:{s:4:\"tmpl\";i:421;s:2:\"id\";i:4400;s:5:\"title\";s:11:\"Services 27\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_13.png\";s:12:\"tmpl_created\";i:1520443285;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:582;s:16:\"popularity_index\";i:286;s:11:\"trend_index\";i:438;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:727;a:19:{s:4:\"tmpl\";i:419;s:2:\"id\";i:4376;s:5:\"title\";s:11:\"Services 28\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_12.png\";s:12:\"tmpl_created\";i:1520443281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-28/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:583;s:16:\"popularity_index\";i:151;s:11:\"trend_index\";i:249;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:728;a:19:{s:4:\"tmpl\";i:416;s:2:\"id\";i:4349;s:5:\"title\";s:11:\"Services 29\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_11.png\";s:12:\"tmpl_created\";i:1520443275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:584;s:16:\"popularity_index\";i:330;s:11:\"trend_index\";i:483;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:729;a:19:{s:4:\"tmpl\";i:402;s:2:\"id\";i:4227;s:5:\"title\";s:11:\"Services 30\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_1.png\";s:12:\"tmpl_created\";i:1520443250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-30/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:585;s:16:\"popularity_index\";i:351;s:11:\"trend_index\";i:553;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:730;a:19:{s:4:\"tmpl\";i:560;s:2:\"id\";i:6162;s:5:\"title\";s:11:\"Services 31\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_1.png\";s:12:\"tmpl_created\";i:1520443668;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-31/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:586;s:16:\"popularity_index\";i:372;s:11:\"trend_index\";i:550;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:731;a:19:{s:4:\"tmpl\";i:411;s:2:\"id\";i:4302;s:5:\"title\";s:10:\"Services 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_7.png\";s:12:\"tmpl_created\";i:1520443266;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:587;s:16:\"popularity_index\";i:58;s:11:\"trend_index\";i:97;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:732;a:19:{s:4:\"tmpl\";i:410;s:2:\"id\";i:4293;s:5:\"title\";s:10:\"Services 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_6.png\";s:12:\"tmpl_created\";i:1520443265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:588;s:16:\"popularity_index\";i:288;s:11:\"trend_index\";i:269;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:733;a:19:{s:4:\"tmpl\";i:409;s:2:\"id\";i:4284;s:5:\"title\";s:10:\"Services 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_5.png\";s:12:\"tmpl_created\";i:1520443263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:589;s:16:\"popularity_index\";i:27;s:11:\"trend_index\";i:21;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:734;a:19:{s:4:\"tmpl\";i:407;s:2:\"id\";i:4268;s:5:\"title\";s:10:\"Services 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_4.png\";s:12:\"tmpl_created\";i:1520443259;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:590;s:16:\"popularity_index\";i:173;s:11:\"trend_index\";i:213;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:735;a:19:{s:4:\"tmpl\";i:405;s:2:\"id\";i:4252;s:5:\"title\";s:10:\"Services 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_3.png\";s:12:\"tmpl_created\";i:1520443255;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:591;s:16:\"popularity_index\";i:46;s:11:\"trend_index\";i:99;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:736;a:19:{s:4:\"tmpl\";i:677;s:2:\"id\";i:8676;s:5:\"title\";s:13:\"single page 1\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.6.jpg\";s:12:\"tmpl_created\";i:1527682423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:592;s:16:\"popularity_index\";i:285;s:11:\"trend_index\";i:145;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:737;a:19:{s:4:\"tmpl\";i:678;s:2:\"id\";i:8678;s:5:\"title\";s:13:\"single page 2\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.2.jpg\";s:12:\"tmpl_created\";i:1527682780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:593;s:16:\"popularity_index\";i:140;s:11:\"trend_index\";i:82;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:738;a:19:{s:4:\"tmpl\";i:679;s:2:\"id\";i:8679;s:5:\"title\";s:13:\"single page 3\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.3.jpg\";s:12:\"tmpl_created\";i:1527682847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:594;s:16:\"popularity_index\";i:122;s:11:\"trend_index\";i:23;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:739;a:19:{s:4:\"tmpl\";i:680;s:2:\"id\";i:8680;s:5:\"title\";s:13:\"single page 4\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.1.jpg\";s:12:\"tmpl_created\";i:1527682896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:595;s:16:\"popularity_index\";i:373;s:11:\"trend_index\";i:190;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:740;a:19:{s:4:\"tmpl\";i:681;s:2:\"id\";i:8681;s:5:\"title\";s:13:\"single page 5\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.5.jpg\";s:12:\"tmpl_created\";i:1527682969;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:596;s:16:\"popularity_index\";i:287;s:11:\"trend_index\";i:218;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:741;a:19:{s:4:\"tmpl\";i:682;s:2:\"id\";i:8682;s:5:\"title\";s:13:\"single page 6\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.4.jpg\";s:12:\"tmpl_created\";i:1527683026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:597;s:16:\"popularity_index\";i:412;s:11:\"trend_index\";i:227;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:742;a:19:{s:4:\"tmpl\";i:683;s:2:\"id\";i:8703;s:5:\"title\";s:13:\"single page 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.7.jpg\";s:12:\"tmpl_created\";i:1527683072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:598;s:16:\"popularity_index\";i:401;s:11:\"trend_index\";i:316;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:743;a:19:{s:4:\"tmpl\";i:640;s:2:\"id\";i:7650;s:5:\"title\";s:13:\"Single Post 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_1_v2.jpg\";s:12:\"tmpl_created\";i:1521557736;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:599;s:16:\"popularity_index\";i:119;s:11:\"trend_index\";i:266;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:744;a:19:{s:4:\"tmpl\";i:639;s:2:\"id\";i:7663;s:5:\"title\";s:13:\"Single Post 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_2_v2.jpg\";s:12:\"tmpl_created\";i:1521547761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:600;s:16:\"popularity_index\";i:50;s:11:\"trend_index\";i:139;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:745;a:19:{s:4:\"tmpl\";i:705;s:2:\"id\";i:9296;s:5:\"title\";s:13:\"Single Post 3\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3002.jpg\";s:12:\"tmpl_created\";i:1537440673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:601;s:16:\"popularity_index\";i:213;s:11:\"trend_index\";i:204;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:746;a:19:{s:4:\"tmpl\";i:704;s:2:\"id\";i:9301;s:5:\"title\";s:13:\"Single Post 4\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3003.jpg\";s:12:\"tmpl_created\";i:1537440661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:602;s:16:\"popularity_index\";i:248;s:11:\"trend_index\";i:336;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:747;a:19:{s:4:\"tmpl\";i:706;s:2:\"id\";i:9313;s:5:\"title\";s:13:\"Single Post 5\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3001.jpg\";s:12:\"tmpl_created\";i:1537440798;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:603;s:16:\"popularity_index\";i:197;s:11:\"trend_index\";i:177;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:748;a:19:{s:4:\"tmpl\";i:707;s:2:\"id\";i:9343;s:5:\"title\";s:13:\"Single Post 6\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3004.jpg\";s:12:\"tmpl_created\";i:1537443531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:604;s:16:\"popularity_index\";i:228;s:11:\"trend_index\";i:279;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:749;a:19:{s:4:\"tmpl\";i:708;s:2:\"id\";i:9349;s:5:\"title\";s:13:\"Single Post 7\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3005.jpg\";s:12:\"tmpl_created\";i:1537443903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:605;s:16:\"popularity_index\";i:158;s:11:\"trend_index\";i:253;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:750;a:19:{s:4:\"tmpl\";i:555;s:2:\"id\";i:6114;s:5:\"title\";s:7:\"Stats 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_6.png\";s:12:\"tmpl_created\";i:1520443659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:610;s:16:\"popularity_index\";i:434;s:11:\"trend_index\";i:692;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:751;a:19:{s:4:\"tmpl\";i:562;s:2:\"id\";i:6178;s:5:\"title\";s:8:\"Stats 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_2.png\";s:12:\"tmpl_created\";i:1520443676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:611;s:16:\"popularity_index\";i:435;s:11:\"trend_index\";i:755;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:752;a:19:{s:4:\"tmpl\";i:561;s:2:\"id\";i:6170;s:5:\"title\";s:8:\"Stats 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_2.png\";s:12:\"tmpl_created\";i:1520443670;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:612;s:16:\"popularity_index\";i:366;s:11:\"trend_index\";i:552;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:753;a:19:{s:4:\"tmpl\";i:697;s:2:\"id\";i:9174;s:5:\"title\";s:17:\"single product 01\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product01_350.png\";s:12:\"tmpl_created\";i:1532950125;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:612;s:16:\"popularity_index\";i:31;s:11:\"trend_index\";i:6;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:754;a:19:{s:4:\"tmpl\";i:563;s:2:\"id\";i:6186;s:5:\"title\";s:8:\"Stats 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_3.png\";s:12:\"tmpl_created\";i:1520443678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:613;s:16:\"popularity_index\";i:569;s:11:\"trend_index\";i:811;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:755;a:19:{s:4:\"tmpl\";i:698;s:2:\"id\";i:9178;s:5:\"title\";s:17:\"single product 02\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product02_350new.png\";s:12:\"tmpl_created\";i:1532951997;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:613;s:16:\"popularity_index\";i:66;s:11:\"trend_index\";i:42;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:756;a:19:{s:4:\"tmpl\";i:550;s:2:\"id\";i:6071;s:5:\"title\";s:8:\"Stats 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_3.png\";s:12:\"tmpl_created\";i:1520443649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:614;s:16:\"popularity_index\";i:168;s:11:\"trend_index\";i:328;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:757;a:19:{s:4:\"tmpl\";i:699;s:2:\"id\";i:9180;s:5:\"title\";s:17:\"single product 03\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product03_350.png\";s:12:\"tmpl_created\";i:1532952302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:614;s:16:\"popularity_index\";i:108;s:11:\"trend_index\";i:66;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:758;a:19:{s:4:\"tmpl\";i:554;s:2:\"id\";i:6106;s:5:\"title\";s:7:\"Stats 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_6.png\";s:12:\"tmpl_created\";i:1520443657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:615;s:16:\"popularity_index\";i:361;s:11:\"trend_index\";i:784;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:759;a:19:{s:4:\"tmpl\";i:700;s:2:\"id\";i:9182;s:5:\"title\";s:17:\"single product 04\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product040_350.png\";s:12:\"tmpl_created\";i:1532952606;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:615;s:16:\"popularity_index\";i:123;s:11:\"trend_index\";i:81;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:760;a:19:{s:4:\"tmpl\";i:551;s:2:\"id\";i:6079;s:5:\"title\";s:7:\"Stats 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_4.png\";s:12:\"tmpl_created\";i:1520443651;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:616;s:16:\"popularity_index\";i:284;s:11:\"trend_index\";i:385;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:761;a:19:{s:4:\"tmpl\";i:552;s:2:\"id\";i:6089;s:5:\"title\";s:7:\"Stats 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_5.png\";s:12:\"tmpl_created\";i:1520443653;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:617;s:16:\"popularity_index\";i:205;s:11:\"trend_index\";i:452;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:762;a:19:{s:4:\"tmpl\";i:549;s:2:\"id\";i:6063;s:5:\"title\";s:7:\"Stats 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_2.png\";s:12:\"tmpl_created\";i:1520443647;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:618;s:16:\"popularity_index\";i:181;s:11:\"trend_index\";i:419;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:763;a:19:{s:4:\"tmpl\";i:553;s:2:\"id\";i:6097;s:5:\"title\";s:7:\"Stats 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_2.png\";s:12:\"tmpl_created\";i:1520443655;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:619;s:16:\"popularity_index\";i:264;s:11:\"trend_index\";i:492;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:764;a:19:{s:4:\"tmpl\";i:538;s:2:\"id\";i:5956;s:5:\"title\";s:7:\"Stats 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_1.png\";s:12:\"tmpl_created\";i:1520443623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:620;s:16:\"popularity_index\";i:532;s:11:\"trend_index\";i:541;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:765;a:19:{s:4:\"tmpl\";i:537;s:2:\"id\";i:5947;s:5:\"title\";s:7:\"Stats 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_1.png\";s:12:\"tmpl_created\";i:1520443621;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:621;s:16:\"popularity_index\";i:368;s:11:\"trend_index\";i:531;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:766;a:19:{s:4:\"tmpl\";i:559;s:2:\"id\";i:6152;s:5:\"title\";s:7:\"Stats 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_1.png\";s:12:\"tmpl_created\";i:1520443666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:622;s:16:\"popularity_index\";i:272;s:11:\"trend_index\";i:557;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:767;a:19:{s:4:\"tmpl\";i:469;s:2:\"id\";i:5157;s:5:\"title\";s:11:\"Subscribe 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_1.png\";s:12:\"tmpl_created\";i:1520443448;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:623;s:16:\"popularity_index\";i:340;s:11:\"trend_index\";i:293;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:768;a:19:{s:4:\"tmpl\";i:472;s:2:\"id\";i:5181;s:5:\"title\";s:11:\"Subscribe 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_2.png\";s:12:\"tmpl_created\";i:1520443454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/subscribe-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:624;s:16:\"popularity_index\";i:451;s:11:\"trend_index\";i:340;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:769;a:19:{s:4:\"tmpl\";i:470;s:2:\"id\";i:5165;s:5:\"title\";s:11:\"Subscribe 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_1.png\";s:12:\"tmpl_created\";i:1520443450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:625;s:16:\"popularity_index\";i:520;s:11:\"trend_index\";i:620;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:770;a:19:{s:4:\"tmpl\";i:477;s:2:\"id\";i:5222;s:5:\"title\";s:11:\"Subscribe 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_3.png\";s:12:\"tmpl_created\";i:1520443464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:626;s:16:\"popularity_index\";i:397;s:11:\"trend_index\";i:427;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:771;a:19:{s:4:\"tmpl\";i:471;s:2:\"id\";i:5173;s:5:\"title\";s:11:\"Subscribe 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_2.png\";s:12:\"tmpl_created\";i:1520443452;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:627;s:16:\"popularity_index\";i:261;s:11:\"trend_index\";i:237;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:772;a:19:{s:4:\"tmpl\";i:465;s:2:\"id\";i:4801;s:5:\"title\";s:7:\"Team 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_8.png\";s:12:\"tmpl_created\";i:1520443369;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:628;s:16:\"popularity_index\";i:332;s:11:\"trend_index\";i:188;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:773;a:19:{s:4:\"tmpl\";i:462;s:2:\"id\";i:4770;s:5:\"title\";s:7:\"Team 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_6.png\";s:12:\"tmpl_created\";i:1520443364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/team-12-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:629;s:16:\"popularity_index\";i:432;s:11:\"trend_index\";i:488;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:774;a:19:{s:4:\"tmpl\";i:458;s:2:\"id\";i:4727;s:5:\"title\";s:7:\"Team 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_2.png\";s:12:\"tmpl_created\";i:1520443356;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:630;s:16:\"popularity_index\";i:375;s:11:\"trend_index\";i:345;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:775;a:19:{s:4:\"tmpl\";i:543;s:2:\"id\";i:5999;s:5:\"title\";s:7:\"Team 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_10.png\";s:12:\"tmpl_created\";i:1520443634;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:631;s:16:\"popularity_index\";i:110;s:11:\"trend_index\";i:318;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:776;a:19:{s:4:\"tmpl\";i:455;s:2:\"id\";i:4698;s:5:\"title\";s:7:\"Team 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_1.png\";s:12:\"tmpl_created\";i:1520443350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:632;s:16:\"popularity_index\";i:449;s:11:\"trend_index\";i:410;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:777;a:19:{s:4:\"tmpl\";i:463;s:2:\"id\";i:4781;s:5:\"title\";s:7:\"Team 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_7.png\";s:12:\"tmpl_created\";i:1520443365;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:633;s:16:\"popularity_index\";i:267;s:11:\"trend_index\";i:330;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:778;a:19:{s:4:\"tmpl\";i:558;s:2:\"id\";i:6144;s:5:\"title\";s:7:\"Team 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_11.png\";s:12:\"tmpl_created\";i:1520443664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:634;s:16:\"popularity_index\";i:166;s:11:\"trend_index\";i:365;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:779;a:19:{s:4:\"tmpl\";i:464;s:2:\"id\";i:4793;s:5:\"title\";s:7:\"Team 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_8.png\";s:12:\"tmpl_created\";i:1520443367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:635;s:16:\"popularity_index\";i:207;s:11:\"trend_index\";i:173;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:780;a:19:{s:4:\"tmpl\";i:466;s:2:\"id\";i:4809;s:5:\"title\";s:7:\"Team 19\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_9.png\";s:12:\"tmpl_created\";i:1520443371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:636;s:16:\"popularity_index\";i:300;s:11:\"trend_index\";i:465;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:781;a:19:{s:4:\"tmpl\";i:459;s:2:\"id\";i:4736;s:5:\"title\";s:7:\"Team 20\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_4.png\";s:12:\"tmpl_created\";i:1520443358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:637;s:16:\"popularity_index\";i:144;s:11:\"trend_index\";i:159;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:782;a:19:{s:4:\"tmpl\";i:467;s:2:\"id\";i:4818;s:5:\"title\";s:7:\"Team 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_9.png\";s:12:\"tmpl_created\";i:1520443373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:638;s:16:\"popularity_index\";i:515;s:11:\"trend_index\";i:606;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:783;a:19:{s:4:\"tmpl\";i:461;s:2:\"id\";i:4759;s:5:\"title\";s:7:\"Team 22\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_5.png\";s:12:\"tmpl_created\";i:1520443362;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:639;s:16:\"popularity_index\";i:299;s:11:\"trend_index\";i:376;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:784;a:19:{s:4:\"tmpl\";i:460;s:2:\"id\";i:4746;s:5:\"title\";s:7:\"Team 23\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_4.png\";s:12:\"tmpl_created\";i:1520443360;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:640;s:16:\"popularity_index\";i:282;s:11:\"trend_index\";i:378;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:785;a:19:{s:4:\"tmpl\";i:457;s:2:\"id\";i:4718;s:5:\"title\";s:6:\"Team 4\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_3.png\";s:12:\"tmpl_created\";i:1520443354;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:641;s:16:\"popularity_index\";i:192;s:11:\"trend_index\";i:359;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:786;a:19:{s:4:\"tmpl\";i:456;s:2:\"id\";i:4706;s:5:\"title\";s:6:\"Team 5\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_2.png\";s:12:\"tmpl_created\";i:1520443352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:642;s:16:\"popularity_index\";i:149;s:11:\"trend_index\";i:299;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:787;a:19:{s:4:\"tmpl\";i:544;s:2:\"id\";i:6008;s:5:\"title\";s:6:\"Team 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_10.png\";s:12:\"tmpl_created\";i:1520443636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:643;s:16:\"popularity_index\";i:75;s:11:\"trend_index\";i:277;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:788;a:19:{s:4:\"tmpl\";i:454;s:2:\"id\";i:4690;s:5:\"title\";s:6:\"Team 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_1.png\";s:12:\"tmpl_created\";i:1520443348;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:644;s:16:\"popularity_index\";i:243;s:11:\"trend_index\";i:402;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:789;a:19:{s:4:\"tmpl\";i:586;s:2:\"id\";i:4921;s:5:\"title\";s:14:\"Testimonial 10\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_5.png\";s:12:\"tmpl_created\";i:1520520562;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:645;s:16:\"popularity_index\";i:219;s:11:\"trend_index\";i:198;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:790;a:19:{s:4:\"tmpl\";i:582;s:2:\"id\";i:4889;s:5:\"title\";s:14:\"Testimonial 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-2.jpg\";s:12:\"tmpl_created\";i:1520520556;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:646;s:16:\"popularity_index\";i:557;s:11:\"trend_index\";i:522;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:791;a:19:{s:4:\"tmpl\";i:580;s:2:\"id\";i:4871;s:5:\"title\";s:14:\"Testimonial 12\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_3.png\";s:12:\"tmpl_created\";i:1520520552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:647;s:16:\"popularity_index\";i:262;s:11:\"trend_index\";i:391;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:792;a:19:{s:4:\"tmpl\";i:578;s:2:\"id\";i:4854;s:5:\"title\";s:14:\"Testimonial 13\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_2.png\";s:12:\"tmpl_created\";i:1520520549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:648;s:16:\"popularity_index\";i:637;s:11:\"trend_index\";i:741;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:793;a:19:{s:4:\"tmpl\";i:595;s:2:\"id\";i:4995;s:5:\"title\";s:14:\"Testimonial 14\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_12.png\";s:12:\"tmpl_created\";i:1520520577;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:649;s:16:\"popularity_index\";i:400;s:11:\"trend_index\";i:411;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:794;a:19:{s:4:\"tmpl\";i:593;s:2:\"id\";i:4979;s:5:\"title\";s:14:\"Testimonial 15\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_10.png\";s:12:\"tmpl_created\";i:1520520573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:650;s:16:\"popularity_index\";i:568;s:11:\"trend_index\";i:544;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:795;a:19:{s:4:\"tmpl\";i:576;s:2:\"id\";i:4835;s:5:\"title\";s:14:\"Testimonial 16\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_1.png\";s:12:\"tmpl_created\";i:1520520546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:651;s:16:\"popularity_index\";i:399;s:11:\"trend_index\";i:401;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:796;a:19:{s:4:\"tmpl\";i:594;s:2:\"id\";i:4987;s:5:\"title\";s:14:\"Testimonial 17\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_12-1.png\";s:12:\"tmpl_created\";i:1520520575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:652;s:16:\"popularity_index\";i:159;s:11:\"trend_index\";i:199;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:797;a:19:{s:4:\"tmpl\";i:577;s:2:\"id\";i:4843;s:5:\"title\";s:14:\"Testimonial 18\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_2.png\";s:12:\"tmpl_created\";i:1520520548;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:653;s:16:\"popularity_index\";i:457;s:11:\"trend_index\";i:780;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:798;a:19:{s:4:\"tmpl\";i:579;s:2:\"id\";i:4863;s:5:\"title\";s:14:\"Testimonial 19\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_3.png\";s:12:\"tmpl_created\";i:1520520551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:654;s:16:\"popularity_index\";i:245;s:11:\"trend_index\";i:599;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:799;a:19:{s:4:\"tmpl\";i:581;s:2:\"id\";i:4880;s:5:\"title\";s:14:\"Testimonial 20\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-1.jpg\";s:12:\"tmpl_created\";i:1520520554;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:655;s:16:\"popularity_index\";i:446;s:11:\"trend_index\";i:653;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:800;a:19:{s:4:\"tmpl\";i:583;s:2:\"id\";i:4897;s:5:\"title\";s:14:\"Testimonial 21\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_5.png\";s:12:\"tmpl_created\";i:1520520557;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:656;s:16:\"popularity_index\";i:78;s:11:\"trend_index\";i:289;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:801;a:19:{s:4:\"tmpl\";i:584;s:2:\"id\";i:4905;s:5:\"title\";s:14:\"Testimonial 22\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_6.png\";s:12:\"tmpl_created\";i:1520520559;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:657;s:16:\"popularity_index\";i:121;s:11:\"trend_index\";i:221;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:802;a:19:{s:4:\"tmpl\";i:585;s:2:\"id\";i:4913;s:5:\"title\";s:14:\"Testimonial 23\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_7.png\";s:12:\"tmpl_created\";i:1520520561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:658;s:16:\"popularity_index\";i:247;s:11:\"trend_index\";i:566;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:803;a:19:{s:4:\"tmpl\";i:575;s:2:\"id\";i:4826;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_1.png\";s:12:\"tmpl_created\";i:1520520544;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/testimonial-24-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:659;s:16:\"popularity_index\";i:256;s:11:\"trend_index\";i:395;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:804;a:19:{s:4:\"tmpl\";i:587;s:2:\"id\";i:4929;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_8.png\";s:12:\"tmpl_created\";i:1520520564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:660;s:16:\"popularity_index\";i:49;s:11:\"trend_index\";i:206;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:805;a:19:{s:4:\"tmpl\";i:591;s:2:\"id\";i:4963;s:5:\"title\";s:14:\"Testimonial 25\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_10.png\";s:12:\"tmpl_created\";i:1520520570;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/testimonial-25-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:661;s:16:\"popularity_index\";i:417;s:11:\"trend_index\";i:546;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:806;a:19:{s:4:\"tmpl\";i:592;s:2:\"id\";i:4971;s:5:\"title\";s:14:\"Testimonial 26\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_11.png\";s:12:\"tmpl_created\";i:1520520572;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:662;s:16:\"popularity_index\";i:649;s:11:\"trend_index\";i:718;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:807;a:19:{s:4:\"tmpl\";i:589;s:2:\"id\";i:4947;s:5:\"title\";s:14:\"Testimonial 27\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_9.png\";s:12:\"tmpl_created\";i:1520520567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:663;s:16:\"popularity_index\";i:221;s:11:\"trend_index\";i:496;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:808;a:19:{s:4:\"tmpl\";i:590;s:2:\"id\";i:4955;s:5:\"title\";s:14:\"Testimonial 29\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_9.png\";s:12:\"tmpl_created\";i:1520520569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:664;s:16:\"popularity_index\";i:378;s:11:\"trend_index\";i:695;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:809;a:19:{s:4:\"tmpl\";i:588;s:2:\"id\";i:4939;s:5:\"title\";s:13:\"Testimonial 9\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_8.png\";s:12:\"tmpl_created\";i:1520520565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/testimonial-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:665;s:16:\"popularity_index\";i:103;s:11:\"trend_index\";i:341;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:810;a:19:{s:4:\"tmpl\";i:928;s:2:\"id\";i:12509;s:5:\"title\";s:18:\"Travel &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/404.png\";s:12:\"tmpl_created\";i:1575960378;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/travel-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:666;s:16:\"popularity_index\";i:747;s:11:\"trend_index\";i:712;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:811;a:19:{s:4:\"tmpl\";i:929;s:2:\"id\";i:12516;s:5:\"title\";s:27:\"Travel &#8211; Archive Blog\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Archiv_s.png\";s:12:\"tmpl_created\";i:1575960387;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/travel-archive-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:667;s:16:\"popularity_index\";i:496;s:11:\"trend_index\";i:487;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:812;a:19:{s:4:\"tmpl\";i:927;s:2:\"id\";i:12500;s:5:\"title\";s:21:\"Travel &#8211; Header\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-travel-and-tours.png\";s:12:\"tmpl_created\";i:1575960371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/travel-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:668;s:16:\"popularity_index\";i:443;s:11:\"trend_index\";i:434;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:813;a:19:{s:4:\"tmpl\";i:930;s:2:\"id\";i:12524;s:5:\"title\";s:26:\"Travel &#8211; Single Post\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Post_s.png\";s:12:\"tmpl_created\";i:1575960397;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:669;s:16:\"popularity_index\";i:591;s:11:\"trend_index\";i:663;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:814;a:19:{s:4:\"tmpl\";i:931;s:2:\"id\";i:12531;s:5:\"title\";s:31:\"Travel &#8211; Single Post Tour\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Tour_s.png\";s:12:\"tmpl_created\";i:1575960404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/travel-single-post-tour/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:670;s:16:\"popularity_index\";i:630;s:11:\"trend_index\";i:548;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:815;a:19:{s:4:\"tmpl\";i:926;s:2:\"id\";i:12492;s:5:\"title\";s:14:\"Travel -Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Footer_s.png\";s:12:\"tmpl_created\";i:1575960358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/travel-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:671;s:16:\"popularity_index\";i:453;s:11:\"trend_index\";i:322;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:816;a:19:{s:4:\"tmpl\";i:1068;s:2:\"id\";i:15498;s:5:\"title\";s:23:\"Travel Blog &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/11/404.jpg\";s:12:\"tmpl_created\";i:1606215636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/travel-blog-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:23:\"[\"404\",\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:672;s:16:\"popularity_index\";i:749;s:11:\"trend_index\";i:759;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:817;a:19:{s:4:\"tmpl\";i:1069;s:2:\"id\";i:15508;s:5:\"title\";s:29:\"Travel Blog &#8211; Archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-1-350.jpg\";s:12:\"tmpl_created\";i:1606215649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:673;s:16:\"popularity_index\";i:659;s:11:\"trend_index\";i:468;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:818;a:19:{s:4:\"tmpl\";i:1070;s:2:\"id\";i:15518;s:5:\"title\";s:29:\"Travel Blog &#8211; Archive 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-2-350-Copy.jpg\";s:12:\"tmpl_created\";i:1606215663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:674;s:16:\"popularity_index\";i:688;s:11:\"trend_index\";i:431;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:819;a:19:{s:4:\"tmpl\";i:1071;s:2:\"id\";i:15528;s:5:\"title\";s:26:\"Travel Blog &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Footer.jpg\";s:12:\"tmpl_created\";i:1606215673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:26:\"[\"Blog\",\"Footer\",\"Travel\"]\";s:10:\"menu_order\";i:675;s:16:\"popularity_index\";i:656;s:11:\"trend_index\";i:377;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:820;a:19:{s:4:\"tmpl\";i:1067;s:2:\"id\";i:15536;s:5:\"title\";s:26:\"Travel Blog &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Header.jpg\";s:12:\"tmpl_created\";i:1606215625;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:26:\"[\"Blog\",\"Header\",\"Travel\"]\";s:10:\"menu_order\";i:676;s:16:\"popularity_index\";i:584;s:11:\"trend_index\";i:228;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:821;a:19:{s:4:\"tmpl\";i:1072;s:2:\"id\";i:15545;s:5:\"title\";s:33:\"Travel Blog &#8211; Single Post 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-1-350.jpg\";s:12:\"tmpl_created\";i:1606215684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:677;s:16:\"popularity_index\";i:669;s:11:\"trend_index\";i:482;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:822;a:19:{s:4:\"tmpl\";i:1066;s:2:\"id\";i:15556;s:5:\"title\";s:33:\"Travel Blog &#8211; Single Post 2\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-2-350.jpg\";s:12:\"tmpl_created\";i:1606215613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:678;s:16:\"popularity_index\";i:652;s:11:\"trend_index\";i:454;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}}}', 'off');
INSERT INTO `TI9k8mggE_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(177, 'elementor_remote_info_feed_data', 'a:3:{i:0;a:5:{s:5:\"title\";s:64:\"Image Optimizer 1.5: Introducing AVIF Compression and Conversion\";s:7:\"excerpt\";s:165:\"Upgrade to Image Optimizer v1.5 and experience the power of AVIF, the next-gen image format that delivers better compression, smaller file sizes, and higher quality.\";s:7:\"created\";i:1722327900;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:116:\"https://elementor.com/blog/introducing-avif/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:1;a:5:{s:5:\"title\";s:57:\"New Off-Canvas Widget & Element Caching in Elementor 3.22\";s:7:\"excerpt\";s:147:\"Build Interactive Layouts with the Off-Canvas Widget and Give Your Websites a Major Performance Improvement by Activating Element Caching and More!\";s:7:\"created\";i:1718720040;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:140:\"https://elementor.com/blog/elementor-322-off-canvas-element-caching/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:2;a:5:{s:5:\"title\";s:73:\"AI 0.4 Release: Context Boosts A 58% Content Uplift for Improved Workflow\";s:7:\"excerpt\";s:163:\"Hitting creative walls & code roadblocks? Elementor AI\'s update creates a future where AI writes captivating copy with a 58% approval boost... what else can it do?\";s:7:\"created\";i:1716217283;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:155:\"https://elementor.com/blog/elementor-ai-enhanced-workflow-and-high-quality-results/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}}', 'off'),
(180, '_elementor_notifications_data', 'a:2:{s:7:\"timeout\";i:1721989281;s:5:\"value\";s:10121:\"[{\"id\":\"search-widget-3.23\",\"title\":\"Increases site exploration with AJAX loading & live results\",\"description\":\"Enabling faster, more accurate content discovery and helping visitors find what they\'re looking for.\",\"topic\":\"New in Elementor Pro 3.23\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/search-widget-3.23.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3-23-features\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"search-widget-3.23\",\"title\":\"Increases site exploration with AJAX loading & live results\",\"description\":\"Enabling faster, more accurate content discovery and helping visitors find what they\'re looking for.\",\"topic\":\"New in Elementor Pro 3.23\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/search-widget-3.23.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3-23-features\\/\",\"readMoreText\":\"Learn More\",\"cta\":\"Upgrade\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-search-widget\\/\"},{\"id\":\"floating-buttons-3.23\",\"title\":\"Get more leads with Floating Buttons\",\"description\":\"Empowering you to increase conversion by seamlessly integrating a direct link to a chat or different platforms in the form of a floating button.\",\"topic\":\"New in Elementor 3.23\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/floating-buttons-3.23.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3-23-features-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"link-in-bio-3.23\",\"title\":\"New Link in Bio Widgets for any Purpose\",\"description\":\"Create a polished and professional page with just a few clicks and effectively showcase all your important links. Choose from 7 unique widgets and over 60 templates!\",\"topic\":\"New in Elementor 3.23\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/link-in-bio-3.23.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-link-in-bio-3-23-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"nested-elements-3.23\",\"title\":\"Work faster on Nested Elements\",\"description\":\"Customize Nested Elements faster with version 3.23. Now every change to a Nested Element will only affect the relevant element and not require reloading the entire widget, improving Editor interaction time by 60%-98%.\",\"topic\":\"New in Elementor 3.23\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/nested-elements-3.23.png\",\"chipTags\":[\"Performance\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3-23-features-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"element-caching-3.22\",\"title\":\"Accelerate Loading Times with Element Caching\",\"description\":\"Ensure a smooth and engaging experience for visitors by activating Element Caching.\",\"topic\":\"Elementor 3.22\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/performance-caching.png\",\"chipTags\":[\"Performance\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-element-caching-blog\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"element-caching-3.22\",\"title\":\"Accelerate Loading Times with Element Caching\",\"description\":\"Ensure a smooth and engaging experience for visitors by activating Element Caching.\",\"topic\":\"Elementor 3.22\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/performance-caching.png\",\"chipTags\":[\"Performance\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-element-caching-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"off-canvas-3.22\",\"title\":\"Build Interactive Layouts with the New Off-Canvas Widget\",\"description\":\"Tigger containers from a connected link to allow them to slide into view anywhere on the page.\",\"topic\":\"Elementor Pro 3.22\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/off-canvas.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-off-canvas-blog\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"off-canvas-3.22\",\"title\":\"Build Interactive Layouts with the New Off-Canvas Widget\",\"description\":\"Tigger containers from a connected link to allow them to slide into view anywhere on the page.\",\"topic\":\"Elementor Pro 3.22\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/off-canvas.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-off-canvas-blog\\/\",\"readMoreText\":\"Learn More\",\"cta\":\"Upgrade\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-off-canvas\\/\\/\"},{\"id\":\"ai-personal-assistant-styling\",\"title\":\"AI Copilot Now Inherits Global Styling\",\"description\":\"Copilot now uses your site\'s style for fonts & colors when generating a container layout for even faster web creation backed by the power of AI. Enjoy a seamless design experience.\",\"topic\":\"Elementor AI\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/copilot-ai.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/ai-notification-personal-assistant-global-styling-blog\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"introduction_meta\",\"meta\":\"ai_get_started\"}]],\"cta\":\"Start Free Trial\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/ai-notification-personal-assistant-global-styling\\/\"},{\"id\":\"ai-personal-assistant-styling\",\"title\":\"AI Copilot Now Inherits Global Styling\",\"description\":\"Copilot now uses your site\'s style for fonts & colors when generating a container layout for even faster web creation backed by the power of AI. Enjoy a seamless design experience.\",\"topic\":\"Elementor AI\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/copilot-ai.png\",\"chipTags\":[\"New Feature\"],\"cta\":\"Start Free Trial\",\"link\":\"https:\\/\\/go.elementor.com\\/ai-notification-personal-assistant-global-styling-blog\\/\",\"readMoreText\":\"Learn More\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/ai-notification-personal-assistant-global-styling\\/\"},{\"id\":\"5-star-rating-prompt\",\"title\":\"Love the New Features? Let Us Know with 5 Stars!\",\"description\":\"Help spread the word by telling the world what you love about Elementor.\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/5-star-rating-prompt.png\",\"cta\":\"Leave a Review\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/wp-dash-notification-five-stars\\/\"},{\"id\":\"ai-personal-assistant-3.21\",\"title\":\"Meet Your Personal AI Assistant\",\"description\":\"Copilot suggests container layouts, blending your personal style with industry best practices.\",\"topic\":\"Elementor AI\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/ai-personal-assistant-3.21.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/ai-notification-personal-assistant-blog\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"introduction_meta\",\"meta\":\"ai_get_started\"}]],\"cta\":\"Start Free Trial\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/ai-notification-personal-assistant\\/\"},{\"id\":\"ai-personal-assistant-3.21\",\"title\":\"Meet Your Personal AI Assistant\",\"description\":\"Copilot suggests container layouts, blending your personal style with industry best practices.\",\"topic\":\"Elementor AI\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/ai-personal-assistant-3.21.png\",\"chipTags\":[\"New Feature\"],\"cta\":\"Start Free Trial\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/ai-notification-web-based-container\\/\"},{\"id\":\"image-optimizer-3.19\",\"title\":\"Effortlessly optimize images for a stunning, high-speed website with the Image Optimizer plugin.\",\"description\":\"Image Optimizer perfectly balances between image quality and performance to boost your website.  Resize, compress, and convert images to WebP, for faster loading times and and better user experience.\",\"topic\":\"Image Optimizer Plugin by Elementor\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/image-optimizer-3.19.png\",\"chipTags\":[\"New plugin\"],\"cta\":\"Get the Image Optimizer\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/io-notification-wp-dash-learn-more\\/\",\"conditions\":[[{\"type\":\"plugin\",\"operator\":\"!=\",\"plugin\":\"image-optimization\\/image-optimization.php\"}]]},{\"id\":\"display-conditions-dynamic-content-3.20\",\"title\":\"Display Conditions for Dynamic Content\",\"description\":\"Transform your single post and page templates into dynamic designs that fit their content by setting display conditions based on Dynamic Tags, including native WordPress Custom Fields.\",\"topic\":\"Version Pro 3.20\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/dynamic-content-pro-3.20.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-display-conditions-blog\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"display-conditions-dynamic-content-3.20\",\"title\":\"Display Content on Your Terms: Decide When, Where, and by Who the Content is Viewed\",\"description\":\"Tailor the content on your page to visitors based on various rules to create a powerful experience.\",\"topic\":\"Version Pro 3.20\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/display-conditions-3.20.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-display-conditions-blog\\/\",\"readMoreText\":\"Learn More\",\"cta\":\"Upgrade\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-dispaly-conditions\\/\"},{\"id\":\"elementor-add-ons\",\"title\":\"Exciting Add-Ons & Plugins to Enhance Elementor Websites\",\"description\":\"Uncover a treasure trove of tools from Elementor and others, put together to boost your website\'s capabilities and enhance its overall appeal.\",\"topic\":\"Elementor Add-Ons\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/elementor-add-ons.png\",\"cta\":\"Check it out\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/wp-dash-notification-addons\\/\"}]\";}', 'off'),
(196, 'current_theme', 'Hello Elementor', 'auto'),
(197, 'theme_mods_hello-elementor', 'a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:-1;}', 'on'),
(198, 'theme_switched', '', 'auto'),
(199, 'hello_theme_version', '3.1.0', 'auto'),
(228, '_elementor_assets_data', 'a:1:{s:3:\"css\";a:1:{s:7:\"widgets\";a:6:{s:5:\"image\";a:2:{s:7:\"content\";s:269:\"<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>\";s:7:\"version\";s:6:\"3.15.1\";}s:7:\"heading\";a:2:{s:7:\"content\";s:673:\"<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\";s:7:\"version\";s:6:\"3.15.1\";}s:6:\"button\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.15.1\";}s:11:\"text-editor\";a:2:{s:7:\"content\";s:719:\"<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#69727d;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#69727d;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}</style>\";s:7:\"version\";s:6:\"3.15.1\";}s:9:\"icon-list\";a:2:{s:7:\"content\";s:129:\"<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">\";s:7:\"version\";s:6:\"3.15.1\";}s:4:\"html\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.15.1\";}}}}', 'auto'),
(229, 'elementor_log', 'a:4:{s:32:\"20176940ae701dbf14a5ea3ef67073e8\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:5:\"14799\";s:7:\"\0*\0file\";s:102:\"https://diginspire.in/wordpress_o/wp-content/plugins/elementor/assets/lib/pickr/pickr.min.js?ver=1.5.0\";s:7:\"\0*\0line\";s:1:\"2\";s:7:\"\0*\0date\";s:19:\"2024-07-26 09:34:21\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:58:\"Cannot read properties of null (reading &#039;clone&#039;)\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:5576;s:14:\"\0*\0times_dates\";a:42:{i:0;s:19:\"2024-07-26 09:51:55\";i:1;s:19:\"2024-07-26 09:51:55\";i:2;s:19:\"2024-07-26 09:51:55\";i:3;s:19:\"2024-07-26 09:51:55\";i:4;s:19:\"2024-07-26 09:51:55\";i:5;s:19:\"2024-07-26 09:51:55\";i:6;s:19:\"2024-07-26 09:51:55\";i:7;s:19:\"2024-07-26 09:51:56\";i:8;s:19:\"2024-07-26 09:51:56\";i:9;s:19:\"2024-07-26 09:51:57\";i:10;s:19:\"2024-07-26 09:51:57\";i:11;s:19:\"2024-07-26 09:51:57\";i:12;s:19:\"2024-07-26 09:51:58\";i:13;s:19:\"2024-07-26 09:51:58\";i:14;s:19:\"2024-07-26 09:51:58\";i:15;s:19:\"2024-07-26 09:51:58\";i:16;s:19:\"2024-07-26 09:51:58\";i:17;s:19:\"2024-07-26 09:51:58\";i:18;s:19:\"2024-07-26 09:51:58\";i:19;s:19:\"2024-07-26 09:52:12\";i:20;s:19:\"2024-07-26 09:52:12\";i:21;s:19:\"2024-07-26 09:52:12\";i:22;s:19:\"2024-07-26 09:52:58\";i:23;s:19:\"2024-07-26 09:52:58\";i:24;s:19:\"2024-07-26 09:52:58\";i:25;s:19:\"2024-07-26 09:53:00\";i:26;s:19:\"2024-07-26 09:53:00\";i:27;s:19:\"2024-07-26 09:53:00\";i:28;s:19:\"2024-07-26 09:53:00\";i:29;s:19:\"2024-07-26 09:53:00\";i:30;s:19:\"2024-07-26 09:53:00\";i:31;s:19:\"2024-07-26 09:53:00\";i:32;s:19:\"2024-07-26 09:53:00\";i:33;s:19:\"2024-07-26 09:53:00\";i:34;s:19:\"2024-07-26 09:53:00\";i:35;s:19:\"2024-07-26 09:53:00\";i:36;s:19:\"2024-07-26 09:53:19\";i:37;s:19:\"2024-07-26 09:53:19\";i:38;s:19:\"2024-07-26 09:53:19\";i:39;s:19:\"2024-07-26 09:53:19\";i:40;s:19:\"2024-07-26 09:53:19\";i:41;s:19:\"2024-07-26 09:53:19\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1721986461\";s:7:\"message\";s:48:\"Cannot read properties of null (reading \'clone\')\";s:3:\"url\";s:102:\"https://diginspire.in/wordpress_o/wp-content/plugins/elementor/assets/lib/pickr/pickr.min.js?ver=1.5.0\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:5:\"14799\";}}s:32:\"0a997826a2fbc91e2cea3d61324d249d\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:5:\"19552\";s:7:\"\0*\0file\";s:102:\"https://diginspire.in/wordpress_o/wp-content/plugins/elementor/assets/lib/pickr/pickr.min.js?ver=1.5.0\";s:7:\"\0*\0line\";s:1:\"2\";s:7:\"\0*\0date\";s:19:\"2024-07-26 09:34:22\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:63:\"Cannot read properties of null (reading &#039;changestop&#039;)\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:209;s:14:\"\0*\0times_dates\";a:42:{i:0;s:19:\"2024-07-26 09:50:51\";i:1;s:19:\"2024-07-26 09:50:52\";i:2;s:19:\"2024-07-26 09:50:54\";i:3;s:19:\"2024-07-26 09:50:55\";i:4;s:19:\"2024-07-26 09:50:55\";i:5;s:19:\"2024-07-26 09:51:04\";i:6;s:19:\"2024-07-26 09:51:05\";i:7;s:19:\"2024-07-26 09:51:06\";i:8;s:19:\"2024-07-26 09:51:06\";i:9;s:19:\"2024-07-26 09:51:07\";i:10;s:19:\"2024-07-26 09:51:08\";i:11;s:19:\"2024-07-26 09:51:12\";i:12;s:19:\"2024-07-26 09:51:15\";i:13;s:19:\"2024-07-26 09:51:17\";i:14;s:19:\"2024-07-26 09:51:19\";i:15;s:19:\"2024-07-26 09:51:26\";i:16;s:19:\"2024-07-26 09:51:28\";i:17;s:19:\"2024-07-26 09:51:28\";i:18;s:19:\"2024-07-26 09:51:28\";i:19;s:19:\"2024-07-26 09:51:28\";i:20;s:19:\"2024-07-26 09:51:28\";i:21;s:19:\"2024-07-26 09:51:32\";i:22;s:19:\"2024-07-26 09:51:33\";i:23;s:19:\"2024-07-26 09:51:33\";i:24;s:19:\"2024-07-26 09:51:34\";i:25;s:19:\"2024-07-26 09:51:35\";i:26;s:19:\"2024-07-26 09:51:35\";i:27;s:19:\"2024-07-26 09:51:36\";i:28;s:19:\"2024-07-26 09:51:36\";i:29;s:19:\"2024-07-26 09:51:36\";i:30;s:19:\"2024-07-26 09:51:36\";i:31;s:19:\"2024-07-26 09:51:39\";i:32;s:19:\"2024-07-26 09:51:41\";i:33;s:19:\"2024-07-26 09:51:43\";i:34;s:19:\"2024-07-26 09:51:45\";i:35;s:19:\"2024-07-26 09:51:46\";i:36;s:19:\"2024-07-26 09:51:46\";i:37;s:19:\"2024-07-26 09:51:46\";i:38;s:19:\"2024-07-26 09:51:52\";i:39;s:19:\"2024-07-26 09:51:53\";i:40;s:19:\"2024-07-26 09:51:55\";i:41;s:19:\"2024-07-26 09:51:58\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1721986462\";s:7:\"message\";s:53:\"Cannot read properties of null (reading \'changestop\')\";s:3:\"url\";s:102:\"https://diginspire.in/wordpress_o/wp-content/plugins/elementor/assets/lib/pickr/pickr.min.js?ver=1.5.0\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:5:\"19552\";}}s:32:\"1a48d9e9962fdab7a00bd435a4e1ad19\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0file\";s:97:\"/home/diginspire/public_html/wordpress_o/wp-content/plugins/elementor/includes/managers/image.php\";s:7:\"\0*\0line\";i:113;s:7:\"\0*\0date\";s:19:\"2024-07-26 09:48:16\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:51:\"Trying to access array offset on value of type bool\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:2;s:14:\"\0*\0times_dates\";a:2:{i:0;s:19:\"2024-07-26 09:48:16\";i:1;s:19:\"2024-07-26 09:48:17\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:6:\"notice\";s:7:\"message\";s:51:\"Trying to access array offset on value of type bool\";s:4:\"file\";s:97:\"/home/diginspire/public_html/wordpress_o/wp-content/plugins/elementor/includes/managers/image.php\";s:4:\"line\";i:113;s:5:\"trace\";b:1;}}s:32:\"780d24dc506bdce3ada8389b622f6a11\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:7:\"1106990\";s:7:\"\0*\0file\";s:97:\"https://diginspire.in/wordpress_o/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.15.1\";s:7:\"\0*\0line\";s:1:\"3\";s:7:\"\0*\0date\";s:19:\"2024-07-26 09:48:14\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:74:\"Cannot read properties of null (reading &#039;getBoundingClientRect&#039;)\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-07-26 09:48:14\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1721987294\";s:7:\"message\";s:64:\"Cannot read properties of null (reading \'getBoundingClientRect\')\";s:3:\"url\";s:97:\"https://diginspire.in/wordpress_o/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.15.1\";s:4:\"line\";s:1:\"3\";s:6:\"column\";s:7:\"1106990\";}}}', 'off'),
(272, '_transient_health-check-site-status-result', '{\"good\":17,\"recommended\":4,\"critical\":2}', 'on'),
(324, 'updraftplus-addons_siteid', 'beaffc14a18898050489cbeabcc98b94', 'off'),
(325, 'updraftplus_unlocked_fd', '1', 'no'),
(326, 'updraftplus_last_lock_time_fd', '2025-10-27 22:44:34', 'no'),
(327, 'updraftplus_semaphore_fd', '0', 'no'),
(328, 'updraft_last_scheduled_fd', '1761605074', 'auto'),
(441, 'updraft_lock_b2c21d1c423b', '1722239456', 'no'),
(451, 'auto_update_plugins', 'a:0:{}', 'off'),
(569, 'fs_active_plugins', 'O:8:\"stdClass\":0:{}', 'auto'),
(570, 'fs_debug_mode', '', 'auto'),
(571, 'fs_accounts', 'a:6:{s:21:\"id_slug_type_path_map\";a:1:{i:4445;a:2:{s:4:\"slug\";s:11:\"app-ads-txt\";s:4:\"type\";s:6:\"plugin\";}}s:11:\"plugin_data\";a:1:{s:11:\"app-ads-txt\";a:17:{s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:9:\"prev_path\";s:27:\"app-ads-txt/app-ads-txt.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1722323558;s:17:\"was_plugin_loaded\";b:1;s:21:\"is_plugin_new_install\";b:1;s:16:\"sdk_last_version\";N;s:11:\"sdk_version\";s:6:\"2.5.10\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";N;s:14:\"plugin_version\";s:7:\"1.1.7.1\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";N;s:4:\"host\";s:17:\"hindisamachaar.in\";s:9:\"server_ip\";s:13:\"15.235.164.55\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1722323558;s:7:\"version\";s:7:\"1.1.7.1\";}s:15:\"prev_is_premium\";b:0;s:21:\"is_pending_activation\";b:1;s:16:\"uninstall_reason\";O:8:\"stdClass\":3:{s:2:\"id\";s:2:\"15\";s:4:\"info\";s:0:\"\";s:12:\"is_anonymous\";b:0;}}}s:13:\"file_slug_map\";a:1:{s:27:\"app-ads-txt/app-ads-txt.php\";s:11:\"app-ads-txt\";}s:7:\"plugins\";a:1:{s:11:\"app-ads-txt\";O:9:\"FS_Plugin\":24:{s:2:\"id\";s:4:\"4445\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:0;s:10:\"public_key\";s:32:\"pk_07707b3aad7d8a6ef5bfb48f29e57\";s:10:\"secret_key\";N;s:16:\"parent_plugin_id\";N;s:5:\"title\";s:29:\"Ads.txt & App-ads.txt Manager\";s:4:\"slug\";s:11:\"app-ads-txt\";s:12:\"premium_slug\";s:19:\"app-ads-txt-premium\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";s:3:\"all\";s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:27:\"app-ads-txt/app-ads-txt.php\";s:7:\"version\";s:7:\"1.1.7.1\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:29:\"App-ads & ads.txt Manager PRO\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:17:\"opt_in_moderation\";N;}}s:9:\"unique_id\";s:32:\"1dbd051f8dd0c4432b0ab7dc6038494b\";s:13:\"admin_notices\";a:1:{s:11:\"app-ads-txt\";a:0:{}}}', 'auto'),
(572, 'fs_api_cache', 'a:0:{}', 'off'),
(577, 'fm_key', 'B0muCESFhT461RqjKLweG5nbz', 'auto'),
(580, 'filemanager_email_verified_1', 'yes', 'auto'),
(630, 'litespeed.conf.__activation', '-1', 'auto'),
(631, 'litespeed.purge.queue', '-1', 'auto'),
(632, 'litespeed.purge.queue2', '-1', 'auto'),
(633, 'litespeed.cloud._summary', '{\"curr_request.ver_check\":0,\"last_request.ver_check\":1722344911,\"news.utime\":1722344912,\"curr_request.news\":0,\"last_request.news\":1722344912}', 'auto'),
(634, 'litespeed.conf._version', '6.3.0.1', 'auto'),
(635, 'litespeed.conf.hash', 'KLSgyVapysCpt9EViu2qPZT1RapWlIaM', 'auto'),
(636, 'litespeed.conf.auto_upgrade', '', 'auto'),
(637, 'litespeed.conf.api_key', '', 'auto'),
(638, 'litespeed.conf.server_ip', '', 'auto'),
(639, 'litespeed.conf.guest', '', 'auto'),
(640, 'litespeed.conf.guest_optm', '', 'auto'),
(641, 'litespeed.conf.news', '1', 'auto'),
(642, 'litespeed.conf.guest_uas', '[\"Lighthouse\",\"GTmetrix\",\"Google\",\"Pingdom\",\"bot\",\"spider\",\"PTST\",\"HeadlessChrome\"]', 'auto'),
(643, 'litespeed.conf.guest_ips', '[\"208.70.247.157\",\"172.255.48.130\",\"172.255.48.131\",\"172.255.48.132\",\"172.255.48.133\",\"172.255.48.134\",\"172.255.48.135\",\"172.255.48.136\",\"172.255.48.137\",\"172.255.48.138\",\"172.255.48.139\",\"172.255.48.140\",\"172.255.48.141\",\"172.255.48.142\",\"172.255.48.143\",\"172.255.48.144\",\"172.255.48.145\",\"172.255.48.146\",\"172.255.48.147\",\"52.229.122.240\",\"104.214.72.101\",\"13.66.7.11\",\"13.85.24.83\",\"13.85.24.90\",\"13.85.82.26\",\"40.74.242.253\",\"40.74.243.13\",\"40.74.243.176\",\"104.214.48.247\",\"157.55.189.189\",\"104.214.110.135\",\"70.37.83.240\",\"65.52.36.250\",\"13.78.216.56\",\"52.162.212.163\",\"23.96.34.105\",\"65.52.113.236\",\"172.255.61.34\",\"172.255.61.35\",\"172.255.61.36\",\"172.255.61.37\",\"172.255.61.38\",\"172.255.61.39\",\"172.255.61.40\",\"104.41.2.19\",\"191.235.98.164\",\"191.235.99.221\",\"191.232.194.51\",\"52.237.235.185\",\"52.237.250.73\",\"52.237.236.145\",\"104.211.143.8\",\"104.211.165.53\",\"52.172.14.87\",\"40.83.89.214\",\"52.175.57.81\",\"20.188.63.151\",\"20.52.36.49\",\"52.246.165.153\",\"51.144.102.233\",\"13.76.97.224\",\"102.133.169.66\",\"52.231.199.170\",\"13.53.162.7\",\"40.123.218.94\"]', 'auto'),
(644, 'litespeed.conf.cache', '1', 'auto'),
(645, 'litespeed.conf.cache-priv', '1', 'auto'),
(646, 'litespeed.conf.cache-commenter', '1', 'auto'),
(647, 'litespeed.conf.cache-rest', '1', 'auto'),
(648, 'litespeed.conf.cache-page_login', '1', 'auto'),
(649, 'litespeed.conf.cache-resources', '1', 'auto'),
(650, 'litespeed.conf.cache-mobile', '', 'auto'),
(651, 'litespeed.conf.cache-mobile_rules', '[\"Mobile\",\"Android\",\"Silk\\/\",\"Kindle\",\"BlackBerry\",\"Opera Mini\",\"Opera Mobi\"]', 'auto'),
(652, 'litespeed.conf.cache-browser', '', 'auto'),
(653, 'litespeed.conf.cache-exc_useragents', '[]', 'auto'),
(654, 'litespeed.conf.cache-exc_cookies', '[]', 'auto'),
(655, 'litespeed.conf.cache-exc_qs', '[]', 'auto'),
(656, 'litespeed.conf.cache-exc_cat', '[]', 'auto'),
(657, 'litespeed.conf.cache-exc_tag', '[]', 'auto'),
(658, 'litespeed.conf.cache-force_uri', '[]', 'auto'),
(659, 'litespeed.conf.cache-force_pub_uri', '[]', 'auto'),
(660, 'litespeed.conf.cache-priv_uri', '[]', 'auto'),
(661, 'litespeed.conf.cache-exc', '[]', 'auto'),
(662, 'litespeed.conf.cache-exc_roles', '[]', 'auto'),
(663, 'litespeed.conf.cache-drop_qs', '[\"fbclid\",\"gclid\",\"utm*\",\"_ga\"]', 'auto'),
(664, 'litespeed.conf.cache-ttl_pub', '604800', 'auto'),
(665, 'litespeed.conf.cache-ttl_priv', '1800', 'auto'),
(666, 'litespeed.conf.cache-ttl_frontpage', '604800', 'auto'),
(667, 'litespeed.conf.cache-ttl_feed', '604800', 'auto'),
(668, 'litespeed.conf.cache-ttl_rest', '604800', 'auto'),
(669, 'litespeed.conf.cache-ttl_browser', '31557600', 'auto'),
(670, 'litespeed.conf.cache-ttl_status', '[\"404 3600\",\"500 600\"]', 'auto'),
(671, 'litespeed.conf.cache-login_cookie', '', 'auto'),
(672, 'litespeed.conf.cache-ajax_ttl', '[]', 'auto'),
(673, 'litespeed.conf.cache-vary_cookies', '[]', 'auto'),
(674, 'litespeed.conf.cache-vary_group', '[]', 'auto'),
(675, 'litespeed.conf.purge-upgrade', '1', 'auto'),
(676, 'litespeed.conf.purge-stale', '', 'auto'),
(677, 'litespeed.conf.purge-post_all', '', 'auto'),
(678, 'litespeed.conf.purge-post_f', '1', 'auto'),
(679, 'litespeed.conf.purge-post_h', '1', 'auto'),
(680, 'litespeed.conf.purge-post_p', '1', 'auto'),
(681, 'litespeed.conf.purge-post_pwrp', '1', 'auto'),
(682, 'litespeed.conf.purge-post_a', '1', 'auto'),
(683, 'litespeed.conf.purge-post_y', '', 'auto'),
(684, 'litespeed.conf.purge-post_m', '1', 'auto'),
(685, 'litespeed.conf.purge-post_d', '', 'auto'),
(686, 'litespeed.conf.purge-post_t', '1', 'auto'),
(687, 'litespeed.conf.purge-post_pt', '1', 'auto'),
(688, 'litespeed.conf.purge-timed_urls', '[]', 'auto'),
(689, 'litespeed.conf.purge-timed_urls_time', '', 'auto'),
(690, 'litespeed.conf.purge-hook_all', '[\"switch_theme\",\"wp_create_nav_menu\",\"wp_update_nav_menu\",\"wp_delete_nav_menu\",\"create_term\",\"edit_terms\",\"delete_term\",\"add_link\",\"edit_link\",\"delete_link\"]', 'auto'),
(691, 'litespeed.conf.esi', '', 'auto'),
(692, 'litespeed.conf.esi-cache_admbar', '1', 'auto'),
(693, 'litespeed.conf.esi-cache_commform', '1', 'auto'),
(694, 'litespeed.conf.esi-nonce', '[\"stats_nonce\",\"subscribe_nonce\"]', 'auto'),
(695, 'litespeed.conf.util-instant_click', '', 'auto'),
(696, 'litespeed.conf.util-no_https_vary', '', 'auto'),
(697, 'litespeed.conf.debug-disable_all', '', 'auto'),
(698, 'litespeed.conf.debug', '', 'auto'),
(699, 'litespeed.conf.debug-ips', '[\"127.0.0.1\"]', 'auto'),
(700, 'litespeed.conf.debug-level', '', 'auto'),
(701, 'litespeed.conf.debug-filesize', '3', 'auto'),
(702, 'litespeed.conf.debug-cookie', '', 'auto'),
(703, 'litespeed.conf.debug-collapse_qs', '', 'auto'),
(704, 'litespeed.conf.debug-inc', '[]', 'auto'),
(705, 'litespeed.conf.debug-exc', '[]', 'auto'),
(706, 'litespeed.conf.debug-exc_strings', '[]', 'auto'),
(707, 'litespeed.conf.db_optm-revisions_max', '0', 'auto'),
(708, 'litespeed.conf.db_optm-revisions_age', '0', 'auto'),
(709, 'litespeed.conf.optm-css_min', '', 'auto'),
(710, 'litespeed.conf.optm-css_comb', '', 'auto'),
(711, 'litespeed.conf.optm-css_comb_ext_inl', '1', 'auto'),
(712, 'litespeed.conf.optm-ucss', '', 'auto'),
(713, 'litespeed.conf.optm-ucss_inline', '', 'auto'),
(714, 'litespeed.conf.optm-ucss_whitelist', '[]', 'auto'),
(715, 'litespeed.conf.optm-ucss_file_exc_inline', '[]', 'auto'),
(716, 'litespeed.conf.optm-ucss_exc', '[]', 'auto'),
(717, 'litespeed.conf.optm-css_exc', '[]', 'auto'),
(718, 'litespeed.conf.optm-js_min', '', 'auto'),
(719, 'litespeed.conf.optm-js_comb', '', 'auto'),
(720, 'litespeed.conf.optm-js_comb_ext_inl', '1', 'auto'),
(721, 'litespeed.conf.optm-js_delay_inc', '[]', 'auto'),
(722, 'litespeed.conf.optm-js_exc', '[\"jquery.js\",\"jquery.min.js\"]', 'auto'),
(723, 'litespeed.conf.optm-html_min', '', 'auto'),
(724, 'litespeed.conf.optm-html_lazy', '[]', 'auto'),
(725, 'litespeed.conf.optm-html_skip_comment', '[]', 'auto'),
(726, 'litespeed.conf.optm-qs_rm', '', 'auto'),
(727, 'litespeed.conf.optm-ggfonts_rm', '', 'auto'),
(728, 'litespeed.conf.optm-css_async', '', 'auto'),
(729, 'litespeed.conf.optm-ccss_per_url', '', 'auto'),
(730, 'litespeed.conf.optm-ccss_sep_posttype', '[\"page\"]', 'auto'),
(731, 'litespeed.conf.optm-ccss_sep_uri', '[]', 'auto'),
(732, 'litespeed.conf.optm-css_async_inline', '1', 'auto'),
(733, 'litespeed.conf.optm-css_font_display', '', 'auto'),
(734, 'litespeed.conf.optm-js_defer', '', 'auto'),
(735, 'litespeed.conf.optm-emoji_rm', '', 'auto'),
(736, 'litespeed.conf.optm-noscript_rm', '', 'auto'),
(737, 'litespeed.conf.optm-ggfonts_async', '', 'auto'),
(738, 'litespeed.conf.optm-exc_roles', '[]', 'auto'),
(739, 'litespeed.conf.optm-ccss_con', '', 'auto'),
(740, 'litespeed.conf.optm-js_defer_exc', '[\"jquery.js\",\"jquery.min.js\",\"gtm.js\",\"analytics.js\"]', 'auto'),
(741, 'litespeed.conf.optm-gm_js_exc', '[]', 'auto'),
(742, 'litespeed.conf.optm-dns_prefetch', '[]', 'auto'),
(743, 'litespeed.conf.optm-dns_prefetch_ctrl', '', 'auto'),
(744, 'litespeed.conf.optm-dns_preconnect', '[]', 'auto'),
(745, 'litespeed.conf.optm-exc', '[]', 'auto'),
(746, 'litespeed.conf.optm-guest_only', '1', 'auto'),
(747, 'litespeed.conf.object', '', 'auto'),
(748, 'litespeed.conf.object-kind', '', 'auto'),
(749, 'litespeed.conf.object-host', 'localhost', 'auto'),
(750, 'litespeed.conf.object-port', '11211', 'auto'),
(751, 'litespeed.conf.object-life', '360', 'auto'),
(752, 'litespeed.conf.object-persistent', '1', 'auto'),
(753, 'litespeed.conf.object-admin', '1', 'auto'),
(754, 'litespeed.conf.object-transients', '1', 'auto'),
(755, 'litespeed.conf.object-db_id', '0', 'auto'),
(756, 'litespeed.conf.object-user', '', 'auto'),
(757, 'litespeed.conf.object-pswd', '', 'auto'),
(758, 'litespeed.conf.object-global_groups', '[\"users\",\"userlogins\",\"useremail\",\"userslugs\",\"usermeta\",\"user_meta\",\"site-transient\",\"site-options\",\"site-lookup\",\"site-details\",\"blog-lookup\",\"blog-details\",\"blog-id-cache\",\"rss\",\"global-posts\",\"global-cache-test\"]', 'auto'),
(759, 'litespeed.conf.object-non_persistent_groups', '[\"comment\",\"counts\",\"plugins\",\"wc_session_id\"]', 'auto'),
(760, 'litespeed.conf.discuss-avatar_cache', '', 'auto'),
(761, 'litespeed.conf.discuss-avatar_cron', '', 'auto'),
(762, 'litespeed.conf.discuss-avatar_cache_ttl', '604800', 'auto'),
(763, 'litespeed.conf.optm-localize', '', 'auto'),
(764, 'litespeed.conf.optm-localize_domains', '[\"### Popular scripts ###\",\"https:\\/\\/platform.twitter.com\\/widgets.js\",\"https:\\/\\/connect.facebook.net\\/en_US\\/fbevents.js\"]', 'auto'),
(765, 'litespeed.conf.media-lazy', '', 'auto'),
(766, 'litespeed.conf.media-lazy_placeholder', '', 'auto'),
(767, 'litespeed.conf.media-placeholder_resp', '', 'auto'),
(768, 'litespeed.conf.media-placeholder_resp_color', '#cfd4db', 'auto'),
(769, 'litespeed.conf.media-placeholder_resp_svg', '<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"{width}\" height=\"{height}\" viewBox=\"0 0 {width} {height}\"><rect width=\"100%\" height=\"100%\" style=\"fill:{color};fill-opacity: 0.1;\"/></svg>', 'auto'),
(770, 'litespeed.conf.media-lqip', '', 'auto'),
(771, 'litespeed.conf.media-lqip_qual', '4', 'auto'),
(772, 'litespeed.conf.media-lqip_min_w', '150', 'auto'),
(773, 'litespeed.conf.media-lqip_min_h', '150', 'auto'),
(774, 'litespeed.conf.media-placeholder_resp_async', '1', 'auto'),
(775, 'litespeed.conf.media-iframe_lazy', '', 'auto'),
(776, 'litespeed.conf.media-add_missing_sizes', '', 'auto'),
(777, 'litespeed.conf.media-lazy_exc', '[]', 'auto'),
(778, 'litespeed.conf.media-lazy_cls_exc', '[\"wmu-preview-img\"]', 'auto'),
(779, 'litespeed.conf.media-lazy_parent_cls_exc', '[]', 'auto'),
(780, 'litespeed.conf.media-iframe_lazy_cls_exc', '[]', 'auto'),
(781, 'litespeed.conf.media-iframe_lazy_parent_cls_exc', '[]', 'auto'),
(782, 'litespeed.conf.media-lazy_uri_exc', '[]', 'auto'),
(783, 'litespeed.conf.media-lqip_exc', '[]', 'auto'),
(784, 'litespeed.conf.media-vpi', '', 'auto'),
(785, 'litespeed.conf.media-vpi_cron', '', 'auto'),
(786, 'litespeed.conf.img_optm-auto', '', 'auto'),
(787, 'litespeed.conf.img_optm-cron', '1', 'auto'),
(788, 'litespeed.conf.img_optm-ori', '1', 'auto'),
(789, 'litespeed.conf.img_optm-rm_bkup', '', 'auto'),
(790, 'litespeed.conf.img_optm-webp', '', 'auto'),
(791, 'litespeed.conf.img_optm-lossless', '', 'auto'),
(792, 'litespeed.conf.img_optm-exif', '1', 'auto'),
(793, 'litespeed.conf.img_optm-webp_attr', '[\"img.src\",\"div.data-thumb\",\"img.data-src\",\"img.data-lazyload\",\"div.data-large_image\",\"img.retina_logo_url\",\"div.data-parallax-image\",\"div.data-vc-parallax-image\",\"video.poster\"]', 'auto'),
(794, 'litespeed.conf.img_optm-webp_replace_srcset', '', 'auto'),
(795, 'litespeed.conf.img_optm-jpg_quality', '82', 'auto'),
(796, 'litespeed.conf.crawler', '', 'auto'),
(797, 'litespeed.conf.crawler-usleep', '500', 'auto'),
(798, 'litespeed.conf.crawler-run_duration', '400', 'auto'),
(799, 'litespeed.conf.crawler-run_interval', '600', 'auto'),
(800, 'litespeed.conf.crawler-crawl_interval', '302400', 'auto'),
(801, 'litespeed.conf.crawler-threads', '3', 'auto'),
(802, 'litespeed.conf.crawler-timeout', '30', 'auto'),
(803, 'litespeed.conf.crawler-load_limit', '1', 'auto'),
(804, 'litespeed.conf.crawler-sitemap', '', 'auto'),
(805, 'litespeed.conf.crawler-drop_domain', '1', 'auto'),
(806, 'litespeed.conf.crawler-map_timeout', '120', 'auto'),
(807, 'litespeed.conf.crawler-roles', '[]', 'auto'),
(808, 'litespeed.conf.crawler-cookies', '[]', 'auto'),
(809, 'litespeed.conf.misc-heartbeat_front', '', 'auto'),
(810, 'litespeed.conf.misc-heartbeat_front_ttl', '60', 'auto'),
(811, 'litespeed.conf.misc-heartbeat_back', '', 'auto'),
(812, 'litespeed.conf.misc-heartbeat_back_ttl', '60', 'auto'),
(813, 'litespeed.conf.misc-heartbeat_editor', '', 'auto'),
(814, 'litespeed.conf.misc-heartbeat_editor_ttl', '15', 'auto'),
(815, 'litespeed.conf.cdn', '', 'auto'),
(816, 'litespeed.conf.cdn-ori', '[]', 'auto'),
(817, 'litespeed.conf.cdn-ori_dir', '[\"wp-content\",\"wp-includes\"]', 'auto'),
(818, 'litespeed.conf.cdn-exc', '[]', 'auto'),
(819, 'litespeed.conf.cdn-quic', '', 'auto'),
(820, 'litespeed.conf.cdn-cloudflare', '', 'auto'),
(821, 'litespeed.conf.cdn-cloudflare_email', '', 'auto'),
(822, 'litespeed.conf.cdn-cloudflare_key', '', 'auto'),
(823, 'litespeed.conf.cdn-cloudflare_name', '', 'auto'),
(824, 'litespeed.conf.cdn-cloudflare_zone', '', 'auto'),
(825, 'litespeed.conf.cdn-mapping', '[{\"url\":\"\",\"inc_img\":\"1\",\"inc_css\":\"1\",\"inc_js\":\"1\",\"filetype\":[\".aac\",\".css\",\".eot\",\".gif\",\".jpeg\",\".jpg\",\".js\",\".less\",\".mp3\",\".mp4\",\".ogg\",\".otf\",\".pdf\",\".png\",\".svg\",\".ttf\",\".webp\",\".woff\",\".woff2\"]}]', 'auto'),
(826, 'litespeed.conf.cdn-attr', '[\".src\",\".data-src\",\".href\",\".poster\",\"source.srcset\"]', 'auto'),
(827, 'litespeed.conf.qc-token', '', 'auto'),
(828, 'litespeed.conf.qc-nameservers', '', 'auto'),
(829, 'litespeed.admin_display.thirdparty_litespeed_check', '1', 'auto'),
(831, 'litespeed.gui.lscwp_whm_install', '-1', 'auto'),
(832, 'litespeed.gui.dismiss', '-1', 'auto'),
(833, 'litespeed.gui._summary', '{\"new_version\":1722949712,\"score\":1723554512}', 'auto'),
(834, 'litespeed.data.upgrading', '-1', 'auto'),
(835, 'litespeed.admin_display.messages', '-1', 'auto'),
(836, 'litespeed.optimize.timestamp_purge_css', '1722509364', 'auto'),
(843, 'wpcode_usage_tracking_config', 'a:6:{s:3:\"day\";i:6;s:4:\"hour\";i:1;s:6:\"minute\";i:20;s:6:\"second\";i:35;s:6:\"offset\";i:523235;s:8:\"initsend\";i:1723252835;}', 'off'),
(844, 'ihaf_activated', 'a:2:{s:6:\"wpcode\";i:1722344988;s:7:\"version\";s:5:\"2.2.0\";}', 'auto'),
(846, 'wpcode_snippets', 'a:0:{}', 'auto'),
(847, 'wpcode_snippets_errors', 'a:0:{}', 'auto'),
(848, 'wpcode_admin_notices', 'a:2:{s:14:\"review_request\";a:2:{s:4:\"time\";i:1722344988;s:9:\"dismissed\";b:0;}s:15:\"suggest_plugins\";a:2:{s:4:\"time\";i:1722344988;s:9:\"dismissed\";b:0;}}', 'auto'),
(850, 'wpcode_notifications', 'a:4:{s:6:\"update\";i:1722508596;s:4:\"feed\";a:0:{}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}}', 'off'),
(855, 'ihaf_insert_header', '<script async src=\\\"https://securepubads.g.doubleclick.net/tag/js/gpt.js\\\"></script>\r\n<script>\r\n  window.googletag = window.googletag || { cmd: [] };\r\n      let anchorSlot;\r\n      googletag.cmd.push(() => {\r\n        anchorSlot = googletag.defineOutOfPageSlot(\r\n          \\\'/23197884379/3\\\',\r\n          document.body.clientWidth <= 500\r\n            ? googletag.enums.OutOfPageFormat.TOP_ANCHOR\r\n            : googletag.enums.OutOfPageFormat.BOTTOM_ANCHOR,\r\n        );\r\n      if (anchorSlot) {\r\n          anchorSlot.setTargeting(\\\"test\\\", \\\"anchor\\\").addService(googletag.pubads());\r\n        }\r\n   \r\n        googletag.pubads().enableSingleRequest();\r\n        googletag.enableServices();\r\n      });\r\n</script>\r\n<script>\r\n  window.googletag = window.googletag || {cmd: []};\r\n  googletag.cmd.push(function() {\r\n    googletag.defineSlot(\\\'/23197884379/6\\\', [[300, 100], [320, 50], [300, 50], [320, 100]], \\\'div-gpt-ad-1722509254788-0\\\').addService(googletag.pubads());\r\n    googletag.pubads().collapseEmptyDivs();\r\n    googletag.enableServices();\r\n  });\r\n</script>\r\n<script>\r\n  window.googletag = window.googletag || {cmd: []};\r\n  googletag.cmd.push(function() {\r\n    googletag.defineSlot(\\\'/23197884379/7\\\', [[320, 50], [320, 100], [300, 50], [300, 100]], \\\'div-gpt-ad-1722509328175-0\\\').addService(googletag.pubads());\r\n    googletag.pubads().collapseEmptyDivs();\r\n    googletag.enableServices();\r\n  });\r\n</script>', 'auto'),
(856, 'ihaf_insert_footer', '', 'auto'),
(857, 'ihaf_insert_body', '<script>\r\n    googletag.cmd.push(() => {\r\n    googletag.display(anchorSlot);\r\n      });\r\n</script>', 'auto'),
(1055, 'ai-install', '1722418478', 'auto'),
(1056, 'widget_ai_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(1058, 'dst_notification_times', 'a:1:{s:11:\"ad-inserter\";i:1722418479;}', 'auto');
INSERT INTO `TI9k8mggE_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1066, 'ad_inserter', ':AI:YTo4Njp7aToxO2E6Mzp7czo0OiJjb2RlIjtzOjM5MjoiPHNjcmlwdCBhc3luYyBzcmM9Imh0dHBzOi8vc2VjdXJlcHViYWRzLmcuZG91YmxlY2xpY2submV0L3RhZy9qcy9ncHQuanMiPjwvc2NyaXB0Pgo8c2NyaXB0PgogIHdpbmRvdy5nb29nbGV0YWcgPSB3aW5kb3cuZ29vZ2xldGFnIHx8IHtjbWQ6IFtdfTsKICBnb29nbGV0YWcuY21kLnB1c2goZnVuY3Rpb24oKSB7CiAgICBnb29nbGV0YWcuZGVmaW5lU2xvdChcJy8yMzE5Nzg4NDM3OS8xXCcsIFsyNTAsIDI1MF0sIFwnZGl2LWdwdC1hZC0xNzIyMzE5MDEyODEyLTBcJykuYWRkU2VydmljZShnb29nbGV0YWcucHViYWRzKCkpOwogICAgZ29vZ2xldGFnLnB1YmFkcygpLmNvbGxhcHNlRW1wdHlEaXZzKCk7CiAgICBnb29nbGV0YWcuZW5hYmxlU2VydmljZXMoKTsKICB9KTsKPC9zY3JpcHQ+CgoiO3M6MTk6ImRpc3BsYXlfb25faG9tZXBhZ2UiO3M6MToiMSI7czoyNToiZGlzcGxheV9vbl9jYXRlZ29yeV9wYWdlcyI7czoxOiIxIjt9aToxNzthOjA6e31pOjE4O2E6MDp7fWk6MTk7YTowOnt9aToyMDthOjA6e31pOjIxO2E6MDp7fWk6MjI7YTowOnt9aToyMzthOjA6e31pOjI0O2E6MDp7fWk6MjU7YTowOnt9aToyNjthOjA6e31pOjI3O2E6MDp7fWk6Mjg7YTowOnt9aToyOTthOjA6e31pOjMwO2E6MDp7fWk6MzE7YTowOnt9aTozMjthOjA6e31pOjMzO2E6MDp7fWk6MzQ7YTowOnt9aTozNTthOjA6e31pOjM2O2E6MDp7fWk6Mzc7YTowOnt9aTozODthOjA6e31pOjM5O2E6MDp7fWk6NDA7YTowOnt9aTo0MTthOjA6e31pOjQyO2E6MDp7fWk6NDM7YTowOnt9aTo0NDthOjA6e31pOjQ1O2E6MDp7fWk6NDY7YTowOnt9aTo0NzthOjA6e31pOjQ4O2E6MDp7fWk6NDk7YTowOnt9aTo1MDthOjA6e31pOjUxO2E6MDp7fWk6NTI7YTowOnt9aTo1MzthOjA6e31pOjU0O2E6MDp7fWk6NTU7YTowOnt9aTo1NjthOjA6e31pOjU3O2E6MDp7fWk6NTg7YTowOnt9aTo1OTthOjA6e31pOjYwO2E6MDp7fWk6NjE7YTowOnt9aTo2MjthOjA6e31pOjYzO2E6MDp7fWk6NjQ7YTowOnt9aTo2NTthOjA6e31pOjY2O2E6MDp7fWk6Njc7YTowOnt9aTo2ODthOjA6e31pOjY5O2E6MDp7fWk6NzA7YTowOnt9aTo3MTthOjA6e31pOjcyO2E6MDp7fWk6NzM7YTowOnt9aTo3NDthOjA6e31pOjc1O2E6MDp7fWk6NzY7YTowOnt9aTo3NzthOjA6e31pOjc4O2E6MDp7fWk6Nzk7YTowOnt9aTo4MDthOjA6e31pOjgxO2E6MDp7fWk6ODI7YTowOnt9aTo4MzthOjA6e31pOjg0O2E6MDp7fWk6ODU7YTowOnt9aTo4NjthOjA6e31pOjg3O2E6MDp7fWk6ODg7YTowOnt9aTo4OTthOjA6e31pOjkwO2E6MDp7fWk6OTE7YTowOnt9aTo5MjthOjA6e31pOjkzO2E6MDp7fWk6OTQ7YTowOnt9aTo5NTthOjA6e31pOjk2O2E6MDp7fXM6MToiaCI7YTowOnt9czoxOiJmIjthOjA6e31zOjE6ImEiO2E6MDp7fXM6NjoiZ2xvYmFsIjthOjE2NDp7czoyNDoiU1lOVEFYX0hJR0hMSUdIVEVSX1RIRU1FIjtzOjExOiJhZF9pbnNlcnRlciI7czo3OiJWRVJTSU9OIjtzOjY6IjAyMDczNSI7czoxNjoiQkxPQ0tfQ0xBU1NfTkFNRSI7czoxMDoiY29kZS1ibG9jayI7czoxMToiQkxPQ0tfQ0xBU1MiO3M6MToiMSI7czoxODoiQkxPQ0tfTlVNQkVSX0NMQVNTIjtzOjE6IjEiO3M6MTY6IkJMT0NLX05BTUVfQ0xBU1MiO3M6MToiMCI7czoxMzoiSU5MSU5FX1NUWUxFUyI7czoxOiIxIjtzOjE3OiJNSU5JTVVNX1VTRVJfUk9MRSI7czoxMzoiYWRtaW5pc3RyYXRvciI7czoxODoiU1RJQ0tZX1dJREdFVF9NT0RFIjtpOjA7czoyMDoiU1RJQ0tZX1dJREdFVF9NQVJHSU4iO2k6MTU7czoxOToiTEFaWV9MT0FESU5HX09GRlNFVCI7aTo2MDA7czoxNToiTUFYX1BBR0VfQkxPQ0tTIjtpOjM7czoxNToiUExVR0lOX1BSSU9SSVRZIjtpOjk5OTk5O3M6MTQ6Ik1BWF9MSVNUX0lURU1TIjtpOjUwMDA7czoxNToiVEFCX1NFVFVQX0RFTEFZIjtpOjEwMDtzOjIyOiJDTElDS19GUkFVRF9QUk9URUNUSU9OIjtzOjE6IjAiO3M6Mjc6IkNMSUNLX0ZSQVVEX1BST1RFQ1RJT05fVElNRSI7aToxO3M6MjQ6IkdMT0JBTF9WSVNJVE9SX0xJTUlUX0NQVCI7czowOiIiO3M6MjU6IkdMT0JBTF9WSVNJVE9SX0xJTUlUX1RJTUUiO3M6MDoiIjtzOjIwOiJDRlBfQkxPQ0tfSVBfQUREUkVTUyI7czoxOiIwIjtzOjE0OiJEWU5BTUlDX0JMT0NLUyI7aTozO3M6Mjg6IlBBUkFHUkFQSF9DT1VOVElOR19GVU5DVElPTlMiO2k6MDtzOjE2OiJPVVRQVVRfQlVGRkVSSU5HIjtpOjA7czoxNToiRElTQUJMRV9DQUNISU5HIjtpOjE7czoxMzoiTUVOVV9GT1JfTElOSyI7aTowO3M6MTU6IldBSVRfRk9SX0pRVUVSWSI7aTowO3M6MjA6IkpBVkFTQ1JJUFRfQ09ERV9NT0RFIjtpOjA7czoyODoiTk9fUEFSQUdSQVBIX0NPVU5USU5HX0lOU0lERSI7czoyMjoiYmxvY2txdW90ZSwgZmlndXJlLCBsaSI7czo4OiJBRF9MQUJFTCI7czoxNDoiQWR2ZXJ0aXNlbWVudHMiO3M6MjA6Ik1BSU5fQ09OVEVOVF9FTEVNRU5UIjtzOjA6IiI7czoxMToiQURCX0RFVklDRVMiO2k6NjtzOjEwOiJBREJfQUNUSU9OIjtpOjA7czoxMzoiQURCX05PX0FDVElPTiI7aTowO3M6MTY6IkFEQl9ERUxBWV9BQ1RJT04iO3M6MDoiIjtzOjIwOiJBREJfTk9fQUNUSU9OX1BFUklPRCI7aTozMDtzOjEzOiJBREJfU0VMRUNUT1JTIjtzOjA6IiI7czoyMDoiQURCX1JFRElSRUNUSU9OX1BBR0UiO2k6MDtzOjI2OiJBREJfQ1VTVE9NX1JFRElSRUNUSU9OX1VSTCI7czowOiIiO3M6MTU6IkFEQl9PVkVSTEFZX0NTUyI7czozMjoiYmFja2dyb3VuZDogIzAwMDsgb3BhY2l0eTogMC44NTsiO3M6MTU6IkFEQl9NRVNTQUdFX0NTUyI7czo3Mjoid2lkdGg6IDMwMHB4OyBwYWRkaW5nOiAxMHB4OyBib3JkZXI6IDVweCBzb2xpZCAjZjAwOyBib3JkZXItcmFkaXVzOiA1cHg7IjtzOjI1OiJBREJfVU5ESVNNSVNTSUJMRV9NRVNTQUdFIjtzOjE6IjAiO3M6MjA6IkFEQl9FWFRFUk5BTF9TQ1JJUFRTIjtzOjE6IjEiO3M6Mjg6IkFEQl9OT19VTkRJU01JU1NJQkxFX01FU1NBR0UiO2k6MDtzOjIzOiJBRE1JTl9UT09MQkFSX0RFQlVHR0lORyI7czoxOiIxIjtzOjIwOiJBRE1JTl9UT09MQkFSX01PQklMRSI7czoxOiIwIjtzOjE5OiJGT1JDRV9BRE1JTl9UT09MQkFSIjtzOjE6IjAiO3M6MTY6IlJFTU9URV9ERUJVR0dJTkciO3M6MToiMCI7czoxOToiRElTQUJMRV9UUkFOU0xBVElPTiI7czoxOiIwIjtzOjIwOiJCQUNLRU5EX0pTX0RFQlVHR0lORyI7czoxOiIwIjtzOjIxOiJGUk9OVEVORF9KU19ERUJVR0dJTkciO3M6MToiMCI7czoyNDoiRElTQUJMRV9CTE9DS19JTlNFUlRJT05TIjtzOjE6IjAiO3M6MjI6IkRJU0FCTEVfUEhQX1BST0NFU1NJTkciO3M6MToiMCI7czoxNzoiRElTQUJMRV9IVE1MX0NPREUiO3M6MToiMCI7czoxNjoiRElTQUJMRV9DU1NfQ09ERSI7czoxOiIwIjtzOjE1OiJESVNBQkxFX0pTX0NPREUiO3M6MToiMCI7czoxOToiRElTQUJMRV9IRUFERVJfQ09ERSI7czoxOiIwIjtzOjE5OiJESVNBQkxFX0ZPT1RFUl9DT0RFIjtzOjE6IjAiO3M6MTU6IlZJRVdQT1JUX05BTUVfMSI7czo3OiJEZXNrdG9wIjtzOjE2OiJWSUVXUE9SVF9XSURUSF8xIjtpOjk4MDtzOjE1OiJWSUVXUE9SVF9OQU1FXzIiO3M6NjoiVGFibGV0IjtzOjE2OiJWSUVXUE9SVF9XSURUSF8yIjtpOjc2ODtzOjE1OiJWSUVXUE9SVF9OQU1FXzMiO3M6NToiUGhvbmUiO3M6MTY6IlZJRVdQT1JUX1dJRFRIXzMiO2k6MDtzOjE1OiJWSUVXUE9SVF9OQU1FXzQiO3M6MDoiIjtzOjE2OiJWSUVXUE9SVF9XSURUSF80IjtzOjA6IiI7czoxNToiVklFV1BPUlRfTkFNRV81IjtzOjA6IiI7czoxNjoiVklFV1BPUlRfV0lEVEhfNSI7czowOiIiO3M6MTU6IlZJRVdQT1JUX05BTUVfNiI7czowOiIiO3M6MTY6IlZJRVdQT1JUX1dJRFRIXzYiO3M6MDoiIjtzOjE1OiJDT05TVEFOVF9OQU1FXzEiO3M6MDoiIjtzOjE2OiJDT05TVEFOVF9WQUxVRV8xIjtzOjA6IiI7czoxNToiQ09OU1RBTlRfTkFNRV8yIjtzOjA6IiI7czoxNjoiQ09OU1RBTlRfVkFMVUVfMiI7czowOiIiO3M6MTU6IkNPTlNUQU5UX05BTUVfMyI7czowOiIiO3M6MTY6IkNPTlNUQU5UX1ZBTFVFXzMiO3M6MDoiIjtzOjE1OiJDT05TVEFOVF9OQU1FXzQiO3M6MDoiIjtzOjE2OiJDT05TVEFOVF9WQUxVRV80IjtzOjA6IiI7czoxNToiQ09OU1RBTlRfTkFNRV81IjtzOjA6IiI7czoxNjoiQ09OU1RBTlRfVkFMVUVfNSI7czowOiIiO3M6MTU6IkNPTlNUQU5UX05BTUVfNiI7czowOiIiO3M6MTY6IkNPTlNUQU5UX1ZBTFVFXzYiO3M6MDoiIjtzOjE0OiJIT09LX0VOQUJMRURfMSI7czoxOiIwIjtzOjExOiJIT09LX05BTUVfMSI7czowOiIiO3M6MTM6IkhPT0tfQUNUSU9OXzEiO3M6MDoiIjtzOjE1OiJIT09LX1BSSU9SSVRZXzEiO2k6MTA7czoxNDoiSE9PS19FTkFCTEVEXzIiO3M6MToiMCI7czoxMToiSE9PS19OQU1FXzIiO3M6MDoiIjtzOjEzOiJIT09LX0FDVElPTl8yIjtzOjA6IiI7czoxNToiSE9PS19QUklPUklUWV8yIjtpOjEwO3M6MTQ6IkhPT0tfRU5BQkxFRF8zIjtzOjE6IjAiO3M6MTE6IkhPT0tfTkFNRV8zIjtzOjA6IiI7czoxMzoiSE9PS19BQ1RJT05fMyI7czowOiIiO3M6MTU6IkhPT0tfUFJJT1JJVFlfMyI7aToxMDtzOjE0OiJIT09LX0VOQUJMRURfNCI7czoxOiIwIjtzOjExOiJIT09LX05BTUVfNCI7czowOiIiO3M6MTM6IkhPT0tfQUNUSU9OXzQiO3M6MDoiIjtzOjE1OiJIT09LX1BSSU9SSVRZXzQiO2k6MTA7czoxNDoiSE9PS19FTkFCTEVEXzUiO3M6MToiMCI7czoxMToiSE9PS19OQU1FXzUiO3M6MDoiIjtzOjEzOiJIT09LX0FDVElPTl81IjtzOjA6IiI7czoxNToiSE9PS19QUklPUklUWV81IjtpOjEwO3M6MTQ6IkhPT0tfRU5BQkxFRF82IjtzOjE6IjAiO3M6MTE6IkhPT0tfTkFNRV82IjtzOjA6IiI7czoxMzoiSE9PS19BQ1RJT05fNiI7czowOiIiO3M6MTU6IkhPT0tfUFJJT1JJVFlfNiI7aToxMDtzOjE0OiJIT09LX0VOQUJMRURfNyI7czoxOiIwIjtzOjExOiJIT09LX05BTUVfNyI7czowOiIiO3M6MTM6IkhPT0tfQUNUSU9OXzciO3M6MDoiIjtzOjE1OiJIT09LX1BSSU9SSVRZXzciO2k6MTA7czoxNDoiSE9PS19FTkFCTEVEXzgiO3M6MToiMCI7czoxMToiSE9PS19OQU1FXzgiO3M6MDoiIjtzOjEzOiJIT09LX0FDVElPTl84IjtzOjA6IiI7czoxNToiSE9PS19QUklPUklUWV84IjtpOjEwO3M6MTQ6IkhPT0tfRU5BQkxFRF85IjtzOjE6IjAiO3M6MTE6IkhPT0tfTkFNRV85IjtzOjA6IiI7czoxMzoiSE9PS19BQ1RJT05fOSI7czowOiIiO3M6MTU6IkhPT0tfUFJJT1JJVFlfOSI7aToxMDtzOjE1OiJIT09LX0VOQUJMRURfMTAiO3M6MToiMCI7czoxMjoiSE9PS19OQU1FXzEwIjtzOjA6IiI7czoxNDoiSE9PS19BQ1RJT05fMTAiO3M6MDoiIjtzOjE2OiJIT09LX1BSSU9SSVRZXzEwIjtpOjEwO3M6MTU6IkhPT0tfRU5BQkxFRF8xMSI7czoxOiIwIjtzOjEyOiJIT09LX05BTUVfMTEiO3M6MDoiIjtzOjE0OiJIT09LX0FDVElPTl8xMSI7czowOiIiO3M6MTY6IkhPT0tfUFJJT1JJVFlfMTEiO2k6MTA7czoxNToiSE9PS19FTkFCTEVEXzEyIjtzOjE6IjAiO3M6MTI6IkhPT0tfTkFNRV8xMiI7czowOiIiO3M6MTQ6IkhPT0tfQUNUSU9OXzEyIjtzOjA6IiI7czoxNjoiSE9PS19QUklPUklUWV8xMiI7aToxMDtzOjE1OiJIT09LX0VOQUJMRURfMTMiO3M6MToiMCI7czoxMjoiSE9PS19OQU1FXzEzIjtzOjA6IiI7czoxNDoiSE9PS19BQ1RJT05fMTMiO3M6MDoiIjtzOjE2OiJIT09LX1BSSU9SSVRZXzEzIjtpOjEwO3M6MTU6IkhPT0tfRU5BQkxFRF8xNCI7czoxOiIwIjtzOjEyOiJIT09LX05BTUVfMTQiO3M6MDoiIjtzOjE0OiJIT09LX0FDVElPTl8xNCI7czowOiIiO3M6MTY6IkhPT0tfUFJJT1JJVFlfMTQiO2k6MTA7czoxNToiSE9PS19FTkFCTEVEXzE1IjtzOjE6IjAiO3M6MTI6IkhPT0tfTkFNRV8xNSI7czowOiIiO3M6MTQ6IkhPT0tfQUNUSU9OXzE1IjtzOjA6IiI7czoxNjoiSE9PS19QUklPUklUWV8xNSI7aToxMDtzOjE1OiJIT09LX0VOQUJMRURfMTYiO3M6MToiMCI7czoxMjoiSE9PS19OQU1FXzE2IjtzOjA6IiI7czoxNDoiSE9PS19BQ1RJT05fMTYiO3M6MDoiIjtzOjE2OiJIT09LX1BSSU9SSVRZXzE2IjtpOjEwO3M6MTU6IkhPT0tfRU5BQkxFRF8xNyI7czoxOiIwIjtzOjEyOiJIT09LX05BTUVfMTciO3M6MDoiIjtzOjE0OiJIT09LX0FDVElPTl8xNyI7czowOiIiO3M6MTY6IkhPT0tfUFJJT1JJVFlfMTciO2k6MTA7czoxNToiSE9PS19FTkFCTEVEXzE4IjtzOjE6IjAiO3M6MTI6IkhPT0tfTkFNRV8xOCI7czowOiIiO3M6MTQ6IkhPT0tfQUNUSU9OXzE4IjtzOjA6IiI7czoxNjoiSE9PS19QUklPUklUWV8xOCI7aToxMDtzOjE1OiJIT09LX0VOQUJMRURfMTkiO3M6MToiMCI7czoxMjoiSE9PS19OQU1FXzE5IjtzOjA6IiI7czoxNDoiSE9PS19BQ1RJT05fMTkiO3M6MDoiIjtzOjE2OiJIT09LX1BSSU9SSVRZXzE5IjtpOjEwO3M6MTU6IkhPT0tfRU5BQkxFRF8yMCI7czoxOiIwIjtzOjEyOiJIT09LX05BTUVfMjAiO3M6MDoiIjtzOjE0OiJIT09LX0FDVElPTl8yMCI7czowOiIiO3M6MTY6IkhPT0tfUFJJT1JJVFlfMjAiO2k6MTA7czoxMjoiVklFV1BPUlRfQ1NTIjtzOjYwNToiLmFpLXZpZXdwb3J0cyAgICAgICAgICAgICAgICAgey0tYWk6IDE7fQouYWktdmlld3BvcnQtMyAgICAgICAgICAgICAgICB7IGRpc3BsYXk6IG5vbmUgIWltcG9ydGFudDt9Ci5haS12aWV3cG9ydC0yICAgICAgICAgICAgICAgIHsgZGlzcGxheTogbm9uZSAhaW1wb3J0YW50O30KLmFpLXZpZXdwb3J0LTEgICAgICAgICAgICAgICAgeyBkaXNwbGF5OiBpbmhlcml0ICFpbXBvcnRhbnQ7fQouYWktdmlld3BvcnQtMCAgICAgICAgICAgICAgICB7IGRpc3BsYXk6IG5vbmUgIWltcG9ydGFudDt9CkBtZWRpYSAobWluLXdpZHRoOiA3NjhweCkgYW5kIChtYXgtd2lkdGg6IDk3OXB4KSB7Ci5haS12aWV3cG9ydC0xICAgICAgICAgICAgICAgIHsgZGlzcGxheTogbm9uZSAhaW1wb3J0YW50O30KLmFpLXZpZXdwb3J0LTIgICAgICAgICAgICAgICAgeyBkaXNwbGF5OiBpbmhlcml0ICFpbXBvcnRhbnQ7fQp9CkBtZWRpYSAobWF4LXdpZHRoOiA3NjdweCkgewouYWktdmlld3BvcnQtMSAgICAgICAgICAgICAgICB7IGRpc3BsYXk6IG5vbmUgIWltcG9ydGFudDt9Ci5haS12aWV3cG9ydC0zICAgICAgICAgICAgICAgIHsgZGlzcGxheTogaW5oZXJpdCAhaW1wb3J0YW50O30KfQoiO3M6MTM6IkFMSUdOTUVOVF9DU1MiO3M6MDoiIjtzOjk6IlRJTUVTVEFNUCI7aToxNzIyNDE4NTYwO31zOjc6ImV4dHJhY3QiO2E6MTU6e3M6MTE6InVzZWRfYmxvY2tzIjtzOjY6ImE6MDp7fSI7czo4OiJmZWF0dXJlcyI7YToxMzp7aTo1NztiOjA7aTo2O2I6MDtpOjc7YjowO2k6Mjk7YjoxO2k6MzE7YjowO2k6OTtiOjA7aToyNjtiOjA7aTo3NztiOjA7aTo1MztiOjA7aTo0NjtiOjA7aTozMztiOjA7aTozNztiOjA7aTozOTtiOjA7fXM6MTc6ImFib3ZlX2hlYWRlcl9ob29rIjthOjExOntpOjA7YTowOnt9aTozO2E6MDp7fWk6NDthOjA6e31pOjY7YTowOnt9aTo1O2E6MDp7fWk6MTthOjA6e31pOjI7YTowOnt9aTo3O2E6MDp7fWk6ODthOjA6e31pOjEwO2E6MDp7fWk6MTE7YTowOnt9fXM6MTc6Imh0bWxfZWxlbWVudF9ob29rIjthOjExOntpOjA7YTowOnt9aTozO2E6MDp7fWk6NDthOjA6e31pOjY7YTowOnt9aTo1O2E6MDp7fWk6MTthOjA6e31pOjI7YTowOnt9aTo3O2E6MDp7fWk6ODthOjA6e31pOjEwO2E6MDp7fWk6MTE7YTowOnt9fXM6MTI6ImNvbnRlbnRfaG9vayI7YToxMTp7aTowO2E6MDp7fWk6MzthOjA6e31pOjQ7YTowOnt9aTo2O2E6MDp7fWk6NTthOjA6e31pOjE7YTowOnt9aToyO2E6MDp7fWk6NzthOjA6e31pOjg7YTowOnt9aToxMDthOjA6e31pOjExO2E6MDp7fX1zOjEyOiJleGNlcnB0X2hvb2siO2E6MTE6e2k6MDthOjA6e31pOjM7YTowOnt9aTo0O2E6MDp7fWk6NjthOjA6e31pOjU7YTowOnt9aToxO2E6MDp7fWk6MjthOjA6e31pOjc7YTowOnt9aTo4O2E6MDp7fWk6MTA7YTowOnt9aToxMTthOjA6e319czoxNToibG9vcF9zdGFydF9ob29rIjthOjExOntpOjA7YTowOnt9aTozO2E6MDp7fWk6NDthOjA6e31pOjY7YTowOnt9aTo1O2E6MDp7fWk6MTthOjA6e31pOjI7YTowOnt9aTo3O2E6MDp7fWk6ODthOjA6e31pOjEwO2E6MDp7fWk6MTE7YTowOnt9fXM6MTM6Imxvb3BfZW5kX2hvb2siO2E6MTE6e2k6MDthOjA6e31pOjM7YTowOnt9aTo0O2E6MDp7fWk6NjthOjA6e31pOjU7YTowOnt9aToxO2E6MDp7fWk6MjthOjA6e31pOjc7YTowOnt9aTo4O2E6MDp7fWk6MTA7YTowOnt9aToxMTthOjA6e319czoxMzoidGhlX3Bvc3RfaG9vayI7YToxMTp7aTowO2E6MDp7fWk6MzthOjA6e31pOjQ7YTowOnt9aTo2O2E6MDp7fWk6NTthOjA6e31pOjE7YTowOnt9aToyO2E6MDp7fWk6NzthOjA6e31pOjg7YTowOnt9aToxMDthOjA6e31pOjExO2E6MDp7fX1zOjIwOiJiZWZvcmVfY29tbWVudHNfaG9vayI7YToxMTp7aTowO2E6MDp7fWk6MzthOjA6e31pOjQ7YTowOnt9aTo2O2E6MDp7fWk6NTthOjA6e31pOjE7YTowOnt9aToyO2E6MDp7fWk6NzthOjA6e31pOjg7YTowOnt9aToxMDthOjA6e31pOjExO2E6MDp7fX1zOjIxOiJiZXR3ZWVuX2NvbW1lbnRzX2hvb2siO2E6MTE6e2k6MDthOjA6e31pOjM7YTowOnt9aTo0O2E6MDp7fWk6NjthOjA6e31pOjU7YTowOnt9aToxO2E6MDp7fWk6MjthOjA6e31pOjc7YTowOnt9aTo4O2E6MDp7fWk6MTA7YTowOnt9aToxMTthOjA6e319czoxOToiYWZ0ZXJfY29tbWVudHNfaG9vayI7YToxMTp7aTowO2E6MDp7fWk6MzthOjA6e31pOjQ7YTowOnt9aTo2O2E6MDp7fWk6NTthOjA6e31pOjE7YTowOnt9aToyO2E6MDp7fWk6NzthOjA6e31pOjg7YTowOnt9aToxMDthOjA6e31pOjExO2E6MDp7fX1zOjE0OiJ3cF9mb290ZXJfaG9vayI7YToxMTp7aTowO2E6MDp7fWk6MzthOjA6e31pOjQ7YTowOnt9aTo2O2E6MDp7fWk6NTthOjA6e31pOjE7YTowOnt9aToyO2E6MDp7fWk6NzthOjA6e31pOjg7YTowOnt9aToxMDthOjA6e31pOjExO2E6MDp7fX1zOjc6IlZFUlNJT04iO3M6OToiMDIwNzM1LTk2IjtzOjk6IlRJTUVTVEFNUCI7aToxNzIyNDE4NTYwO319', 'auto'),
(1067, 'ad_inserter_extract', 'a:15:{s:11:\"used_blocks\";s:6:\"a:0:{}\";s:8:\"features\";a:13:{i:57;b:0;i:6;b:0;i:7;b:0;i:29;b:1;i:31;b:0;i:9;b:0;i:26;b:0;i:77;b:0;i:53;b:0;i:46;b:0;i:33;b:0;i:37;b:0;i:39;b:0;}s:17:\"above_header_hook\";a:11:{i:0;a:0:{}i:3;a:0:{}i:4;a:0:{}i:6;a:0:{}i:5;a:0:{}i:1;a:0:{}i:2;a:0:{}i:7;a:0:{}i:8;a:0:{}i:10;a:0:{}i:11;a:0:{}}s:17:\"html_element_hook\";a:11:{i:0;a:0:{}i:3;a:0:{}i:4;a:0:{}i:6;a:0:{}i:5;a:0:{}i:1;a:0:{}i:2;a:0:{}i:7;a:0:{}i:8;a:0:{}i:10;a:0:{}i:11;a:0:{}}s:12:\"content_hook\";a:11:{i:0;a:0:{}i:3;a:0:{}i:4;a:0:{}i:6;a:0:{}i:5;a:0:{}i:1;a:0:{}i:2;a:0:{}i:7;a:0:{}i:8;a:0:{}i:10;a:0:{}i:11;a:0:{}}s:12:\"excerpt_hook\";a:11:{i:0;a:0:{}i:3;a:0:{}i:4;a:0:{}i:6;a:0:{}i:5;a:0:{}i:1;a:0:{}i:2;a:0:{}i:7;a:0:{}i:8;a:0:{}i:10;a:0:{}i:11;a:0:{}}s:15:\"loop_start_hook\";a:11:{i:0;a:0:{}i:3;a:0:{}i:4;a:0:{}i:6;a:0:{}i:5;a:0:{}i:1;a:0:{}i:2;a:0:{}i:7;a:0:{}i:8;a:0:{}i:10;a:0:{}i:11;a:0:{}}s:13:\"loop_end_hook\";a:11:{i:0;a:0:{}i:3;a:0:{}i:4;a:0:{}i:6;a:0:{}i:5;a:0:{}i:1;a:0:{}i:2;a:0:{}i:7;a:0:{}i:8;a:0:{}i:10;a:0:{}i:11;a:0:{}}s:13:\"the_post_hook\";a:11:{i:0;a:0:{}i:3;a:0:{}i:4;a:0:{}i:6;a:0:{}i:5;a:0:{}i:1;a:0:{}i:2;a:0:{}i:7;a:0:{}i:8;a:0:{}i:10;a:0:{}i:11;a:0:{}}s:20:\"before_comments_hook\";a:11:{i:0;a:0:{}i:3;a:0:{}i:4;a:0:{}i:6;a:0:{}i:5;a:0:{}i:1;a:0:{}i:2;a:0:{}i:7;a:0:{}i:8;a:0:{}i:10;a:0:{}i:11;a:0:{}}s:21:\"between_comments_hook\";a:11:{i:0;a:0:{}i:3;a:0:{}i:4;a:0:{}i:6;a:0:{}i:5;a:0:{}i:1;a:0:{}i:2;a:0:{}i:7;a:0:{}i:8;a:0:{}i:10;a:0:{}i:11;a:0:{}}s:19:\"after_comments_hook\";a:11:{i:0;a:0:{}i:3;a:0:{}i:4;a:0:{}i:6;a:0:{}i:5;a:0:{}i:1;a:0:{}i:2;a:0:{}i:7;a:0:{}i:8;a:0:{}i:10;a:0:{}i:11;a:0:{}}s:14:\"wp_footer_hook\";a:11:{i:0;a:0:{}i:3;a:0:{}i:4;a:0:{}i:6;a:0:{}i:5;a:0:{}i:1;a:0:{}i:2;a:0:{}i:7;a:0:{}i:8;a:0:{}i:10;a:0:{}i:11;a:0:{}}s:7:\"VERSION\";s:9:\"020735-96\";s:9:\"TIMESTAMP\";i:1722418560;}', 'auto'),
(1668, 'updraft_remotesites', '', 'on'),
(1669, 'updraft_migrator_localkeys', '', 'on'),
(1670, 'updraft_central_localkeys', '', 'on'),
(1672, 'updraft_autobackup_default', '0', 'on'),
(1673, 'updraft_dropbox', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-71bf9c5db31794b503af7471e0832b45\";a:4:{s:6:\"appkey\";s:0:\"\";s:6:\"secret\";s:0:\"\";s:6:\"folder\";s:0:\"\";s:15:\"tk_access_token\";s:0:\"\";}}}', 'on'),
(1674, 'updraft_pcloud', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-7d9347e58370124e965602a755005c54\";a:0:{}}}', 'on'),
(1675, 'updraft_googledrive', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-18c61e39a260e48a0d89600078d3e5fe\";a:3:{s:8:\"clientid\";s:0:\"\";s:6:\"secret\";s:0:\"\";s:5:\"token\";s:0:\"\";}}}', 'on'),
(1676, 'updraftplus_tmp_googledrive_access_token', '', 'on'),
(1677, 'updraftplus_dismissedautobackup', '', 'on'),
(1678, 'dismissed_general_notices_until', '', 'on'),
(1679, 'dismissed_review_notice', '', 'on'),
(1680, 'dismissed_clone_php_notices_until', '', 'on'),
(1681, 'dismissed_clone_wc_notices_until', '', 'on'),
(1682, 'dismissed_season_notices_until', '', 'on'),
(1683, 'updraftplus_dismissedexpiry', '', 'on'),
(1684, 'updraftplus_dismisseddashnotice', '', 'on'),
(1685, 'updraft_interval', 'daily', 'on'),
(1686, 'updraft_interval_increments', 'none', 'on'),
(1689, 'updraft_interval_database', 'daily', 'on'),
(1690, 'updraft_retain', '1', 'on'),
(1691, 'updraft_retain_db', '1', 'on'),
(1692, 'updraft_encryptionphrase', '', 'on'),
(1693, 'updraft_service', '', 'on'),
(1694, 'updraft_googledrive_clientid', '', 'on'),
(1695, 'updraft_googledrive_secret', '', 'on'),
(1696, 'updraft_googledrive_remotepath', '', 'on'),
(1697, 'updraft_ftp', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-29b3c3daa10136b1f57260531c5e6c95\";a:5:{s:4:\"host\";s:0:\"\";s:4:\"user\";s:0:\"\";s:4:\"pass\";s:0:\"\";s:4:\"path\";s:0:\"\";s:7:\"passive\";i:1;}}}', 'on'),
(1698, 'updraft_backblaze', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-c692a210bf58d70d12a4932bd701c3a8\";a:0:{}}}', 'on'),
(1699, 'updraft_server_address', '', 'on'),
(1700, 'updraft_dir', '', 'on'),
(1701, 'updraft_email', '', 'on'),
(1702, 'updraft_delete_local', '0', 'on'),
(1703, 'updraft_debug_mode', '0', 'on'),
(1704, 'updraft_include_plugins', '0', 'on'),
(1705, 'updraft_include_themes', '0', 'on'),
(1706, 'updraft_include_uploads', '0', 'on'),
(1707, 'updraft_include_others', '0', 'on'),
(1708, 'updraft_include_wpcore', '0', 'on'),
(1709, 'updraft_include_wpcore_exclude', '', 'on'),
(1710, 'updraft_include_more', '0', 'on'),
(1711, 'updraft_include_blogs', '', 'on'),
(1712, 'updraft_include_mu-plugins', '', 'on'),
(1714, 'updraft_include_others_exclude', '', 'on'),
(1715, 'updraft_include_uploads_exclude', '', 'on'),
(1716, 'updraft_lastmessage', 'The backup succeeded and is now complete (Oct 27 22:44:36)', 'on'),
(1717, 'updraft_googledrive_token', '', 'on'),
(1718, 'updraft_dropboxtk_request_token', '', 'on'),
(1719, 'updraft_dropboxtk_access_token', '', 'on'),
(1720, 'updraft_adminlocking', '', 'on'),
(1721, 'updraft_updraftvault', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-6e8b088ab5eb172156078275116959dc\";a:3:{s:5:\"token\";s:0:\"\";s:5:\"email\";s:0:\"\";s:5:\"quota\";i:-1;}}}', 'on'),
(1722, 'updraft_retain_extrarules', '', 'on'),
(1723, 'updraft_googlecloud', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-0c35195b3e891fed691d41f99bca8dc1\";a:0:{}}}', 'on'),
(1724, 'updraft_include_more_path', '', 'on'),
(1725, 'updraft_split_every', '25', 'on'),
(1726, 'updraft_ssl_nossl', '0', 'on'),
(1727, 'updraft_backupdb_nonwp', '0', 'on'),
(1728, 'updraft_extradbs', '', 'on'),
(1730, 'updraft_last_backup', 'a:6:{s:26:\"nonincremental_backup_time\";i:1761605074;s:11:\"backup_time\";i:1761605074;s:12:\"backup_array\";a:3:{s:2:\"db\";s:55:\"backup_2025-10-27-2244_Game_Platform_aad274027c5c-db.gz\";s:7:\"db-size\";i:480994;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"dda66c9e20589b71ff2b28a69e340ca6a000dc03\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"6165cc412a302e2468052bc7304de0579754d74d11b12ca80df7011b5fdf784f\";}}}s:7:\"success\";i:1;s:6:\"errors\";a:0:{}s:12:\"backup_nonce\";s:12:\"aad274027c5c\";}', 'on'),
(1731, 'updraft_starttime_files', '06:34', 'on'),
(1732, 'updraft_starttime_db', '06:34', 'on'),
(1733, 'updraft_startday_db', '0', 'on'),
(1734, 'updraft_startday_files', '0', 'on'),
(1735, 'updraft_sftp', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-2da0b70329bcc0100e678a695e928471\";a:0:{}}}', 'on'),
(1736, 'updraft_s3', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-a05175aa44dc8948c82bfb262108303f\";a:5:{s:9:\"accesskey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:4:\"path\";s:0:\"\";s:3:\"rrs\";s:0:\"\";s:22:\"server_side_encryption\";s:0:\"\";}}}', 'on'),
(1737, 'updraft_s3generic', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-70a1f1590407ac92a0b7a2dc47fa169d\";a:4:{s:9:\"accesskey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:4:\"path\";s:0:\"\";s:8:\"endpoint\";s:0:\"\";}}}', 'on'),
(1738, 'updraft_dreamhost', '', 'on'),
(1739, 'updraft_s3generic_login', '', 'on'),
(1740, 'updraft_s3generic_pass', '', 'on'),
(1741, 'updraft_s3generic_remote_path', '', 'on'),
(1742, 'updraft_s3generic_endpoint', '', 'on'),
(1743, 'updraft_webdav', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-522a22c4b73830f1c647856b79bfc008\";a:0:{}}}', 'on'),
(1744, 'updraft_openstack', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-b7b44cb55530a7c717e51d36af7d13c1\";a:6:{s:4:\"user\";s:0:\"\";s:7:\"authurl\";s:0:\"\";s:8:\"password\";s:0:\"\";s:6:\"tenant\";s:0:\"\";s:4:\"path\";s:0:\"\";s:6:\"region\";s:0:\"\";}}}', 'on'),
(1745, 'updraft_onedrive', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-39fb6a5ef7b9dd9e7088d385978886a5\";a:0:{}}}', 'on'),
(1746, 'updraft_azure', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-32ac63666b86e1f327e88c809206fb42\";a:0:{}}}', 'on'),
(1747, 'updraft_cloudfiles', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-267d3c7649c446e8e8eb838e14dc9245\";a:5:{s:4:\"user\";s:0:\"\";s:7:\"authurl\";s:35:\"https://auth.api.rackspacecloud.com\";s:6:\"apikey\";s:0:\"\";s:4:\"path\";s:0:\"\";s:6:\"region\";N;}}}', 'on'),
(1748, 'updraft_cloudfiles_user', '', 'on'),
(1749, 'updraft_cloudfiles_apikey', '', 'on'),
(1750, 'updraft_cloudfiles_path', '', 'on'),
(1751, 'updraft_cloudfiles_authurl', '', 'on'),
(1752, 'updraft_ssl_useservercerts', '0', 'on'),
(1753, 'updraft_ssl_disableverify', '0', 'on'),
(1754, 'updraft_s3_login', '', 'on'),
(1755, 'updraft_s3_pass', '', 'on'),
(1756, 'updraft_s3_remote_path', '', 'on'),
(1757, 'updraft_dreamobjects_login', '', 'on'),
(1758, 'updraft_dreamobjects_pass', '', 'on'),
(1759, 'updraft_dreamobjects_remote_path', '', 'on'),
(1760, 'updraft_dreamobjects', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-1223af0f74960869266fb57ed4ddf54b\";a:3:{s:9:\"accesskey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:4:\"path\";s:0:\"\";}}}', 'on'),
(1761, 'updraft_report_warningsonly', 'a:0:{}', 'on'),
(1762, 'updraft_report_wholebackup', 'a:0:{}', 'on'),
(1763, 'updraft_report_dbbackup', 'a:0:{}', 'on'),
(1764, 'updraft_log_syslog', '0', 'on'),
(1765, 'updraft_extradatabases', '', 'on'),
(1766, 'updraftplus_tour_cancelled_on', 'backup_now', 'on'),
(1767, 'updraftplus_version', '1.24.4', 'on'),
(1768, 'updraft_dismiss_admin_warning_litespeed', '', 'on'),
(1769, 'updraft_dismiss_admin_warning_pclzip', '', 'on'),
(1770, 'updraft_dismiss_phpseclib_notice', '', 'on');
INSERT INTO `TI9k8mggE_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1771, 'updraft_backup_history', 'a:441:{i:1761605074;a:11:{s:2:\"db\";s:55:\"backup_2025-10-27-2244_Game_Platform_aad274027c5c-db.gz\";s:7:\"db-size\";i:480994;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"dda66c9e20589b71ff2b28a69e340ca6a000dc03\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"6165cc412a302e2468052bc7304de0579754d74d11b12ca80df7011b5fdf784f\";}}s:5:\"nonce\";s:12:\"aad274027c5c\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1761518824;a:11:{s:2:\"db\";s:55:\"backup_2025-10-26-2247_Game_Platform_271c1d09754d-db.gz\";s:7:\"db-size\";i:480887;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"2f5c67c728480a72562337060623a6b95d6397f0\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"bfca40759eb108acbd2fb02d1ac4cfd3031338322407d0be8c8e558b71356a56\";}}s:5:\"nonce\";s:12:\"271c1d09754d\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1761432434;a:11:{s:2:\"db\";s:55:\"backup_2025-10-25-2247_Game_Platform_3aa73301d0d2-db.gz\";s:7:\"db-size\";i:480679;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"e07aae26f12b3b0bf1ff21e7590ce0a8c07576ab\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"5b0f0135f12183e26080e756958a5cbf25620448fae1cdb462600a69ee1be0fa\";}}s:5:\"nonce\";s:12:\"3aa73301d0d2\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1761345947;a:11:{s:2:\"db\";s:55:\"backup_2025-10-24-2245_Game_Platform_fe087536cd08-db.gz\";s:7:\"db-size\";i:480558;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"4e953e68c51b3b1995fd878ba16e8dba671f2703\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"06c8fe7d170bd7f49bb9944a7f9eb143b66db99eec3e0304719efc5063de57dc\";}}s:5:\"nonce\";s:12:\"fe087536cd08\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1761259503;a:11:{s:2:\"db\";s:55:\"backup_2025-10-23-2245_Game_Platform_7b192df8c3b3-db.gz\";s:7:\"db-size\";i:480508;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"efbf9155132c7f053f53b2177b65d7df6e7eeac7\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"ca592896cf0347660ba0c1d920b77f5485cc40418c9a3f2114bf9cd787eed855\";}}s:5:\"nonce\";s:12:\"7b192df8c3b3\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1761173077;a:11:{s:2:\"db\";s:55:\"backup_2025-10-22-2244_Game_Platform_e07b1d754ac6-db.gz\";s:7:\"db-size\";i:480411;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"6eb79012291281c13cbfd93ec97537f52c5cf15a\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"aa35cdea4904d6d7cd260533508080a95df04ef46aaf470cb50a65d9048d15ea\";}}s:5:\"nonce\";s:12:\"e07b1d754ac6\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1761086667;a:11:{s:2:\"db\";s:55:\"backup_2025-10-21-2244_Game_Platform_441e34440c25-db.gz\";s:7:\"db-size\";i:480301;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"aefc877d86df9626109166c8d40ded0fbb88f156\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"4dd9c2f863df96125376129244bd1a3073890b8c3fb9b65be80ed395046ad611\";}}s:5:\"nonce\";s:12:\"441e34440c25\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1761000417;a:11:{s:2:\"db\";s:55:\"backup_2025-10-20-2246_Game_Platform_8752ff44a140-db.gz\";s:7:\"db-size\";i:480199;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"51f0fae81b8310468a1fa561c3f1a739c282b286\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"e85593bc2c069a96667a7483d566c34160fecabfa13714caf4876f8b04bb4449\";}}s:5:\"nonce\";s:12:\"8752ff44a140\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1760913995;a:11:{s:2:\"db\";s:55:\"backup_2025-10-19-2246_Game_Platform_b92f2a5e1216-db.gz\";s:7:\"db-size\";i:480214;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"d254c24b4a16f5a85f90aba30d6bbfdcc2896274\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"47c8aa9ae4257b49ffcc6e2f7aba7cf7de1ddbe411a84bc4f13330fc0e587282\";}}s:5:\"nonce\";s:12:\"b92f2a5e1216\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1760827568;a:11:{s:2:\"db\";s:55:\"backup_2025-10-18-2246_Game_Platform_b90a203aa60f-db.gz\";s:7:\"db-size\";i:480125;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"38fa6cd0e8650a4eeb57eecc440d1b73e42b1b8f\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"705c57285ef919139837ca1cf2543ec2355b9587f7805b2deff14fd9a30b5ffc\";}}s:5:\"nonce\";s:12:\"b90a203aa60f\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1760741117;a:11:{s:2:\"db\";s:55:\"backup_2025-10-17-2245_Game_Platform_1382c3d8b344-db.gz\";s:7:\"db-size\";i:480048;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"21c0fe6341cfe39555902beed4577665696db888\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"a1acadf824a4950764e9f4a9a9dfd0b2c020ae3c951c357b650b04b2f1980aa1\";}}s:5:\"nonce\";s:12:\"1382c3d8b344\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1760654791;a:11:{s:2:\"db\";s:55:\"backup_2025-10-16-2246_Game_Platform_71e215751640-db.gz\";s:7:\"db-size\";i:479980;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"73d2afa3c0bfb1bfd4414d58a61aafbd01b71e5b\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"3e7075806841226b4ad730eb6e3a916bd667c63b7a5ca085837bb8003b8556b8\";}}s:5:\"nonce\";s:12:\"71e215751640\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1760568321;a:11:{s:2:\"db\";s:55:\"backup_2025-10-15-2245_Game_Platform_b60b3d1de51e-db.gz\";s:7:\"db-size\";i:479914;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"deebbb05afc52c118673491638883b6bde79309a\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"fafdc9cc4b5d01be9ae4415ed74a7db3e828ce778af910bf9d1c1e35d13f96ba\";}}s:5:\"nonce\";s:12:\"b60b3d1de51e\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1760481904;a:11:{s:2:\"db\";s:55:\"backup_2025-10-14-2245_Game_Platform_1bf12b26939a-db.gz\";s:7:\"db-size\";i:479842;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"499295150099d6c616ae80620d6e76b58c86c071\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"5ae90226b0d6e95ef64f8d3998fc0832e625711983e74a0d478620c54b491fa6\";}}s:5:\"nonce\";s:12:\"1bf12b26939a\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1760395766;a:11:{s:2:\"db\";s:55:\"backup_2025-10-13-2249_Game_Platform_fe384f9846fa-db.gz\";s:7:\"db-size\";i:479778;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"be5a5d6aafa4a90b91b7f67c7f8b83d6e431e228\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"870417ce7a395564f89712376e448e6cebb51c473caa14da6bc8025c3130e0a0\";}}s:5:\"nonce\";s:12:\"fe384f9846fa\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1760309203;a:11:{s:2:\"db\";s:55:\"backup_2025-10-12-2246_Game_Platform_8edc6907f29f-db.gz\";s:7:\"db-size\";i:479686;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"d62ccae1bfcb48e079313dfdeeb815ea9d6d4cd0\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"42736a2a8d9121aba96335efb73cd8b75039004ebd921ddb9bd5d3fb2450cd2b\";}}s:5:\"nonce\";s:12:\"8edc6907f29f\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1760222794;a:11:{s:2:\"db\";s:55:\"backup_2025-10-11-2246_Game_Platform_19308f58fc17-db.gz\";s:7:\"db-size\";i:479610;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"5a86e42135a713da0beaefb9df7d3dd7318599c3\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"9440dd0594ab834bc784e5bbb7784da52be497307c155f7bcd1fb3b6c24cbc96\";}}s:5:\"nonce\";s:12:\"19308f58fc17\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1760136303;a:11:{s:2:\"db\";s:55:\"backup_2025-10-10-2245_Game_Platform_f021a136ec20-db.gz\";s:7:\"db-size\";i:479515;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"56c68b2bbb525afea3763009cd23722282147ed3\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"e1a244d4cc8391409f9fb5ca55ccf124a575a33535f781f5984342d9bf4d2601\";}}s:5:\"nonce\";s:12:\"f021a136ec20\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1760049966;a:11:{s:2:\"db\";s:55:\"backup_2025-10-09-2246_Game_Platform_677ac990bbcd-db.gz\";s:7:\"db-size\";i:479415;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"73d4d3ae02c5a04597e165ed430c966b6e5c5790\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"4e1c971fdfa4603574a6b40e82b5c8668773d26c66704068e58e00ac16f8423f\";}}s:5:\"nonce\";s:12:\"677ac990bbcd\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1759963557;a:11:{s:2:\"db\";s:55:\"backup_2025-10-08-2245_Game_Platform_588018655568-db.gz\";s:7:\"db-size\";i:479325;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"2c4cb578b154748b5550d91d65222ff339d87429\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"d0a6f791a7171425088d415057245fc6df9c39654ca6b2eaa31b295a70c8f6b9\";}}s:5:\"nonce\";s:12:\"588018655568\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1759877169;a:11:{s:2:\"db\";s:55:\"backup_2025-10-07-2246_Game_Platform_54b274b5122a-db.gz\";s:7:\"db-size\";i:479225;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"fc28138dc12eb89ef70ef18857e0f04be9d738ef\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"da3648eae9f80dbd4513ba2d7f48eba1064af2d5de85963e8dea29db5e88e4ef\";}}s:5:\"nonce\";s:12:\"54b274b5122a\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1759790814;a:11:{s:2:\"db\";s:55:\"backup_2025-10-06-2246_Game_Platform_3e159a76faa3-db.gz\";s:7:\"db-size\";i:479122;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"42b04578414e768ca2039746102a03dc2bd8d482\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"032db1009b2e53792c0e0ba6d2556aeb59d1d196c9dacae07cc1c9776d7e9656\";}}s:5:\"nonce\";s:12:\"3e159a76faa3\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1759704321;a:11:{s:2:\"db\";s:55:\"backup_2025-10-05-2245_Game_Platform_3de3fbb4d0bc-db.gz\";s:7:\"db-size\";i:479029;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"7d69069aee5afb288f68b58ef1a584c122627b5e\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"c9b5ad9c5751956d5f3489ae9786ad0ac123854ad1c694482748b36b20404598\";}}s:5:\"nonce\";s:12:\"3de3fbb4d0bc\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1759617936;a:11:{s:2:\"db\";s:55:\"backup_2025-10-04-2245_Game_Platform_a1b3b96403bd-db.gz\";s:7:\"db-size\";i:478823;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"6dfa2f6ecd7028f3bdc5bca9fad8de4d9ea5c5e5\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"150d6c7700d98a12bff7eff531829b79a1bf02c3b7255af3691fa3aebb1f25fb\";}}s:5:\"nonce\";s:12:\"a1b3b96403bd\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1759531552;a:11:{s:2:\"db\";s:55:\"backup_2025-10-03-2245_Game_Platform_ed204d43afd5-db.gz\";s:7:\"db-size\";i:478712;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"c23fb8bf0a5158c78b1e684961eb8cac1278027d\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"f55138e28b0034f7bd42155b39052acb392d1c43e11707196dd7840a2d762b4d\";}}s:5:\"nonce\";s:12:\"ed204d43afd5\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1759445197;a:11:{s:2:\"db\";s:55:\"backup_2025-10-02-2246_Game_Platform_bb06bcd9b4aa-db.gz\";s:7:\"db-size\";i:478611;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"2c18fc6283d110d5884c454837d14d2519f3d71f\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"5a4ba9a5705715f1aa196b7ec83c178a14742d8a0de53916d91e61eea01697a0\";}}s:5:\"nonce\";s:12:\"bb06bcd9b4aa\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1759358704;a:11:{s:2:\"db\";s:55:\"backup_2025-10-01-2245_Game_Platform_73d8a9b30e8f-db.gz\";s:7:\"db-size\";i:478506;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"5f06aab11fd320365324eb4c1ce98d2a6141a408\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"33cbae8fdff446bd4f30bfb1b155867296b9643da2225a4d2934ae1837f71271\";}}s:5:\"nonce\";s:12:\"73d8a9b30e8f\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1759275900;a:11:{s:2:\"db\";s:55:\"backup_2025-09-30-2345_Game_Platform_d9dffe0a30f9-db.gz\";s:7:\"db-size\";i:478410;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"19b6f2602d2a16d06f24361a7835afcab33741ba\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"48bc31f7e4113406c6aae75852e24519b448b8d2de67b4ad0699c9ddb5a5962c\";}}s:5:\"nonce\";s:12:\"d9dffe0a30f9\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1759185928;a:11:{s:2:\"db\";s:55:\"backup_2025-09-29-2245_Game_Platform_aa6bf0bff2a9-db.gz\";s:7:\"db-size\";i:478323;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"83e6771d9b887405556dd4bf761e7aa67a0b2cde\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"ad237a4a09e31a2257ab57f04428749d899448b726e78a47749535a56f381ee2\";}}s:5:\"nonce\";s:12:\"aa6bf0bff2a9\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1759099469;a:11:{s:2:\"db\";s:55:\"backup_2025-09-28-2244_Game_Platform_1c5940eecd7a-db.gz\";s:7:\"db-size\";i:478353;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"b26d5d4e3232a2b2bdaf0899c17b8aad0ce6befd\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"de75798ebc4e850ab20fcfbc43bacc3fba3133a24ed47836100f9dec46b2cf40\";}}s:5:\"nonce\";s:12:\"1c5940eecd7a\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1759013282;a:11:{s:2:\"db\";s:55:\"backup_2025-09-27-2248_Game_Platform_1c1180e58c14-db.gz\";s:7:\"db-size\";i:478266;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"165aa0093532877749548e623a1e2f0fea07210d\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"32e5dcbebf162283a2a93d769f8e45dad6a74082aa52e64c6a7981ab151dd200\";}}s:5:\"nonce\";s:12:\"1c1180e58c14\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1758926827;a:11:{s:2:\"db\";s:55:\"backup_2025-09-26-2247_Game_Platform_4a0c7cf2247a-db.gz\";s:7:\"db-size\";i:478157;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"d60a68bcdcf8b2c4998926e5f596029389116314\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"42839b7099017c5259a974a51373ffe7d285038871647dcb802d46fa16de7132\";}}s:5:\"nonce\";s:12:\"4a0c7cf2247a\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1758840401;a:11:{s:2:\"db\";s:55:\"backup_2025-09-25-2246_Game_Platform_b6522ae9e195-db.gz\";s:7:\"db-size\";i:478060;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"2d39c02ebb4ed654b646851a3f935eb9710e6675\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"fe047e76f3b4df12df03cd624d1523cd5a7e04a0f0e24b152c22075d03629530\";}}s:5:\"nonce\";s:12:\"b6522ae9e195\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1758754170;a:11:{s:2:\"db\";s:55:\"backup_2025-09-24-2249_Game_Platform_14d23fcb6568-db.gz\";s:7:\"db-size\";i:477967;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"6aa843e128a937aac4cf05ab200f24cef40bcd7e\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"d562a7eed745f50b9e571dea9ccfdc2480ddf4bdfbc709c2b0d625e47d55002e\";}}s:5:\"nonce\";s:12:\"14d23fcb6568\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1758667637;a:11:{s:2:\"db\";s:55:\"backup_2025-09-23-2247_Game_Platform_569d9ff6ac84-db.gz\";s:7:\"db-size\";i:477865;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"f8d7968ebe2e2abc3391db0619e1edee2e73fad8\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"fd15f2bee13776ebc5fb59e9d46ca67219de012518f09d5088854303a7fcf43b\";}}s:5:\"nonce\";s:12:\"569d9ff6ac84\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1758581180;a:11:{s:2:\"db\";s:55:\"backup_2025-09-22-2246_Game_Platform_deae436f0729-db.gz\";s:7:\"db-size\";i:477771;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"fdd51656d05b12748db6cf8e7e238e68127560a0\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"bb993d28ba7282b563704a9c4b61ab212f7c6a488cba98b24b0c02b04c658f9f\";}}s:5:\"nonce\";s:12:\"deae436f0729\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1758494731;a:11:{s:2:\"db\";s:55:\"backup_2025-09-21-2245_Game_Platform_5d2ea26415cd-db.gz\";s:7:\"db-size\";i:477669;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"5c2b0244097672576fe0fd0963495ef337e30255\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"a1cc2f5786259475d2c67d09881524a5ba3c76e5ce4bc0f4f2035c94888d8063\";}}s:5:\"nonce\";s:12:\"5d2ea26415cd\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1758354717;a:11:{s:2:\"db\";s:55:\"backup_2025-09-20-0751_Game_Platform_b95321d3cd98-db.gz\";s:7:\"db-size\";i:477459;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"8c2be88117eb07834d7d700e0f8cb379eb09dd61\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"4d16b5f73535290268a8b0a5d795e1a5a04b78be772cba2880676c07e1a07f6f\";}}s:5:\"nonce\";s:12:\"b95321d3cd98\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1758322008;a:11:{s:2:\"db\";s:55:\"backup_2025-09-19-2246_Game_Platform_e17c36823378-db.gz\";s:7:\"db-size\";i:477343;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"17ad1ef0c7b9ddf589b50c8d987496c7bbdbbab3\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"3c3f7fbd1b20e473b2c1a38afbfff4709ae317da584f564f36f10d50f02abe8b\";}}s:5:\"nonce\";s:12:\"e17c36823378\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1758235505;a:11:{s:2:\"db\";s:55:\"backup_2025-09-18-2245_Game_Platform_65778bd32136-db.gz\";s:7:\"db-size\";i:477244;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"fe206326f38c1e7a8297f0cd870475a641e8fa6e\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"903f38169320d47b86dbc16e7c2f55340f0f0b7f29f7887bc2a9dc34e4d707a5\";}}s:5:\"nonce\";s:12:\"65778bd32136\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1758149208;a:11:{s:2:\"db\";s:55:\"backup_2025-09-17-2246_Game_Platform_941186195dda-db.gz\";s:7:\"db-size\";i:477152;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"505ec39a86aab6d98030cd288cc1afcbb72e16d4\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"a5808984dca876fd9b071a1124a796d14a4fd0099212d26a268f4e231b4f50d6\";}}s:5:\"nonce\";s:12:\"941186195dda\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1758062734;a:11:{s:2:\"db\";s:55:\"backup_2025-09-16-2245_Game_Platform_5c2c35519ad1-db.gz\";s:7:\"db-size\";i:477041;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"4abb0ba5fe661bcf59b713f26361b2ab6136b476\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"7e080f5ce60838d7c5b5342b9a01f4f3c8151a30522a25d26afe753fe1731489\";}}s:5:\"nonce\";s:12:\"5c2c35519ad1\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1757976369;a:11:{s:2:\"db\";s:55:\"backup_2025-09-15-2246_Game_Platform_40badae36332-db.gz\";s:7:\"db-size\";i:476946;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"08c98a6a93bc777c67e54cfa40771cd3bf6b08fb\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"dab6344b20719799d11962a89893050d48214c02724ed545d7791401b372a3e6\";}}s:5:\"nonce\";s:12:\"40badae36332\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1757889932;a:11:{s:2:\"db\";s:55:\"backup_2025-09-14-2245_Game_Platform_e476a137afe0-db.gz\";s:7:\"db-size\";i:476974;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"cba2564ea276cfb5f6396e5a5f99a27cd5020aee\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"d4267567982e2c6b89baba6679c8fa456dfa6da3befe51dbe62a36f55feea5ed\";}}s:5:\"nonce\";s:12:\"e476a137afe0\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1757803716;a:11:{s:2:\"db\";s:55:\"backup_2025-09-13-2248_Game_Platform_9ead604f894d-db.gz\";s:7:\"db-size\";i:476888;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"bb5806bc74c969a3421261e5a5876f2a15a57a61\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"991d79f5f6dee628596390af649ceb9a1bdc4427af89324b3349eb83d56c2cda\";}}s:5:\"nonce\";s:12:\"9ead604f894d\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1757717230;a:11:{s:2:\"db\";s:55:\"backup_2025-09-12-2247_Game_Platform_cacf784d7a71-db.gz\";s:7:\"db-size\";i:476791;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"91916925ca91cb5aa7ddf050ad0216effd3ab02f\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"21d95f4d03d6a658f8267ff4ec3c9e9ec0601977fbc8e20a1a06d7d52e888d8a\";}}s:5:\"nonce\";s:12:\"cacf784d7a71\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1757630748;a:11:{s:2:\"db\";s:55:\"backup_2025-09-11-2245_Game_Platform_ac471b62d25f-db.gz\";s:7:\"db-size\";i:476700;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"7897db576ef788771cfbff34ba5cf3922dd9bab7\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"dc90a4640715b6b955e58d277aeb3dafdf0d66e0ceabce66cfca775defd2bde7\";}}s:5:\"nonce\";s:12:\"ac471b62d25f\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1757544416;a:11:{s:2:\"db\";s:55:\"backup_2025-09-10-2246_Game_Platform_f26654aae15c-db.gz\";s:7:\"db-size\";i:476591;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"aead33c63411e4655c28f315b7f51defceda3441\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"e7aeb35945a901571ba33016c2e56d84a44a66ea28216bd168cdb56ea5760381\";}}s:5:\"nonce\";s:12:\"f26654aae15c\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1757457985;a:11:{s:2:\"db\";s:55:\"backup_2025-09-09-2246_Game_Platform_40a1180b53f0-db.gz\";s:7:\"db-size\";i:476484;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"37600962bb55d0f84351d4c4fbd0e144ba36deb5\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"aaf6fb9aff768900eb7614651086072510a47d51344dec1d3c5951d40cc578ba\";}}s:5:\"nonce\";s:12:\"40a1180b53f0\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1757371592;a:11:{s:2:\"db\";s:55:\"backup_2025-09-08-2246_Game_Platform_de0852f1e177-db.gz\";s:7:\"db-size\";i:476395;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"b24218c96fb9e5ddc1e409f5f1e82fca132c132e\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"d9acb6e313a94216c9c024dc70e0639d10fdf5f5391a5ab8b032148b5fcd106e\";}}s:5:\"nonce\";s:12:\"de0852f1e177\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1757285118;a:11:{s:2:\"db\";s:55:\"backup_2025-09-07-2245_Game_Platform_4508d894729d-db.gz\";s:7:\"db-size\";i:476302;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"d2774d09d3d5d30b6461e45816dae1acece106ab\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"dbb6091e49cd441f164e926bdc16e1f9f9d83cce4f6cb0319706a7e1d8888f95\";}}s:5:\"nonce\";s:12:\"4508d894729d\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1757198971;a:11:{s:2:\"db\";s:55:\"backup_2025-09-06-2249_Game_Platform_2a3337727639-db.gz\";s:7:\"db-size\";i:476092;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"557e7bdb4558471873f61740acb43b5dd98259d4\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"cabd5c34b8b8dbbaa78b4ab68d23b65ed9f5815b97d6c49cf968d050ad102dff\";}}s:5:\"nonce\";s:12:\"2a3337727639\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1757112555;a:11:{s:2:\"db\";s:55:\"backup_2025-09-05-2249_Game_Platform_d59436a86a8d-db.gz\";s:7:\"db-size\";i:475980;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"d083a6b1d36ba2982a797c0cad21c7c00b5e3d63\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"1bff0ea1d795c18c591514a7571597f7eea1b0966892a60fbd6ddf58e870cac6\";}}s:5:\"nonce\";s:12:\"d59436a86a8d\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1757025953;a:11:{s:2:\"db\";s:55:\"backup_2025-09-04-2245_Game_Platform_454f759d4c49-db.gz\";s:7:\"db-size\";i:475889;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"a49804b0a20501d4a37c2e48458f55b9c684d27c\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"6592b0aae47bafce3c961b4d438b4ea60e503b2f84401080a16f5fcdd3d8728d\";}}s:5:\"nonce\";s:12:\"454f759d4c49\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1756939601;a:11:{s:2:\"db\";s:55:\"backup_2025-09-03-2246_Game_Platform_f334035e322b-db.gz\";s:7:\"db-size\";i:475798;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"2789b20e0a906f07e50ec23b4bf4847921b31e14\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"350907fbfecd238100ac4b86f55061646d6ba6851e9b9948275ca72c5da586b9\";}}s:5:\"nonce\";s:12:\"f334035e322b\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1756853255;a:11:{s:2:\"db\";s:55:\"backup_2025-09-02-2247_Game_Platform_366e1bbc9234-db.gz\";s:7:\"db-size\";i:475765;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"4c744b4c90eb6c75feaaff849f55977c7bdb42c7\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"12dea76120d38b155713d9c3ac65446557b8e7384c69e185be2177dd9fb4437c\";}}s:5:\"nonce\";s:12:\"366e1bbc9234\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1756766792;a:11:{s:2:\"db\";s:55:\"backup_2025-09-01-2246_Game_Platform_c31b023b4bff-db.gz\";s:7:\"db-size\";i:475597;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"c974ae93030451cbf8e31d0ed68b28bb31dbb85f\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"8ada6f6778661a39cd64f520076522b37511eee59535da2cc7812993a0586bf4\";}}s:5:\"nonce\";s:12:\"c31b023b4bff\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1756680325;a:11:{s:2:\"db\";s:55:\"backup_2025-08-31-2245_Game_Platform_46903fbec49f-db.gz\";s:7:\"db-size\";i:475624;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"c6f32753baa54ff168a6eb94681914cd6ae219f1\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"fcfce9b462ce3f4c703fa0e9eae9c17eeba55a58a53207f55ba96570644a1584\";}}s:5:\"nonce\";s:12:\"46903fbec49f\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1756594017;a:11:{s:2:\"db\";s:55:\"backup_2025-08-30-2246_Game_Platform_5f8c8aa94196-db.gz\";s:7:\"db-size\";i:475529;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"91fc298609bd63e3d30099c0e6b1a41cfb7a8544\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"d8f586b6cbb8c542a11d0580c153b5206d306c14b018dbfc95a4e6193ecfadfb\";}}s:5:\"nonce\";s:12:\"5f8c8aa94196\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1756508572;a:11:{s:2:\"db\";s:55:\"backup_2025-08-29-2302_Game_Platform_71b0f7d4dc39-db.gz\";s:7:\"db-size\";i:475418;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"a9ae2eede1fd3b5bb2882dbb894c0afdea9677b8\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"1cd6025fb063220a5668a466563f4321499e29786c7a2f3c9aec515d30180193\";}}s:5:\"nonce\";s:12:\"71b0f7d4dc39\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1756421089;a:11:{s:2:\"db\";s:55:\"backup_2025-08-28-2244_Game_Platform_a402cb2aa415-db.gz\";s:7:\"db-size\";i:475323;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"8ed5cfc1a6908f68b5bc878c99a9c44ff21cb73b\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"846ddf9598871893f4ff0072dd3eff19ed0b1da6539d4bba08dca0978221b41f\";}}s:5:\"nonce\";s:12:\"a402cb2aa415\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1756334679;a:11:{s:2:\"db\";s:55:\"backup_2025-08-27-2244_Game_Platform_7c22502a655b-db.gz\";s:7:\"db-size\";i:475235;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"6235886e0f70762a05f09dcad50fcc024669d410\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"e8aef3c911a52dec140e131f41ce0e449c123e93746e0bb3555690f7f654ff09\";}}s:5:\"nonce\";s:12:\"7c22502a655b\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1756248409;a:11:{s:2:\"db\";s:55:\"backup_2025-08-26-2246_Game_Platform_008dab600479-db.gz\";s:7:\"db-size\";i:475137;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"2cca300df6309ccd0e03c27b69c1628dbd559d09\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"815526a021bcbdc0e25424b8c1a6ae141ca3db2566367d72edd9f01fad233638\";}}s:5:\"nonce\";s:12:\"008dab600479\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1756161843;a:11:{s:2:\"db\";s:55:\"backup_2025-08-25-2244_Game_Platform_0c2e30939315-db.gz\";s:7:\"db-size\";i:475040;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"12f85f9e022b56a564272c805ed05ffb886ec528\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"08649847d05ead9d1181d586f966ebd18b7de3e24234807b5a152604ee464e0b\";}}s:5:\"nonce\";s:12:\"0c2e30939315\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1756075507;a:11:{s:2:\"db\";s:55:\"backup_2025-08-24-2245_Game_Platform_e8cd9dc8cb1b-db.gz\";s:7:\"db-size\";i:474941;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"c3d929296920bcebb0dba10d60a0daa43d4442ef\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"6050aa5404c75f956ad3e4cf8381dc06215ffc133680a621445f9aff973c1d83\";}}s:5:\"nonce\";s:12:\"e8cd9dc8cb1b\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1755989429;a:11:{s:2:\"db\";s:55:\"backup_2025-08-23-2250_Game_Platform_208c65441f69-db.gz\";s:7:\"db-size\";i:474730;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"89ea6d75080a77679e4af92fd97a898bf9b33c1b\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"30de773ae4195d3fb49defa0696fb665b4d7011b33be2cd78f101b4c523a110e\";}}s:5:\"nonce\";s:12:\"208c65441f69\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1755902874;a:11:{s:2:\"db\";s:55:\"backup_2025-08-22-2247_Game_Platform_38e38681e072-db.gz\";s:7:\"db-size\";i:474621;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"a8d8b8b694586c17f1980c4db06f10947ececf58\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"5c83eec9d0e0374d6aa69b5b06a25cd5bcfaa83e87b92132ee7d06d1973ebe1b\";}}s:5:\"nonce\";s:12:\"38e38681e072\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1755816493;a:11:{s:2:\"db\";s:55:\"backup_2025-08-21-2248_Game_Platform_a577eb332428-db.gz\";s:7:\"db-size\";i:474529;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"4cc55a309c682514a3d1cba248fa8dcde05bfd4d\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"a9ce872edab4c5a64a915e075fc38f5d3927353318f580870f9913f799c3f65e\";}}s:5:\"nonce\";s:12:\"a577eb332428\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1755730132;a:11:{s:2:\"db\";s:55:\"backup_2025-08-20-2248_Game_Platform_62f7eb1d90dd-db.gz\";s:7:\"db-size\";i:474424;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"801a768803860a0925a6317445eda896a7b4bd03\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"f47a22eec027f928b3d9c5913dd00be625b9a35d19d4c2f3b1da57b4b71b6b09\";}}s:5:\"nonce\";s:12:\"62f7eb1d90dd\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1755643745;a:11:{s:2:\"db\";s:55:\"backup_2025-08-19-2249_Game_Platform_4bc0a92d6610-db.gz\";s:7:\"db-size\";i:474327;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"45adf98e67babdf038c45a5e99224a00e493960c\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"c71b63bde8f6734436896324468faecd780e2b9c5febc65825840fe1ba3aa07e\";}}s:5:\"nonce\";s:12:\"4bc0a92d6610\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1755557374;a:11:{s:2:\"db\";s:55:\"backup_2025-08-18-2249_Game_Platform_08b238ba649e-db.gz\";s:7:\"db-size\";i:474222;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"046d88f31d52d31decfb4434dfe11f12c84554e9\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"433fe08398745181998d47e3ed51cc88ad91cb086bbf1caa583b95564b5c9e6d\";}}s:5:\"nonce\";s:12:\"08b238ba649e\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1755470684;a:11:{s:2:\"db\";s:55:\"backup_2025-08-17-2244_Game_Platform_18879286d9d1-db.gz\";s:7:\"db-size\";i:474246;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"25bb718dc4bac5bdd60f6521bb2db7b7014a55de\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"bcadff5e9385ff47097dde3b5a857cd209099b4ed743afcc60a79798607ff785\";}}s:5:\"nonce\";s:12:\"18879286d9d1\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1755384418;a:11:{s:2:\"db\";s:55:\"backup_2025-08-16-2246_Game_Platform_8f52c388b96c-db.gz\";s:7:\"db-size\";i:474162;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"c094e691c2580edfcef7bb29cdae1597794aa5ee\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"98216712b5d8de0bc0be5e487b244c16afa352be043f1f05f8bb752d7ccaed1b\";}}s:5:\"nonce\";s:12:\"8f52c388b96c\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1755297953;a:11:{s:2:\"db\";s:55:\"backup_2025-08-15-2245_Game_Platform_a28d61a4d6e0-db.gz\";s:7:\"db-size\";i:474051;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"c5390d0551db8048ca67bfda91fb0d352757de04\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"1b596fb78e581e5847aeb963d0ed38aa519746398b8ffb62d05325dd43965b28\";}}s:5:\"nonce\";s:12:\"a28d61a4d6e0\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1755211497;a:11:{s:2:\"db\";s:55:\"backup_2025-08-14-2244_Game_Platform_7f878d809324-db.gz\";s:7:\"db-size\";i:473950;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"dd980f396ee5a6bbb4c87090b653bc1b7b5378c2\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"5f5acf7abbdc1d469efedc37b6e0e0bd344d9c9f7ba47ec4a50578cc52c0670d\";}}s:5:\"nonce\";s:12:\"7f878d809324\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1755125196;a:11:{s:2:\"db\";s:55:\"backup_2025-08-13-2246_Game_Platform_91c2b5c4db53-db.gz\";s:7:\"db-size\";i:473859;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"e9bc106af5e21e1699b4e8b6d35f64c33f83c423\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"926c81ab78bfe477b940823da3ff4c9ff120011089cac19a6b29807f57b1d923\";}}s:5:\"nonce\";s:12:\"91c2b5c4db53\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1755038856;a:11:{s:2:\"db\";s:55:\"backup_2025-08-12-2247_Game_Platform_33d59c606030-db.gz\";s:7:\"db-size\";i:473750;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"6c5f8c42324090e46694f271ffa9d9a16aad3ac6\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"b268714652df1ffcd89f33e5da9dbb7433dfed362a3d5f6f0121997bf1164537\";}}s:5:\"nonce\";s:12:\"33d59c606030\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1754952625;a:11:{s:2:\"db\";s:55:\"backup_2025-08-11-2250_Game_Platform_22badb7bb023-db.gz\";s:7:\"db-size\";i:473649;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"a07915743ca04c1a77adc48db1ed37341bb9cc88\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"5e25cfa56c4062e4184585cfc16b3859c3f08757d6773424501606dc034f5506\";}}s:5:\"nonce\";s:12:\"22badb7bb023\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1754866420;a:11:{s:2:\"db\";s:55:\"backup_2025-08-10-2253_Game_Platform_759f85dd4320-db.gz\";s:7:\"db-size\";i:473549;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"d043eb6e863e53b0978020d1e02f95020870f76d\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"ac03c49b9b1f3615867b9b44826d406fbab33a4f8906f6c300aac7c2bda36073\";}}s:5:\"nonce\";s:12:\"759f85dd4320\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1754779950;a:11:{s:2:\"db\";s:55:\"backup_2025-08-09-2252_Game_Platform_ec55a6cb68bc-db.gz\";s:7:\"db-size\";i:473336;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"68a21e34b4e6313b66da9f7185e819b3387f4c39\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"d19791e9807d70d0d1a8d4980caad78f720f2ab149a53da2fccb5379c1074240\";}}s:5:\"nonce\";s:12:\"ec55a6cb68bc\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1754693547;a:11:{s:2:\"db\";s:55:\"backup_2025-08-08-2252_Game_Platform_008bec01096e-db.gz\";s:7:\"db-size\";i:473227;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"252a8f3502eb8af84afc43d6cd2a61d11d4aa91d\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"08add8289c808435620e14439bc80fbdd7915a2d122e8cb535ab9f36638cdc0d\";}}s:5:\"nonce\";s:12:\"008bec01096e\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1754607001;a:11:{s:2:\"db\";s:55:\"backup_2025-08-07-2250_Game_Platform_77d6cc57947f-db.gz\";s:7:\"db-size\";i:473131;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"e2a1074cf4f5f687cc0807222311bdf2a8e4b658\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"4ba60707a124a8d84f894bed1c17ba519ed213f3b0879ed16edbe40f716b99c7\";}}s:5:\"nonce\";s:12:\"77d6cc57947f\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1754520750;a:11:{s:2:\"db\";s:55:\"backup_2025-08-06-2252_Game_Platform_31644928aa8c-db.gz\";s:7:\"db-size\";i:473030;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"36d45649332ab9a687dc168c212e7f7b01f851b8\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"82cd595df12695c0d7a2eaf545f46bdff64ef85f713256aba892def2286cf986\";}}s:5:\"nonce\";s:12:\"31644928aa8c\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1754434495;a:11:{s:2:\"db\";s:55:\"backup_2025-08-05-2254_Game_Platform_0b9f3fcf332f-db.gz\";s:7:\"db-size\";i:472940;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"e9c4eaf63fbb34e4ec82f20b273be33a9021a0f8\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"a5624f63163e1b27332d975021c4e3342081678106c841ab117fb9cac9013b2b\";}}s:5:\"nonce\";s:12:\"0b9f3fcf332f\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1754347765;a:11:{s:2:\"db\";s:55:\"backup_2025-08-04-2249_Game_Platform_7419a3a87c38-db.gz\";s:7:\"db-size\";i:472833;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"fd1a1da0f22a889260b15a2127a7b34b8d4f763f\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"17e63dadd85803fd02ada523619616aa387336a95f975963ad16e5c6c7c4904e\";}}s:5:\"nonce\";s:12:\"7419a3a87c38\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1754261496;a:11:{s:2:\"db\";s:55:\"backup_2025-08-03-2251_Game_Platform_809a9d7a0415-db.gz\";s:7:\"db-size\";i:472852;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"01086da707a75fbbebf05e1a0eb1c4874d7f9de5\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"8cb1e2f34b0ad6973cb7a23ea02d105e3e2bf34bdf866b2aae8dd43e8a0b1352\";}}s:5:\"nonce\";s:12:\"809a9d7a0415\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1754175304;a:11:{s:2:\"db\";s:55:\"backup_2025-08-02-2255_Game_Platform_a615ce463d38-db.gz\";s:7:\"db-size\";i:472766;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"a8515f95945e87af2e0eb77fc8470ef612445ebe\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"117a98083282afe0057dd632f38607effd06ede6a24e207430c6c278be32f544\";}}s:5:\"nonce\";s:12:\"a615ce463d38\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1754089396;a:11:{s:2:\"db\";s:55:\"backup_2025-08-01-2303_Game_Platform_58db1d39b071-db.gz\";s:7:\"db-size\";i:472656;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"578ba4d24e0f3e8cc992bd6628c62e7181d201bd\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"a02b40024a874f8ea9e9254a891d0626a02156bc99382698247f6429ad837c0b\";}}s:5:\"nonce\";s:12:\"58db1d39b071\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1754002137;a:11:{s:2:\"db\";s:55:\"backup_2025-07-31-2248_Game_Platform_6d7eeb82fe02-db.gz\";s:7:\"db-size\";i:472563;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"c06521a0d07cb53254380512b66049ba798013dd\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"e0b96375e16f4ba9caa97d0d4b65a0f3d49a0ea4c1f2aa9ee526845f67ba44cd\";}}s:5:\"nonce\";s:12:\"6d7eeb82fe02\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1753915841;a:11:{s:2:\"db\";s:55:\"backup_2025-07-30-2250_Game_Platform_3f8c4080d971-db.gz\";s:7:\"db-size\";i:472466;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"7206ced0941a5ec9e51537dacba0ef42d3939bf6\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"9627e84de9eef87584a56b90f12599bdc0fbfa654df02ae92b2eb8646065f486\";}}s:5:\"nonce\";s:12:\"3f8c4080d971\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1753829627;a:11:{s:2:\"db\";s:55:\"backup_2025-07-29-2253_Game_Platform_e978e7ed1597-db.gz\";s:7:\"db-size\";i:472360;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"940ee4d00b58e73f13bb6ecdd5ce14010f02044f\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"7c36be80a9dd0b9139c7c5b9a58bc6c14c3bdbd6e37cf977029df578134da17b\";}}s:5:\"nonce\";s:12:\"e978e7ed1597\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1753743299;a:11:{s:2:\"db\";s:55:\"backup_2025-07-28-2254_Game_Platform_3e9157b78e67-db.gz\";s:7:\"db-size\";i:472264;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"47ea27846a74420db8e951e5c4041b7ab5515554\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"9fef2bdb7422be5eaf118f6d3d91dac20a87fadfbc60c54968d5e8c7d6d6709c\";}}s:5:\"nonce\";s:12:\"3e9157b78e67\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1753656775;a:11:{s:2:\"db\";s:55:\"backup_2025-07-27-2252_Game_Platform_6aae966cda0e-db.gz\";s:7:\"db-size\";i:472171;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"589a6efa34d116f828aa0f64b68fe098b2751b66\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"4cd4dfdc821dc718734d2e1acd6a95cebed2bdcaf9917c46cb3f12125f93ce23\";}}s:5:\"nonce\";s:12:\"6aae966cda0e\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1753570505;a:11:{s:2:\"db\";s:55:\"backup_2025-07-26-2255_Game_Platform_e94f2264e784-db.gz\";s:7:\"db-size\";i:471955;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"66cfa5a39b091788dc37ac69ff1a2f24b691cc98\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"8329d1d83b170df7f64d4afcb59247c30e166d75af60ceaf0a3692d02654850b\";}}s:5:\"nonce\";s:12:\"e94f2264e784\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1753484029;a:11:{s:2:\"db\";s:55:\"backup_2025-07-25-2253_Game_Platform_587ee80b19a3-db.gz\";s:7:\"db-size\";i:471841;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"a3d26493abc33b1fcb5e4bbe15339aa37cc56e79\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"286a51830ef70b472be8745f39494fc916e5da129c45261f0f7da115a4d8818f\";}}s:5:\"nonce\";s:12:\"587ee80b19a3\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1753397517;a:11:{s:2:\"db\";s:55:\"backup_2025-07-24-2251_Game_Platform_0d5ea6e15ef8-db.gz\";s:7:\"db-size\";i:471746;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"b0617e531993982b0e071c4c9166740fa75a7438\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"68151e677d74fccf6f7304493e652e004cda17383b11b0e2b3255a6b045beac8\";}}s:5:\"nonce\";s:12:\"0d5ea6e15ef8\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1753311483;a:11:{s:2:\"db\";s:55:\"backup_2025-07-23-2258_Game_Platform_25fe9d787266-db.gz\";s:7:\"db-size\";i:471649;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"ad4e4379084b96e8156363c095c927a6aae98b77\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"be0992d253da7adcf387dceb615ecc25db30450b1ff0315f2d4ed89f5ab3b036\";}}s:5:\"nonce\";s:12:\"25fe9d787266\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1753225029;a:11:{s:2:\"db\";s:55:\"backup_2025-07-22-2257_Game_Platform_41787725691e-db.gz\";s:7:\"db-size\";i:471554;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"ec2e0b16041bbb8dcd3ab9776e8f69633bd33513\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"e3a3126e3a7c486ab2a080f5e99b9ad96b07b689c68951eed5b1701afc5bdc75\";}}s:5:\"nonce\";s:12:\"41787725691e\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1753138449;a:11:{s:2:\"db\";s:55:\"backup_2025-07-21-2254_Game_Platform_3c649fe447af-db.gz\";s:7:\"db-size\";i:471464;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"caf12accf16cfd47dcddcbf42d735ecddb8ff4ad\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"feb95788472071f3496ef42621db4070bdd7dbf7b68a248730f06289b2f101c5\";}}s:5:\"nonce\";s:12:\"3c649fe447af\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1753051965;a:11:{s:2:\"db\";s:55:\"backup_2025-07-20-2252_Game_Platform_0167f372a469-db.gz\";s:7:\"db-size\";i:471494;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"5f79e0b2cc42e0e918a77a55a7ac4d79cbe6ff1b\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"74c881b7003eb952b57b7d5d6344efaba0266ec55697b7fa750012e44cf96c27\";}}s:5:\"nonce\";s:12:\"0167f372a469\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1752965494;a:11:{s:2:\"db\";s:55:\"backup_2025-07-19-2251_Game_Platform_fe601ba0db4a-db.gz\";s:7:\"db-size\";i:471408;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"08f6c70b54f77082d14804038127f11db7a5d776\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"8ae4b5d1e72dad0f6a55513ddaa0ffdaaefa1746850f17a50dd353840ccf3e25\";}}s:5:\"nonce\";s:12:\"fe601ba0db4a\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1752879261;a:11:{s:2:\"db\";s:55:\"backup_2025-07-18-2254_Game_Platform_42df4e0008e9-db.gz\";s:7:\"db-size\";i:471295;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"e7320029df3c26379bc4f8aa920e244c2b0aa0b7\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"4d6ea9a146492fc5cae9599f8e61bd6039b53be9e7da8c2ff7260c2d3cba770c\";}}s:5:\"nonce\";s:12:\"42df4e0008e9\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1752792760;a:11:{s:2:\"db\";s:55:\"backup_2025-07-17-2252_Game_Platform_fa27148d6b8e-db.gz\";s:7:\"db-size\";i:471203;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"6af3c4bc85bb8cfc377f816ba14e7fdc1352731a\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"6a15ca36b04f1a8e2ba30efe992c0a76a3d5e032086d62317e3142a59fbb8028\";}}s:5:\"nonce\";s:12:\"fa27148d6b8e\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1752706306;a:11:{s:2:\"db\";s:55:\"backup_2025-07-16-2251_Game_Platform_ebf2548669bf-db.gz\";s:7:\"db-size\";i:471099;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"cffb980c89300cbe3213bd1c523b3abb4fa93046\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"a9bde171ca89f6664cece2551d676aacc30f7bf3f154f88b4b43762fbc5391d7\";}}s:5:\"nonce\";s:12:\"ebf2548669bf\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1752625769;a:11:{s:2:\"db\";s:55:\"backup_2025-07-16-0029_Game_Platform_0ef886ab8aba-db.gz\";s:7:\"db-size\";i:471001;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"e2a8556b6c0ecd069dfd0c950a1fd804bb240308\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"87fa47cab9ea8674d462dc6e1fe0525ecbda39f4b83f8828d6b648d7025796f9\";}}s:5:\"nonce\";s:12:\"0ef886ab8aba\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1752533797;a:11:{s:2:\"db\";s:55:\"backup_2025-07-14-2256_Game_Platform_47296d6b7c5b-db.gz\";s:7:\"db-size\";i:470906;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"79c70cf70af16a8973238212df4e589b1bda5213\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"3323aa3859f1c7a9d617b0c2164d98e422e1adc6340a0c8169ecfdb4b456d04a\";}}s:5:\"nonce\";s:12:\"47296d6b7c5b\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1752447353;a:11:{s:2:\"db\";s:55:\"backup_2025-07-13-2255_Game_Platform_e871bb764da0-db.gz\";s:7:\"db-size\";i:470811;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"708e177b4d000768ec68f48ef5ea0e4e2558cb2b\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"a8a81c8c407ef37e1579f6e2b8c838febafce26546707b6896e62d46c9e75b53\";}}s:5:\"nonce\";s:12:\"e871bb764da0\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1752360906;a:11:{s:2:\"db\";s:55:\"backup_2025-07-12-2255_Game_Platform_7d9305ae36a3-db.gz\";s:7:\"db-size\";i:470726;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"e754916c459d03607e6c77992dd4e5ba39e7de21\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"2a194f4031b3307e3c659f15401c27a78c7743b639da4c74aaf9003eb9239104\";}}s:5:\"nonce\";s:12:\"7d9305ae36a3\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1752274632;a:11:{s:2:\"db\";s:55:\"backup_2025-07-11-2257_Game_Platform_ab3e31c87dfc-db.gz\";s:7:\"db-size\";i:470608;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"fca713a06195f3d87f0f2a4baab6ed0ed8ff5eb9\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"abf6eb9a93fd4ccb82b8fa09c2cc01888c4f6955c086fc97c31e2dba4afb84e1\";}}s:5:\"nonce\";s:12:\"ab3e31c87dfc\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1752187954;a:11:{s:2:\"db\";s:55:\"backup_2025-07-10-2252_Game_Platform_4c9c3533e22a-db.gz\";s:7:\"db-size\";i:470513;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"28fb20adaa3a00c9311e476f14a6de1c325fa3b8\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"9678840947319c7100e5a03781d18c26063b6486e6dbdf2870e93e06b1675610\";}}s:5:\"nonce\";s:12:\"4c9c3533e22a\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1752101510;a:11:{s:2:\"db\";s:55:\"backup_2025-07-09-2251_Game_Platform_a099a208a75c-db.gz\";s:7:\"db-size\";i:470422;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"7e2c748b5c4b005095c25be1e17e6cf2f876454d\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"f8429d7878519e45e2f493787ea47d94d60ef242424f0274a3ada225506b9fbf\";}}s:5:\"nonce\";s:12:\"a099a208a75c\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1752015128;a:11:{s:2:\"db\";s:55:\"backup_2025-07-08-2252_Game_Platform_b1df97a7d3c4-db.gz\";s:7:\"db-size\";i:470311;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"ab113372938b80a98e5094a23f51dffc90eeb61e\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"9216e171207a19d33461c2f02cf00ef0869c1685654c818f9934476eefe71a0d\";}}s:5:\"nonce\";s:12:\"b1df97a7d3c4\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1751928732;a:11:{s:2:\"db\";s:55:\"backup_2025-07-07-2252_Game_Platform_c8070c959f00-db.gz\";s:7:\"db-size\";i:470218;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"63eb9a855dd7c7a672e94f85cb271cdda3decf53\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"306ab829f738d1f2d91870826aeb317faf44bfed9854e0c582200b57de6275f7\";}}s:5:\"nonce\";s:12:\"c8070c959f00\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1751842351;a:11:{s:2:\"db\";s:55:\"backup_2025-07-06-2252_Game_Platform_3d19d51e0fcf-db.gz\";s:7:\"db-size\";i:470112;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"d5f7bb8317798715830be02187bae4ae90d0b432\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"3dbacb6765007ddcb8553a1e0203bf536bc0732bdd295e99490e79b3cce7a4ec\";}}s:5:\"nonce\";s:12:\"3d19d51e0fcf\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1751755970;a:11:{s:2:\"db\";s:55:\"backup_2025-07-05-2252_Game_Platform_859935b27b96-db.gz\";s:7:\"db-size\";i:469908;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"3dbd46f6af5c835d9b25106a3139bebba49482e0\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"1388aa1ba943a579c01b913149dda2e696a147f32a4424a08a8e7bbd91af2f36\";}}s:5:\"nonce\";s:12:\"859935b27b96\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1751669653;a:11:{s:2:\"db\";s:55:\"backup_2025-07-04-2254_Game_Platform_7c71e5e3600c-db.gz\";s:7:\"db-size\";i:469798;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"a5a2bdcc46707f7c44e32468cc416f9307275bf1\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"ad557e070819239a3ffc5c2d0acf1f1e9d85566d75ba70606f82e98f0e80f743\";}}s:5:\"nonce\";s:12:\"7c71e5e3600c\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1751547667;a:11:{s:2:\"db\";s:55:\"backup_2025-07-03-1301_Game_Platform_164ee856c3e0-db.gz\";s:7:\"db-size\";i:469704;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"30f4eafe9876e2ba64932df633215091fe39fdbd\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"f4c478183ca145e6f0817bd365302a7e9e9d8a7a809ff2a176b7c69a145c2969\";}}s:5:\"nonce\";s:12:\"164ee856c3e0\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1751496607;a:11:{s:2:\"db\";s:55:\"backup_2025-07-02-2250_Game_Platform_87e46f491b6f-db.gz\";s:7:\"db-size\";i:469607;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"c7f9b99025e3c3eed3dc86a6e1f711be76f33fc1\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"82b658cead6e05f11add0652ae75cac6c2192e7ff79ff8eca8cc7671a4db5d26\";}}s:5:\"nonce\";s:12:\"87e46f491b6f\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1751410647;a:11:{s:2:\"db\";s:55:\"backup_2025-07-01-2257_Game_Platform_c1c00f3eb0ec-db.gz\";s:7:\"db-size\";i:469501;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"2fd6efc319c1e197c6f083871052271d5705975d\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"9770c3a96d48a4548cfc487c99798fc28503387344d7b12640381f7507896088\";}}s:5:\"nonce\";s:12:\"c1c00f3eb0ec\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1751324023;a:11:{s:2:\"db\";s:55:\"backup_2025-06-30-2253_Game_Platform_620bc8162bce-db.gz\";s:7:\"db-size\";i:469404;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"d7da13f29286904b0c5c8c13ffeaacf3294d9520\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"0f245779a5daa1c914741edebfa0b139bcb92e7c38a36261c511d0a2bf4d4345\";}}s:5:\"nonce\";s:12:\"620bc8162bce\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1751237334;a:11:{s:2:\"db\";s:55:\"backup_2025-06-29-2248_Game_Platform_3e8fdf0518c2-db.gz\";s:7:\"db-size\";i:469434;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"6aa8542947101deecaddcebc859e4ed3466a5644\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"0b02307d275e9b80b889f76e79d3dce960c0ccb16c3281ad88be072489141e75\";}}s:5:\"nonce\";s:12:\"3e8fdf0518c2\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1751151162;a:11:{s:2:\"db\";s:55:\"backup_2025-06-28-2252_Game_Platform_a68c97de23cd-db.gz\";s:7:\"db-size\";i:469345;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"2ddce92ce7b3180ac6b8562e701e9b79fc81a0a1\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"bbb49658f53a6de559dc17a3f3643d94cea1907271dd68335a4d992fd1846ce9\";}}s:5:\"nonce\";s:12:\"a68c97de23cd\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1751064950;a:11:{s:2:\"db\";s:55:\"backup_2025-06-27-2255_Game_Platform_064e1bd0f51f-db.gz\";s:7:\"db-size\";i:469232;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"9a5fb774112db2d2d10ba47fb1164445237e56a0\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"abbb45780582da8e6567c769b11b3b4e1180b268d8b7d2e034b8d693de480604\";}}s:5:\"nonce\";s:12:\"064e1bd0f51f\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1750978275;a:11:{s:2:\"db\";s:55:\"backup_2025-06-26-2251_Game_Platform_ab8328426ce3-db.gz\";s:7:\"db-size\";i:469150;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"dbcc83a7280bc8a08acc3751b05902c76e266af8\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"f495c80e9104565069d7cd4b90961ab456d351815c6c33b7d13461c9014db4cc\";}}s:5:\"nonce\";s:12:\"ab8328426ce3\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1750891877;a:11:{s:2:\"db\";s:55:\"backup_2025-06-25-2251_Game_Platform_ecf6e91f2005-db.gz\";s:7:\"db-size\";i:469045;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"d720264b8a0e085dfe608a2c8926a2c3b16a4f97\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"0484efbd989277db836f02f4723fdebf1f28e5822ec71521a37a105fb961becd\";}}s:5:\"nonce\";s:12:\"ecf6e91f2005\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1750805523;a:11:{s:2:\"db\";s:55:\"backup_2025-06-24-2252_Game_Platform_61a7c8411fca-db.gz\";s:7:\"db-size\";i:468957;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"2c8cbaf9c94b67380cddf2363e92ff9d2cced1b3\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"4b62f4cb2a2c3e10509d59fba740e75f8325322d586561fa6d0461b6eba2a0af\";}}s:5:\"nonce\";s:12:\"61a7c8411fca\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1750719202;a:11:{s:2:\"db\";s:55:\"backup_2025-06-23-2253_Game_Platform_71ec4bbfa997-db.gz\";s:7:\"db-size\";i:468851;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"651b3c3e82faaa1c198cb012dc88a6df28921112\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"dad02967319850715c89f0101e8eaacff3f87745a93416ed5490c07baa6b70eb\";}}s:5:\"nonce\";s:12:\"71ec4bbfa997\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1750632704;a:11:{s:2:\"db\";s:55:\"backup_2025-06-22-2251_Game_Platform_9a7fdbbab2bb-db.gz\";s:7:\"db-size\";i:468763;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"79fa6500c8e3cfd31d31b460d9a03622073e6c88\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"99c6916f8cb1be98a08cd7f6a686184131870c87fb3c9f7732e413c83bb4b4ba\";}}s:5:\"nonce\";s:12:\"9a7fdbbab2bb\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1750546409;a:11:{s:2:\"db\";s:55:\"backup_2025-06-21-2253_Game_Platform_3696bfe9f8b3-db.gz\";s:7:\"db-size\";i:468547;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"3ddf24a5043920f55801931d0aeb34c648a98013\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"1d4bb1960997d7847fd21fb123da6951c2c0ec2c53d5b9f8c9eb1ec55fda70b9\";}}s:5:\"nonce\";s:12:\"3696bfe9f8b3\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1750460316;a:11:{s:2:\"db\";s:55:\"backup_2025-06-20-2258_Game_Platform_b5fcaedbf604-db.gz\";s:7:\"db-size\";i:468425;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"bcf8bf4f8cf50a8ff8931304fd0a0e11c7b46ee2\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"fb2bf59266721b88f87cceb6bcc3172ed3cd48e1ec0021a71d21a7471631ee55\";}}s:5:\"nonce\";s:12:\"b5fcaedbf604\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1750373540;a:11:{s:2:\"db\";s:55:\"backup_2025-06-19-2252_Game_Platform_8943d8e9b7b7-db.gz\";s:7:\"db-size\";i:468337;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"18d4f359311353bb0f35b27ce24c548333ef6738\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"955080498c59fe1bb0563c5b0229bacd3a3baff881f5056ee4d44e3858dd6b47\";}}s:5:\"nonce\";s:12:\"8943d8e9b7b7\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1750287125;a:11:{s:2:\"db\";s:55:\"backup_2025-06-18-2252_Game_Platform_83a4d6b115e8-db.gz\";s:7:\"db-size\";i:468241;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"c5c0eb025754b15cc958932548c4c548e95b0cc5\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"9075d88452fedaa7c430304484a22615a6c4d504ba409b1201b4e59b71b527f2\";}}s:5:\"nonce\";s:12:\"83a4d6b115e8\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1750200768;a:11:{s:2:\"db\";s:55:\"backup_2025-06-17-2252_Game_Platform_49cccb7e398d-db.gz\";s:7:\"db-size\";i:468150;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"0593e02b5ec1e0306c8e961ab52a016e56f27aa1\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"6b5bb4d69dff4bd4c706c445c9d89af3945ae3071fc68aabeaa6f48605a0c92e\";}}s:5:\"nonce\";s:12:\"49cccb7e398d\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1750114251;a:11:{s:2:\"db\";s:55:\"backup_2025-06-16-2250_Game_Platform_a846a3cea61d-db.gz\";s:7:\"db-size\";i:468053;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"1b3612db66b5a98903ba929dac52a566f6c4d577\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"c48713d1d38a820296877a19b4e83fd6c1df4b94a9e3b02851bb1ce480c7d232\";}}s:5:\"nonce\";s:12:\"a846a3cea61d\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1750027800;a:11:{s:2:\"db\";s:55:\"backup_2025-06-15-2250_Game_Platform_ba8410d6624f-db.gz\";s:7:\"db-size\";i:468090;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"f7919ebe96c7b2f89f7c7d754261531e9efecbd6\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"ede3768b4b74631346a4590e5a52bd67fc6c244f7535de4c39972e42e0ac4fac\";}}s:5:\"nonce\";s:12:\"ba8410d6624f\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1749941444;a:11:{s:2:\"db\";s:55:\"backup_2025-06-14-2250_Game_Platform_9d54e04b1cf1-db.gz\";s:7:\"db-size\";i:467999;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"79ed35f6a0836b94ded1083ee4dbdd34e75e457a\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"49894c251fb07c2f1f0968848a197bf5133e581ba177bf1375d273d645b82ddc\";}}s:5:\"nonce\";s:12:\"9d54e04b1cf1\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1749855868;a:11:{s:2:\"db\";s:55:\"backup_2025-06-13-2304_Game_Platform_4587ea91ff60-db.gz\";s:7:\"db-size\";i:467881;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"54d13138be3f33255c202cc003dc9552b5a88d1a\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"ab0ee16f821457d41f5ca484512b1fb3c1045ded8e85f7d8bee10d06a2f705fc\";}}s:5:\"nonce\";s:12:\"4587ea91ff60\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1749768608;a:11:{s:2:\"db\";s:55:\"backup_2025-06-12-2250_Game_Platform_e2ea76115878-db.gz\";s:7:\"db-size\";i:467795;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"0f0e7f76ea96865d23ed2e6d6827e6d15af13d02\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"23bb34bbfbb025f17f840434e3441f9dc8b386cc1a04128e8b02c67006dce26d\";}}s:5:\"nonce\";s:12:\"e2ea76115878\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1749682092;a:11:{s:2:\"db\";s:55:\"backup_2025-06-11-2248_Game_Platform_1bb1e8d1c945-db.gz\";s:7:\"db-size\";i:467691;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"29aad19e79dd2aa6b97772c87281cae84a545600\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"304d2ef47fea7a8f5cb750ab1f9caeccdc9a6cda5cba2b57b7d0f9b79ecaa90a\";}}s:5:\"nonce\";s:12:\"1bb1e8d1c945\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1749596063;a:11:{s:2:\"db\";s:55:\"backup_2025-06-10-2254_Game_Platform_3f7bddcdf0d2-db.gz\";s:7:\"db-size\";i:467586;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"ce6a3b322a1d2b18973a8abdd620345d927a14ae\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"5835b0fbc87033272087f23b1c7f021cfd6edbd8d978036e0015e864b90d91d3\";}}s:5:\"nonce\";s:12:\"3f7bddcdf0d2\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1749509524;a:11:{s:2:\"db\";s:55:\"backup_2025-06-09-2252_Game_Platform_8b029bc5c608-db.gz\";s:7:\"db-size\";i:467479;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"3e69989be89d00626a5082e1333c781fc58467f8\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"5b2d9b22c615bd36eabaab597bd420b492d020fb70038d63aadbdc8028dd0461\";}}s:5:\"nonce\";s:12:\"8b029bc5c608\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1749423106;a:11:{s:2:\"db\";s:55:\"backup_2025-06-08-2251_Game_Platform_ed70bd34ac26-db.gz\";s:7:\"db-size\";i:467391;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"ebb1c41ba86a414c1d42e0ffb460187a2bc23d99\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"3ebda03236922fd2dba92978522a0bf279c28bc9c69a07709c5652693b4ef1ac\";}}s:5:\"nonce\";s:12:\"ed70bd34ac26\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1749336903;a:11:{s:2:\"db\";s:55:\"backup_2025-06-07-2255_Game_Platform_101777d39d77-db.gz\";s:7:\"db-size\";i:467306;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"392d1149626cb37230dcf5cc3cd98249d70be219\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"cc060f0f0222bc333d937397b13886dd4d95f8d3e3505275532b2dfc59d37398\";}}s:5:\"nonce\";s:12:\"101777d39d77\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1749251312;a:11:{s:2:\"db\";s:55:\"backup_2025-06-06-2308_Game_Platform_1ddc5f4d1bdf-db.gz\";s:7:\"db-size\";i:467186;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"c32b5284c656a10d7c19aa49b881e6f733b407eb\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"3d63a6cfc8ccdc1add80d03078b9102309ca81dc0335dfda9901332ea462cfd3\";}}s:5:\"nonce\";s:12:\"1ddc5f4d1bdf\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1749163817;a:11:{s:2:\"db\";s:55:\"backup_2025-06-05-2250_Game_Platform_c349c1c36cb6-db.gz\";s:7:\"db-size\";i:467090;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"58050272a19f545714003a7485ff54a2f29f6d92\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"79f2833b0b5577a92db618d423bc5aa56b8cf69876528efb5c116bba134483fe\";}}s:5:\"nonce\";s:12:\"c349c1c36cb6\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1749077704;a:11:{s:2:\"db\";s:55:\"backup_2025-06-04-2255_Game_Platform_6b29145033cf-db.gz\";s:7:\"db-size\";i:466998;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"abd61b1ccf2a4fb22f5c48d75f8412575ec410a2\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"155943a85ac18e5e0ae65b92f823510039687742906abe5c595947403700d197\";}}s:5:\"nonce\";s:12:\"6b29145033cf\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1748991155;a:11:{s:2:\"db\";s:55:\"backup_2025-06-03-2252_Game_Platform_d32880b1a7ff-db.gz\";s:7:\"db-size\";i:466891;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"d48071c26c19d6b0fe76fb27685eed399485b6a1\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"ea8bdae9d4a671bcbff16ed868f99bd7a5fb644f0e99dec54521b0d709501b32\";}}s:5:\"nonce\";s:12:\"d32880b1a7ff\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1748904689;a:11:{s:2:\"db\";s:55:\"backup_2025-06-02-2251_Game_Platform_9e5ec9715468-db.gz\";s:7:\"db-size\";i:466792;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"3a889adc93aaf3ce382502e6a9a6bccc85e012cb\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"c48bc4a10d27e69f153859149833c20be08368646b754c028e8a2f8257d1e357\";}}s:5:\"nonce\";s:12:\"9e5ec9715468\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1748818364;a:11:{s:2:\"db\";s:55:\"backup_2025-06-01-2252_Game_Platform_0bb48b2492a5-db.gz\";s:7:\"db-size\";i:466685;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"fcde5730fe0ffdb9ec991681757dfe5580f5b2e9\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"fc868746bcade21b5a8819764691b79cf35316fec3fa83e1f080d8b1dbb49448\";}}s:5:\"nonce\";s:12:\"0bb48b2492a5\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1748731961;a:11:{s:2:\"db\";s:55:\"backup_2025-05-31-2252_Game_Platform_be1ce52ce86b-db.gz\";s:7:\"db-size\";i:466484;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"aeedd6f4156c9cde3372f262ded99c2ec8df7513\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"1c1406be249159b71d8b6a14ebd9c8b34231e70e815fe1cca4549da704eb426d\";}}s:5:\"nonce\";s:12:\"be1ce52ce86b\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1748646339;a:11:{s:2:\"db\";s:55:\"backup_2025-05-30-2305_Game_Platform_6be7da495ced-db.gz\";s:7:\"db-size\";i:466372;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"9135411dc4d557329258ed3f49375f66ddd96fed\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"0e0419a4ab27c392f223a56f282261508e648a0300f84e6ba7f8d551d1cf4e65\";}}s:5:\"nonce\";s:12:\"6be7da495ced\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1748558981;a:11:{s:2:\"db\";s:55:\"backup_2025-05-29-2249_Game_Platform_d1fc123b83dc-db.gz\";s:7:\"db-size\";i:466269;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"eb7cdb2b33cd665370df5a33fe2fe65ade122445\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"e6ee0d67ee54197b880433a2b7f5993f133c6892cbf21806567072959b214b4e\";}}s:5:\"nonce\";s:12:\"d1fc123b83dc\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1748472614;a:11:{s:2:\"db\";s:55:\"backup_2025-05-28-2250_Game_Platform_bd9fd31526db-db.gz\";s:7:\"db-size\";i:466185;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"2a75177359812c385aca52e6ca3a5afbbe062a77\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"b75aeb53c917cba2f2daa11a19eed7f580e5743e53a6d1739a142b729b16770d\";}}s:5:\"nonce\";s:12:\"bd9fd31526db\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1748386434;a:11:{s:2:\"db\";s:55:\"backup_2025-05-27-2253_Game_Platform_65f8ea89989b-db.gz\";s:7:\"db-size\";i:466073;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"fa6d62ce3c7f93d3b6f52e52bb4f0c869af6eacd\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"0bc3da6cb0612de05311326db2d61f92d4e0f33bc634801c998163f790494ac3\";}}s:5:\"nonce\";s:12:\"65f8ea89989b\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1748300909;a:11:{s:2:\"db\";s:55:\"backup_2025-05-26-2308_Game_Platform_5b845d564f35-db.gz\";s:7:\"db-size\";i:466774;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"be29b735baec8d64ca632a057918c0ee6ee6626e\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"12ed736e8622f5b78e03cae4170d3ec4f97a3b22e9386ba01d8cf5b5e006a2a5\";}}s:5:\"nonce\";s:12:\"5b845d564f35\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1748213803;a:11:{s:2:\"db\";s:55:\"backup_2025-05-25-2256_Game_Platform_d7de50914649-db.gz\";s:7:\"db-size\";i:466001;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"63d8289d431eec070101c62b9c2f372b9b44e9eb\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"794d4f97605d39ed0f79d6a5df308c63fdec8648f0e9aa237177fbea12e3338a\";}}s:5:\"nonce\";s:12:\"d7de50914649\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1748127366;a:11:{s:2:\"db\";s:55:\"backup_2025-05-24-2256_Game_Platform_7567a7e722eb-db.gz\";s:7:\"db-size\";i:465913;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"53307d926e30cdf57dbfb852c386910e05b370ed\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"b854db297fc4e3fada8c5389d8450761a35aef1a0b7a15206a348043a57471e3\";}}s:5:\"nonce\";s:12:\"7567a7e722eb\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1748000344;a:11:{s:2:\"db\";s:55:\"backup_2025-05-23-1139_Game_Platform_7f7138fb826c-db.gz\";s:7:\"db-size\";i:465798;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"7a8d7878c770e6c23dd301bb8cc698a1c4412dad\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"4b1636cf1aa8ff3f0e4a9e09d9c1930318b30b44c373754f760a05773a6d532e\";}}s:5:\"nonce\";s:12:\"7f7138fb826c\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1747954015;a:11:{s:2:\"db\";s:55:\"backup_2025-05-22-2246_Game_Platform_152c9db6daa1-db.gz\";s:7:\"db-size\";i:465697;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"371d370f034784637745b3bc4d44f18d57fe9b92\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"0ce2ca06b664a7cd0a1333383af4a7c8ae2730a20507d0a76b3e8e8a429ef472\";}}s:5:\"nonce\";s:12:\"152c9db6daa1\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1747867733;a:11:{s:2:\"db\";s:55:\"backup_2025-05-21-2248_Game_Platform_644a61ac18e2-db.gz\";s:7:\"db-size\";i:465597;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"a993817210238bacd01c8c6ef5b964cdc5b61339\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"b041a37fc00b6df6460bc4195f337e9b9ecd2064f05935525ebe607359ad5e98\";}}s:5:\"nonce\";s:12:\"644a61ac18e2\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1747781875;a:11:{s:2:\"db\";s:55:\"backup_2025-05-20-2257_Game_Platform_fe44d6d280e7-db.gz\";s:7:\"db-size\";i:465499;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"02385a26c26c9eaa7c526f4d301384d2eadbf11a\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"f82b71cc1da6adf894a7a3334d43fb0aa328556b8c0aab8acec02bf2a198f108\";}}s:5:\"nonce\";s:12:\"fe44d6d280e7\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1747695153;a:11:{s:2:\"db\";s:55:\"backup_2025-05-19-2252_Game_Platform_916caa92fc48-db.gz\";s:7:\"db-size\";i:465404;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"66bfe51cae1def87efb66ba20aeed9fcff0044f7\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"d3fdc8e2b945d5853b265c968173cbb8760f70033176e67f1f64e66a22b4ce2e\";}}s:5:\"nonce\";s:12:\"916caa92fc48\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1747608770;a:11:{s:2:\"db\";s:55:\"backup_2025-05-18-2252_Game_Platform_27fbbf375a29-db.gz\";s:7:\"db-size\";i:465304;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"049306dc5892fe42bc00805a8474718d70d001a5\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"c0248d8e27a5801489628c7e43ac326f76f871f7d2b0ad3cb343bbd13648c546\";}}s:5:\"nonce\";s:12:\"27fbbf375a29\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1747522659;a:11:{s:2:\"db\";s:55:\"backup_2025-05-17-2257_Game_Platform_e2d142fac910-db.gz\";s:7:\"db-size\";i:465216;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"6142e3e00b9a9f97771dd5e4e1566fc18f7984ad\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"6836aacd75a16d559c42abbef06eb3c9cb52f6c5815dd7d3fad97fc3b34777c3\";}}s:5:\"nonce\";s:12:\"e2d142fac910\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1747394165;a:11:{s:2:\"db\";s:55:\"backup_2025-05-16-1116_Game_Platform_2ce769208fec-db.gz\";s:7:\"db-size\";i:465114;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"b3e06dd5d5dc22c0f97d042067f6987386129ade\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"f1bf3a9de5a8d5f3e4e3971829a144d22c988d066b1ec2a874e9b1caa932b13d\";}}s:5:\"nonce\";s:12:\"2ce769208fec\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1747349807;a:11:{s:2:\"db\";s:55:\"backup_2025-05-15-2256_Game_Platform_44d20d2ad85f-db.gz\";s:7:\"db-size\";i:465009;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"2d8ca2c3a290be0274afe493566d5e3b1421fc2c\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"a7291d576bc2260e301e6dc84db8c81121b8d8e34fbbb75acd9c7cb28daddb9f\";}}s:5:\"nonce\";s:12:\"44d20d2ad85f\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1747262914;a:11:{s:2:\"db\";s:55:\"backup_2025-05-14-2248_Game_Platform_c94dcbdad5f7-db.gz\";s:7:\"db-size\";i:464907;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"0a259f5aedbdc83a7a666cec2b3a2637ee2e2b0c\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"b9d54016ff221c9217f94d77583f6acbf93b2c3c22da5386c3f5044994d8b4c8\";}}s:5:\"nonce\";s:12:\"c94dcbdad5f7\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1747176776;a:11:{s:2:\"db\";s:55:\"backup_2025-05-13-2252_Game_Platform_262741b21c1a-db.gz\";s:7:\"db-size\";i:464816;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"2c660475d778633601306075e78de447c5353edb\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"d508453c54f30ad12f3436c8cdaec8c11c60a868ed22d4fe27dd0fd35c326e27\";}}s:5:\"nonce\";s:12:\"262741b21c1a\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1747090546;a:11:{s:2:\"db\";s:55:\"backup_2025-05-12-2255_Game_Platform_31782427f7ae-db.gz\";s:7:\"db-size\";i:464705;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"3351445c68411608c2f6801b8a4099f13dbd488f\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"5984e1074bc4a40b9a99f92820464c16e0345e2f514885e1824b333eaac54eaf\";}}s:5:\"nonce\";s:12:\"31782427f7ae\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1747003917;a:11:{s:2:\"db\";s:55:\"backup_2025-05-11-2251_Game_Platform_b6e42d250a7b-db.gz\";s:7:\"db-size\";i:464612;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"9a7406af9a8ed9739949fc19d232341fa0b3a0da\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"b5d89e684f16b39c997fe02d7a0cc1febc2c92d277e4037c13cfa8bd73be0feb\";}}s:5:\"nonce\";s:12:\"b6e42d250a7b\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1746917519;a:11:{s:2:\"db\";s:55:\"backup_2025-05-10-2251_Game_Platform_73f72048d3f4-db.gz\";s:7:\"db-size\";i:464516;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"d5f8b8b5efbdf49d00b7b186cb52122467a946ae\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"bf30dd289708ea6dbbf1d34ace733d69b57c03a3cfefc599c05706366ac886df\";}}s:5:\"nonce\";s:12:\"73f72048d3f4\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1746831966;a:11:{s:2:\"db\";s:55:\"backup_2025-05-09-2306_Game_Platform_b209ba2d972d-db.gz\";s:7:\"db-size\";i:464404;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"b62df6910ab35253133c659551af79759077f1d9\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"fe05d3758d835457c385561e094537ef346ad3b38e43786d6684008be1e63acb\";}}s:5:\"nonce\";s:12:\"b209ba2d972d\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1746744846;a:11:{s:2:\"db\";s:55:\"backup_2025-05-08-2254_Game_Platform_4fac1ee0e412-db.gz\";s:7:\"db-size\";i:464298;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"75987483a45d0d59ab46f393c2fe516ea41764fb\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"1798f6ac30b127714acd71b027071bff9616713e37922c792aa82da028731709\";}}s:5:\"nonce\";s:12:\"4fac1ee0e412\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1746658573;a:11:{s:2:\"db\";s:55:\"backup_2025-05-07-2256_Game_Platform_703f7e760bbf-db.gz\";s:7:\"db-size\";i:464205;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"8283dcd7c34e2bd7377604fd9dea0f17d4fe710e\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"a508493cde015c96fd10c72898676e5b55c2cfa22608545270f1a9acfb278d3c\";}}s:5:\"nonce\";s:12:\"703f7e760bbf\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1746572411;a:11:{s:2:\"db\";s:55:\"backup_2025-05-06-2300_Game_Platform_76bbda94ab8c-db.gz\";s:7:\"db-size\";i:464101;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"fe0e7cea8c0d7e1b4b0eb0b4d0b4f7917f3459de\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"885e8aa5b1f71271306f2028544e98f6c35034190b7af1c6fd35ee4fab70777f\";}}s:5:\"nonce\";s:12:\"76bbda94ab8c\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1746485521;a:11:{s:2:\"db\";s:55:\"backup_2025-05-05-2252_Game_Platform_01d6872f6b53-db.gz\";s:7:\"db-size\";i:464002;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"c13aedf0027cd7ef88fc613a66fb979f463554f7\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"f3f0be15379cc6f2ef205e0fad7125c85a643aaf94fd49c4e8d93d61281cf216\";}}s:5:\"nonce\";s:12:\"01d6872f6b53\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1746399225;a:11:{s:2:\"db\";s:55:\"backup_2025-05-04-2253_Game_Platform_f550d32fc3d0-db.gz\";s:7:\"db-size\";i:463900;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"24544702ac76f9d7224205d2250b0c788bd3faaf\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"16a0203430a0ac11454910d9a9492c8a731b7c15b4a061e3ef94744b339a261a\";}}s:5:\"nonce\";s:12:\"f550d32fc3d0\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1746312717;a:11:{s:2:\"db\";s:55:\"backup_2025-05-03-2251_Game_Platform_5e1440f24883-db.gz\";s:7:\"db-size\";i:463694;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"563cd66e660e146b01cb4c2f7f1516635fd91b64\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"1ce404f7d0995b64603ff58d3dd11e0cc7e918409bae75833e78bf9c8353f662\";}}s:5:\"nonce\";s:12:\"5e1440f24883\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1746226682;a:11:{s:2:\"db\";s:55:\"backup_2025-05-02-2258_Game_Platform_b643e4e58471-db.gz\";s:7:\"db-size\";i:463580;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"5fb87a0fae996b0b7d6ff06d3fe1bb0eb1b58472\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"063a08e3b7d274ee717d1b551ffa5468a5234cf086358a60bdc56d19aedff12e\";}}s:5:\"nonce\";s:12:\"b643e4e58471\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1746140076;a:11:{s:2:\"db\";s:55:\"backup_2025-05-01-2254_Game_Platform_838758a2e7bd-db.gz\";s:7:\"db-size\";i:463487;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"c23571269c36fb930fa76c8209106c55868188b0\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"0dc4f9e42842700531d5164f2fbb9bea69902be075b31cd5d36feb9ebae783c1\";}}s:5:\"nonce\";s:12:\"838758a2e7bd\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1746059277;a:11:{s:2:\"db\";s:55:\"backup_2025-05-01-0027_Game_Platform_7a5f35e55e98-db.gz\";s:7:\"db-size\";i:463380;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"451b9179b62d0049923388886fed0a38d9c0b6ed\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"7edd0977bcc679a9d1492936696118379a5ffb928a5d4ba1031e93af98417d91\";}}s:5:\"nonce\";s:12:\"7a5f35e55e98\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1745967242;a:11:{s:2:\"db\";s:55:\"backup_2025-04-29-2254_Game_Platform_364a05601e29-db.gz\";s:7:\"db-size\";i:463283;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"535212ed6a693908b167f3ddc943d447cc6d22f6\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"15a2a05b438b17c6e01a5e4cc91ff6d365a2af4ba1b949a73b8afe402406e2a3\";}}s:5:\"nonce\";s:12:\"364a05601e29\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1745880617;a:11:{s:2:\"db\";s:55:\"backup_2025-04-28-2250_Game_Platform_234df628ac36-db.gz\";s:7:\"db-size\";i:463179;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"8e68cd41f916e40fc2c317aeed7b2f5413af106f\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"5ee7b4d5f0768d567e43f1b27c0f5523329edfb72682441f6945b3ced1876e6f\";}}s:5:\"nonce\";s:12:\"234df628ac36\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1745794297;a:11:{s:2:\"db\";s:55:\"backup_2025-04-27-2251_Game_Platform_45ead1f76a3c-db.gz\";s:7:\"db-size\";i:463188;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"ff0e473f850b242dfe0ed7e2e915846d222aa7c3\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"4ff32217fe0274003bf5cef2c6d66d57509ee6d2fbfa6b2716e63c034b97062e\";}}s:5:\"nonce\";s:12:\"45ead1f76a3c\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1745707982;a:11:{s:2:\"db\";s:55:\"backup_2025-04-26-2253_Game_Platform_b46da3d69727-db.gz\";s:7:\"db-size\";i:463112;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"ca0e4719296ec668c25b61c0974a8fc8c05c7d76\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"91953be38f154e70bdfad3db12cd98098024793ae0ba18202c88101a51923466\";}}s:5:\"nonce\";s:12:\"b46da3d69727\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1745621696;a:11:{s:2:\"db\";s:55:\"backup_2025-04-25-2254_Game_Platform_b0cbd4053865-db.gz\";s:7:\"db-size\";i:462989;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"9be1ea2045367623feac4155772e69750122b370\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"0dedc22605787cd8d8e361c1b992bcd13086150ae208c00d1c7ba4713972bdaa\";}}s:5:\"nonce\";s:12:\"b0cbd4053865\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1745535080;a:11:{s:2:\"db\";s:55:\"backup_2025-04-24-2251_Game_Platform_609d66f7a227-db.gz\";s:7:\"db-size\";i:462880;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"6fd9b460487bd9689e2caa265c186c58bb26b969\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"9bb1b5313a5fdfde99f38ce4a6122d7db286e62cb5109c2791a111ce79614759\";}}s:5:\"nonce\";s:12:\"609d66f7a227\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1745448651;a:11:{s:2:\"db\";s:55:\"backup_2025-04-23-2250_Game_Platform_0c4cada608fe-db.gz\";s:7:\"db-size\";i:462790;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"279db1848876f414ee7c2b1baf75eb397812fbe6\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"3d6aa9cead15f91fb9dd0462f86cc2ab1cfcdca0dd1b7f7173e8e4ff7ae156e9\";}}s:5:\"nonce\";s:12:\"0c4cada608fe\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1745362535;a:11:{s:2:\"db\";s:55:\"backup_2025-04-22-2255_Game_Platform_386215c55d8b-db.gz\";s:7:\"db-size\";i:462686;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"c4027335b6934564909b326fb3c95e50f8c81d84\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"bb97617db8df3ef79a93d1875392e9092d5ac0f22041362c69316289407666e1\";}}s:5:\"nonce\";s:12:\"386215c55d8b\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1745277073;a:11:{s:2:\"db\";s:55:\"backup_2025-04-21-2311_Game_Platform_5df1fc31f95b-db.gz\";s:7:\"db-size\";i:462580;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"b7d0b949d1c3eb6c7dcba8513e34f24b6930c649\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"6ff3dcc9d107db1e39a899552d148a36a68b395f2866ce0949a67a844fbae42b\";}}s:5:\"nonce\";s:12:\"5df1fc31f95b\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1745189777;a:11:{s:2:\"db\";s:55:\"backup_2025-04-20-2256_Game_Platform_8f13956ea003-db.gz\";s:7:\"db-size\";i:462476;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"57849c339830c166131b725f645eeba4874eca95\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"90793d3df6d6b4eeab43ed5b5ccaacbbb515ea3744ca4f299e563fc34c720380\";}}s:5:\"nonce\";s:12:\"8f13956ea003\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1745103732;a:11:{s:2:\"db\";s:55:\"backup_2025-04-19-2302_Game_Platform_11b0da66d5bb-db.gz\";s:7:\"db-size\";i:462265;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"b1d227428e11b1584d768ecf17f55092625be121\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"a5dbeb037ceeb48dde2cb02b0116152ae27b477a79db8fb56e60aeb0d20a31cd\";}}s:5:\"nonce\";s:12:\"11b0da66d5bb\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1745017318;a:11:{s:2:\"db\";s:55:\"backup_2025-04-18-2301_Game_Platform_51754103e308-db.gz\";s:7:\"db-size\";i:462157;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"ec3b5c7ad98e51c534a1328aa586c62ec50c749f\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"dd858252778d0a7d5c578eede7fae199ff2c2060dcef893c338d74a038c9cabe\";}}s:5:\"nonce\";s:12:\"51754103e308\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1744930544;a:11:{s:2:\"db\";s:55:\"backup_2025-04-17-2255_Game_Platform_fef99d14cafd-db.gz\";s:7:\"db-size\";i:462050;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"206760ac625f9f09d93b5c2220dd7f094b44f4a1\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"7479847fdaa291208e1129cb870d00a11b941e8e4707c59cfeea416d45cc75bf\";}}s:5:\"nonce\";s:12:\"fef99d14cafd\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1744844096;a:11:{s:2:\"db\";s:55:\"backup_2025-04-16-2254_Game_Platform_f2fa4b8b3bf2-db.gz\";s:7:\"db-size\";i:461955;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"25927acbc7e8835e135a1331c5f3824ff0ee3bba\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"cffadee6d24a3baeff1ce27a20bd07dc8eca8f5f39a5e3535f5c542f7b4294fd\";}}s:5:\"nonce\";s:12:\"f2fa4b8b3bf2\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1744770960;a:11:{s:2:\"db\";s:55:\"backup_2025-04-16-0236_Game_Platform_01b9226c32ee-db.gz\";s:7:\"db-size\";i:461843;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"b7e1db3426b71abf5949e0bfd96eb0660f1afda2\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"88a2357ace5a6d9a7ec0eb217bec326aea48885adec22be400570dcf70856147\";}}s:5:\"nonce\";s:12:\"01b9226c32ee\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1744671202;a:11:{s:2:\"db\";s:55:\"backup_2025-04-14-2253_Game_Platform_1ff793f820b2-db.gz\";s:7:\"db-size\";i:461736;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"0a0118aae3ba85b70300e663dd4589104b48f114\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"f83502e52f7105f294842863fb1e6dc751e087f411aa7ec39b525cfdbb4be1bb\";}}s:5:\"nonce\";s:12:\"1ff793f820b2\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1744584974;a:11:{s:2:\"db\";s:55:\"backup_2025-04-13-2256_Game_Platform_b08b0fc97872-db.gz\";s:7:\"db-size\";i:461737;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"c77f5f665ef85887749bdb4bb2e70931ad1972c0\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"37752c58bbbed9c259a466cf34337c8a8d48e5a0ba67d8836bd010de398f992e\";}}s:5:\"nonce\";s:12:\"b08b0fc97872\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1744490049;a:11:{s:2:\"db\";s:55:\"backup_2025-04-12-2034_Game_Platform_7128ba2a18b0-db.gz\";s:7:\"db-size\";i:461682;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"1975641997f31e965b378fdec94a3a21b43e7729\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"b1e66998af53cd7ff00054475d6fd618ba1f6dfcce17160dd6b4322f67f78991\";}}s:5:\"nonce\";s:12:\"7128ba2a18b0\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1744412110;a:11:{s:2:\"db\";s:55:\"backup_2025-04-11-2255_Game_Platform_39bab498a512-db.gz\";s:7:\"db-size\";i:461590;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"cbec890fd6c497a79714cbbbda613891713e1564\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"4e3f1593878ea6a6ef1ebf2f340de3887b11c203a3944069965389fc324feed4\";}}s:5:\"nonce\";s:12:\"39bab498a512\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1744325725;a:11:{s:2:\"db\";s:55:\"backup_2025-04-10-2255_Game_Platform_0c2e96dab82d-db.gz\";s:7:\"db-size\";i:461493;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"0ffb4a39a836ea029de5d60709153f5015cfb4b6\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"8d852906e5da677da04a5b095ac5406c90b932efcb4925e1a39ac51efeeb7502\";}}s:5:\"nonce\";s:12:\"0c2e96dab82d\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1744239521;a:11:{s:2:\"db\";s:55:\"backup_2025-04-09-2258_Game_Platform_0e9c3a0afdc7-db.gz\";s:7:\"db-size\";i:461390;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"30e59bce0f54a541f31e58b81473773d38932727\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"939cdfcf485892477b29b2cbb4a4374814958e986a18cba372327f09d3508e88\";}}s:5:\"nonce\";s:12:\"0e9c3a0afdc7\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1744152790;a:11:{s:2:\"db\";s:55:\"backup_2025-04-08-2253_Game_Platform_534e32d2ce0c-db.gz\";s:7:\"db-size\";i:461291;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"17b70fa9e832f56cddd01d96f320d9f300188aa2\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"15adc9ba82f04a9c1cb5980d9fa8f1cc26ed2e41e2f7edb695bab10b7efa81cb\";}}s:5:\"nonce\";s:12:\"534e32d2ce0c\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1744066604;a:11:{s:2:\"db\";s:55:\"backup_2025-04-07-2256_Game_Platform_13e9a55e6cb0-db.gz\";s:7:\"db-size\";i:461191;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"b8b0a35acc6de5c9537dcc85f924279af4faeb86\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"238d0fea2c82174faf2685944b5ae634e2cc57b92128f5dea58e81d527a700e9\";}}s:5:\"nonce\";s:12:\"13e9a55e6cb0\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1743980419;a:11:{s:2:\"db\";s:55:\"backup_2025-04-06-2300_Game_Platform_fe92306f6e30-db.gz\";s:7:\"db-size\";i:461116;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"115314dc54cba0fc08e1359684efbffee70168b5\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"0db828b827e19bd4200bf0a84e57cb4472de196e36f787c11ac1da946f8e2064\";}}s:5:\"nonce\";s:12:\"fe92306f6e30\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1743893869;a:11:{s:2:\"db\";s:55:\"backup_2025-04-05-2257_Game_Platform_5417445198c6-db.gz\";s:7:\"db-size\";i:460945;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"f7d07e4d8dc4891fc85ffbdbee9bfb83835f6ac5\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"b417e8a0bb634f306b89d7f06afbadc2bf6bfa0f268cf002e690472a4378ae0b\";}}s:5:\"nonce\";s:12:\"5417445198c6\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1743807370;a:11:{s:2:\"db\";s:55:\"backup_2025-04-04-2256_Game_Platform_404d7535e8fc-db.gz\";s:7:\"db-size\";i:460861;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"10ab84d8be7ba303f7ed308067f6744bab7b5a1f\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"0528ec79919aac7b98fc199e061a40b276ff3308a5e28ca0c2a39fc776b6a7c3\";}}s:5:\"nonce\";s:12:\"404d7535e8fc\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1743721195;a:11:{s:2:\"db\";s:55:\"backup_2025-04-03-2259_Game_Platform_8cec236033fc-db.gz\";s:7:\"db-size\";i:460787;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"2587d84cc7767b79700878d9894465b6cb42a750\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"b25a33c29d3486b59ab093756c87168da7bd5d9680d8f71187fde2666d4b76e2\";}}s:5:\"nonce\";s:12:\"8cec236033fc\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1743634694;a:11:{s:2:\"db\";s:55:\"backup_2025-04-02-2258_Game_Platform_185562533ee6-db.gz\";s:7:\"db-size\";i:460739;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"a7a6d5789cc229845829d20d9980ff33a38f9c02\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"9d7b008b5ca0912d5e8433c8123b31b18c93eaab49da210ce750a240781bc4b9\";}}s:5:\"nonce\";s:12:\"185562533ee6\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1743548324;a:11:{s:2:\"db\";s:55:\"backup_2025-04-01-2258_Game_Platform_9a97c8d56df6-db.gz\";s:7:\"db-size\";i:460774;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"84e488119776631d4c983058200d86b44513ddc2\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"ffebf516a0aafaaebac04a0846615b1bef82dfa439e64bd5ba31e4e77ab1d211\";}}s:5:\"nonce\";s:12:\"9a97c8d56df6\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1743461908;a:11:{s:2:\"db\";s:55:\"backup_2025-03-31-2258_Game_Platform_25b73bdd2b6c-db.gz\";s:7:\"db-size\";i:460674;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"c7e0e977a071b59c79084816aec9b70c0cbed090\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"b4bd7b8f1c4b3575ea6a4acf35104fa7e6ebc9de6b51e8baf66d1aae2ca033aa\";}}s:5:\"nonce\";s:12:\"25b73bdd2b6c\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1743375928;a:11:{s:2:\"db\";s:55:\"backup_2025-03-30-2305_Game_Platform_97c8489b2503-db.gz\";s:7:\"db-size\";i:460579;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"76b8811e707627c5dd2f5a0e4f8189ff96a39f42\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"a7fffb4ffc51626df9128b4fc3576f2ebe988bd23dbbbe34d743011388888765\";}}s:5:\"nonce\";s:12:\"97c8489b2503\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1743289080;a:11:{s:2:\"db\";s:55:\"backup_2025-03-29-2258_Game_Platform_f397999b4b03-db.gz\";s:7:\"db-size\";i:460489;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"c2f3d807b6587e4d3b232522b79ab4fba7ec9747\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"aa74a8fd0cd13490e24c32ba712117e6b2420f1e33176dae6b9e9ae02f338c6f\";}}s:5:\"nonce\";s:12:\"f397999b4b03\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1743202667;a:11:{s:2:\"db\";s:55:\"backup_2025-03-28-2257_Game_Platform_2be67b67229f-db.gz\";s:7:\"db-size\";i:460380;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"7868328104dcd74d5914a0676222658ae83bcb61\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"f4864d9cf5e83dee456ae5a2e924db7e68b6511076864c43f85913c8c9dc2a7c\";}}s:5:\"nonce\";s:12:\"2be67b67229f\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1743116268;a:11:{s:2:\"db\";s:55:\"backup_2025-03-27-2257_Game_Platform_2d7621857c88-db.gz\";s:7:\"db-size\";i:460284;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"94b4a1d6008fe235d0ea4da24d45a7917e780c86\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"7be7d62db65375afc737a7bf0979449fa045fbc2c0092d2242bf35a96cd4fe60\";}}s:5:\"nonce\";s:12:\"2d7621857c88\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1743029692;a:11:{s:2:\"db\";s:55:\"backup_2025-03-26-2254_Game_Platform_8d4de941f369-db.gz\";s:7:\"db-size\";i:460187;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"68ff2e44e34fd7fffedca2cb466d9cec21097c40\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"49e4f3792ccaa6923ed049a37dfd39e367de1f5dec4742d0b59fb5706ecc1322\";}}s:5:\"nonce\";s:12:\"8d4de941f369\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1742943228;a:11:{s:2:\"db\";s:55:\"backup_2025-03-25-2253_Game_Platform_24e270e7d1fb-db.gz\";s:7:\"db-size\";i:460089;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"32d466431b56e3e1c7796432c029ff6cf0840569\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"8d0c67e3be75cd6f4dfd459a762e05662e4ff0009d07450b3b1d19276ad1e39f\";}}s:5:\"nonce\";s:12:\"24e270e7d1fb\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1742857149;a:11:{s:2:\"db\";s:55:\"backup_2025-03-24-2259_Game_Platform_5ce8ef749c4d-db.gz\";s:7:\"db-size\";i:459983;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"1d01dfd658d4fbb6b4666b999efe27a877dc733d\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"418f72f87fa1889649260525aa09b80e6ee8c061162422809f47fc6c127b81e4\";}}s:5:\"nonce\";s:12:\"5ce8ef749c4d\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1742338397;a:11:{s:2:\"db\";s:55:\"backup_2025-03-18-2253_Game_Platform_5ea47d0a6418-db.gz\";s:7:\"db-size\";i:459887;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"96177f140ea79049f4f0a80c62649e4b08ed46ce\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"1302d2357152ab837caae5783ca32e1b74c57ce122a960b66cfe4aaad1b35c2a\";}}s:5:\"nonce\";s:12:\"5ea47d0a6418\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1742253557;a:11:{s:2:\"db\";s:55:\"backup_2025-03-17-2319_Game_Platform_ce94df1e41e1-db.gz\";s:7:\"db-size\";i:459783;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"ec8e3f6b7c11959a0720b50797985b7858b437c2\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"5c58d5f970e7d46e65318f05d452d370adf0e2053c33caeeb17590184ec5918b\";}}s:5:\"nonce\";s:12:\"ce94df1e41e1\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1742165555;a:11:{s:2:\"db\";s:55:\"backup_2025-03-16-2252_Game_Platform_efb6f223d96f-db.gz\";s:7:\"db-size\";i:459684;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"9715cf33fbd15aa15118832d288de79592164500\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"57153374ad012620562532803064859c172719876170e556e0c546f37cadbc93\";}}s:5:\"nonce\";s:12:\"efb6f223d96f\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1742079107;a:11:{s:2:\"db\";s:55:\"backup_2025-03-15-2251_Game_Platform_f46125586f31-db.gz\";s:7:\"db-size\";i:459466;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"8319fdc48e49f63518ce2fbbdc393ae6e9a5a306\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"8a64c5ad21178f4229de8f87e7fc1c13cd83be126b276bc1fb0cef4e642ed01d\";}}s:5:\"nonce\";s:12:\"f46125586f31\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1741992711;a:11:{s:2:\"db\";s:55:\"backup_2025-03-14-2251_Game_Platform_de0796f479e7-db.gz\";s:7:\"db-size\";i:459362;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"cce71639e1d03ef18d32931fd2dbd0283a65f859\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"92a51cd8bf69d75e9ee84748122349b9bbb592f6d20318105f58eccf277e32fe\";}}s:5:\"nonce\";s:12:\"de0796f479e7\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1741906542;a:11:{s:2:\"db\";s:55:\"backup_2025-03-13-2255_Game_Platform_cf679edf0f3e-db.gz\";s:7:\"db-size\";i:459277;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"639a7659d29a65f13dd8bbf9becb905e3c73bd15\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"abb381d29b51ba6c4422933524d35f51b1f902a8148622da8449e286502cf7c4\";}}s:5:\"nonce\";s:12:\"cf679edf0f3e\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1741819916;a:11:{s:2:\"db\";s:55:\"backup_2025-03-12-2251_Game_Platform_6eaa11ae79ae-db.gz\";s:7:\"db-size\";i:459169;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"4c4c46e5cdff6fbf8d4b80bccf6e5edd814fe84b\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"5af0c6f5e72e0fb377c4ad21ccb1540b8035e820e1ac3a5d9afadace973f4c9f\";}}s:5:\"nonce\";s:12:\"6eaa11ae79ae\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1741733549;a:11:{s:2:\"db\";s:55:\"backup_2025-03-11-2252_Game_Platform_9e1bd3671c98-db.gz\";s:7:\"db-size\";i:459071;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"62a8eb60569767db96516faa228778706bf34c39\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"160cb3b11ec104b989b684354f7d0132ab641dda0b44c92e08b5ee07d6b7260f\";}}s:5:\"nonce\";s:12:\"9e1bd3671c98\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1741647150;a:11:{s:2:\"db\";s:55:\"backup_2025-03-10-2252_Game_Platform_393ab6883034-db.gz\";s:7:\"db-size\";i:458969;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"c3e6aec526030c93af8a756cb1492b3260f0775d\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"233b4fc5be6e35026529704f5c7c967d1d50157fe2654288a1108615dc11a48c\";}}s:5:\"nonce\";s:12:\"393ab6883034\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1741560598;a:11:{s:2:\"db\";s:55:\"backup_2025-03-09-2249_Game_Platform_1ce3b5053931-db.gz\";s:7:\"db-size\";i:459001;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"eb5ca966bff97eb2e358ead06ed099e9bed59cc5\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"fd950ffce5fe9cd446199416058fb18b28e8f1a474f596c6a890ef09c881de79\";}}s:5:\"nonce\";s:12:\"1ce3b5053931\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1741474130;a:11:{s:2:\"db\";s:55:\"backup_2025-03-08-2248_Game_Platform_c4cc6c9d8710-db.gz\";s:7:\"db-size\";i:458910;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"8026aad469af10fcb2debb749638d61c5b3ae374\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"dd23117595844b36fa033caba1c20d39194158d2615550cbca31cde7559c7ab6\";}}s:5:\"nonce\";s:12:\"c4cc6c9d8710\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1741388240;a:11:{s:2:\"db\";s:55:\"backup_2025-03-07-2257_Game_Platform_cf88df5344b5-db.gz\";s:7:\"db-size\";i:458806;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"431fc5f6597e35a76c846bf8fe772c32968059cd\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"7c8974f6c0f891f8a11bcb25a2833cc8e21bd9076f678834d4d088da6eb80c35\";}}s:5:\"nonce\";s:12:\"cf88df5344b5\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1741301420;a:11:{s:2:\"db\";s:55:\"backup_2025-03-06-2250_Game_Platform_d2ac1ca7a187-db.gz\";s:7:\"db-size\";i:458715;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"5e615ec346fd339dc75fcf1a8a3ed18b1585876d\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"8d63c9bcb827d2006fa5cb6f54c6c0666726c607a528fe25808572fa653eb9c4\";}}s:5:\"nonce\";s:12:\"d2ac1ca7a187\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1741215270;a:11:{s:2:\"db\";s:55:\"backup_2025-03-05-2254_Game_Platform_d6f54d4d005c-db.gz\";s:7:\"db-size\";i:458619;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"8a53fd6a3c9ca799bc38887182b781a70b1981f7\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"971875cbc88b73bfd3c3c6c519ddeb58e3edd1e03d7e320fe8b47b72e4c61a85\";}}s:5:\"nonce\";s:12:\"d6f54d4d005c\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1741129924;a:11:{s:2:\"db\";s:55:\"backup_2025-03-04-2312_Game_Platform_69a2e7b734dc-db.gz\";s:7:\"db-size\";i:458512;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"d812993deb42936cfb384a9108db294bb677c0ea\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"1a08a180ce03b12495d44fb401b219d3340c881529cf9cb40f4b90123e4e5041\";}}s:5:\"nonce\";s:12:\"69a2e7b734dc\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1741042845;a:11:{s:2:\"db\";s:55:\"backup_2025-03-03-2300_Game_Platform_3656325bfe7d-db.gz\";s:7:\"db-size\";i:458411;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"f8d8443956a22413369b8661b4ad1457e7890beb\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"f8c3fd50389eda3d66502122a9579303e52ee424365ffb3826a0ab0ec597ef4a\";}}s:5:\"nonce\";s:12:\"3656325bfe7d\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1740956467;a:11:{s:2:\"db\";s:55:\"backup_2025-03-02-2301_Game_Platform_41da557bcbda-db.gz\";s:7:\"db-size\";i:458315;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"1d6aa6aa874cce7e5c2fbaefe8323e48a7dc7a6b\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"5fbc19762a71eed43ba9ba34767477c95dd4b3db8f859b24aa54205e65345ee6\";}}s:5:\"nonce\";s:12:\"41da557bcbda\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1740869848;a:11:{s:2:\"db\";s:55:\"backup_2025-03-01-2257_Game_Platform_f2f2e9d965b3-db.gz\";s:7:\"db-size\";i:458230;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"e977514940867da3d92e8d6990b720b8b8c26001\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"2e2df12568605eededd4e0a4b6fad01897f36fce91af70b7da043d3692e5e6ce\";}}s:5:\"nonce\";s:12:\"f2f2e9d965b3\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1740783507;a:11:{s:2:\"db\";s:55:\"backup_2025-02-28-2258_Game_Platform_d82eecc1cd66-db.gz\";s:7:\"db-size\";i:458115;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"d0eb22fb268e684c1b1b7c647d62e3d040f08024\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"93bc6f187d86140195354c10628400fe59cce22d23381cf7f240deec365bf946\";}}s:5:\"nonce\";s:12:\"d82eecc1cd66\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1740697047;a:11:{s:2:\"db\";s:55:\"backup_2025-02-27-2257_Game_Platform_1054cb67c053-db.gz\";s:7:\"db-size\";i:458027;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"d726eb7d49e3d1051dd5832862fefe51857af09b\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"4f901e837dd0559a1b738362d9938463085e2d562e011aea2ffb3335633280ed\";}}s:5:\"nonce\";s:12:\"1054cb67c053\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1740610679;a:11:{s:2:\"db\";s:55:\"backup_2025-02-26-2257_Game_Platform_b3d1616d095d-db.gz\";s:7:\"db-size\";i:457930;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"f183eed57f34a82cd6336356edf9db23658b5285\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"b76720994d8f98f26b186bc7d1750f4b991769892988ba393ba555dbc5a1aa2c\";}}s:5:\"nonce\";s:12:\"b3d1616d095d\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1740524115;a:11:{s:2:\"db\";s:55:\"backup_2025-02-25-2255_Game_Platform_dcc616c515a9-db.gz\";s:7:\"db-size\";i:457831;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"963d83ccefd1be231eac69080b775fda6e7f5190\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"cb51088c22ff16b5d6f380503902c6612f28bd17bc0972d9b6a7b902fbe76c3d\";}}s:5:\"nonce\";s:12:\"dcc616c515a9\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1740437739;a:11:{s:2:\"db\";s:55:\"backup_2025-02-24-2255_Game_Platform_cf53a9d0f10f-db.gz\";s:7:\"db-size\";i:457727;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"663e0d61429baf759a5d75512500540079e2b61e\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"f38f7ff6df8682ea94bb40a1cd42fce4cc3048fce627880fb0f074a1e8a5e437\";}}s:5:\"nonce\";s:12:\"cf53a9d0f10f\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1740351390;a:11:{s:2:\"db\";s:55:\"backup_2025-02-23-2256_Game_Platform_abb020bfd302-db.gz\";s:7:\"db-size\";i:457635;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"74ed2d077cbd9b428b54dc2c0427cb77ce4e7aeb\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"789036b04d4e122cec07ddbfd66172cf428661beac97dd1a23c5700a7321dd49\";}}s:5:\"nonce\";s:12:\"abb020bfd302\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1740208733;a:11:{s:2:\"db\";s:55:\"backup_2025-02-22-0718_Game_Platform_beda9340800e-db.gz\";s:7:\"db-size\";i:457419;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"404e71ba66ca0671a882311d927fd56bd5ffef32\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"3ef34b65cc5129e4f6759b3544596d256dbc3775727c6b5e8b6ae53b42ccda87\";}}s:5:\"nonce\";s:12:\"beda9340800e\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1740178796;a:11:{s:2:\"db\";s:55:\"backup_2025-02-21-2259_Game_Platform_b71939d2d7fb-db.gz\";s:7:\"db-size\";i:457314;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"3fb1cc779e793ce0de48e268d1658bc68b76163a\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"af770250d48141d742cd7042d167b22c2dc73637df8ee87b54f0179256bf05fb\";}}s:5:\"nonce\";s:12:\"b71939d2d7fb\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1740092133;a:11:{s:2:\"db\";s:55:\"backup_2025-02-20-2255_Game_Platform_82601caaece3-db.gz\";s:7:\"db-size\";i:457208;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"1084f57f7e9d7db1be0911076a66cf22cedcd364\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"6a8bad780076a3d4f2bd446b422169f3e3e566380dd22c93f05edf964f29e527\";}}s:5:\"nonce\";s:12:\"82601caaece3\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1740005523;a:11:{s:2:\"db\";s:55:\"backup_2025-02-19-2252_Game_Platform_89a2eba6a8a8-db.gz\";s:7:\"db-size\";i:457122;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"bcdf4a5f63f71c0028442fa04146a7bb0c560c9b\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"9a8fb8aa27503bea28fbeeb7409cbfbc9773b2d2679eaab75af4ce689cc57967\";}}s:5:\"nonce\";s:12:\"89a2eba6a8a8\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1739919318;a:11:{s:2:\"db\";s:55:\"backup_2025-02-18-2255_Game_Platform_2c0e554b03f5-db.gz\";s:7:\"db-size\";i:457015;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"e817641c6c6bdee39fd17fb1687444c7921b954d\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"a7251422f643b6ea38b11a34ecdf38f5c8fbc57bf9108b99bed714e5b4ec7e3a\";}}s:5:\"nonce\";s:12:\"2c0e554b03f5\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1739832797;a:11:{s:2:\"db\";s:55:\"backup_2025-02-17-2253_Game_Platform_c4ce7292b140-db.gz\";s:7:\"db-size\";i:456915;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"1865ccc820b638aed60a987f99907677aa546fee\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"a5c043566f2ae341f1d3a8280e8c99d408612e1c821c236786f5495c4d3c6cc7\";}}s:5:\"nonce\";s:12:\"c4ce7292b140\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1739746459;a:11:{s:2:\"db\";s:55:\"backup_2025-02-16-2254_Game_Platform_5d5cb6b6d54e-db.gz\";s:7:\"db-size\";i:456954;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"e4b1a137078232cd28b5799fb72d27909559e3ac\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"cd0a96877be2e03ca76af43eda4d987127d9ff8503ec61113452158f707f81d6\";}}s:5:\"nonce\";s:12:\"5d5cb6b6d54e\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1739660073;a:11:{s:2:\"db\";s:55:\"backup_2025-02-15-2254_Game_Platform_16d5b77f4537-db.gz\";s:7:\"db-size\";i:456857;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"eb87c9addc654536a3c74dee90972b28649679e8\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"1570b26c37b435c81d28d1b85f9e8e4af6474c4a2bd8121c6f885c57925d9537\";}}s:5:\"nonce\";s:12:\"16d5b77f4537\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1739573825;a:11:{s:2:\"db\";s:55:\"backup_2025-02-14-2257_Game_Platform_a4b0c82ea2bb-db.gz\";s:7:\"db-size\";i:456760;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"3650045a2941c8ac7237782348ba3190431b9aea\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"e3d5fc39854c095be079e15bce0b69f41be1205e64d2511632cc9cda87798d7a\";}}s:5:\"nonce\";s:12:\"a4b0c82ea2bb\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1739487258;a:11:{s:2:\"db\";s:55:\"backup_2025-02-13-2254_Game_Platform_fe996673a159-db.gz\";s:7:\"db-size\";i:456657;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"47299989118da33444e2af1e178e45d760bd4ecf\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"2a699c9af02721e966144e9c36796f4c5d91310d260708ff2171d2ce46d40d14\";}}s:5:\"nonce\";s:12:\"fe996673a159\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1739401611;a:11:{s:2:\"db\";s:55:\"backup_2025-02-12-2306_Game_Platform_2ad165795d7d-db.gz\";s:7:\"db-size\";i:456558;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"ddc6ec407974875f6b01fe1d32e9cc63b10d9ca5\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"427e5f5d51cf922125423610e8d46f7c564efa5d035783f664d9acbe07a77f7c\";}}s:5:\"nonce\";s:12:\"2ad165795d7d\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1739322634;a:11:{s:2:\"db\";s:55:\"backup_2025-02-12-0110_Game_Platform_6061725bd540-db.gz\";s:7:\"db-size\";i:456460;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"20e1d265287041b26d8a2f11002d96a2874ee484\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"2a08ee9040374d09cb48e7aa171bf0417bd95034241a1824e712ddf3c8cddde8\";}}s:5:\"nonce\";s:12:\"6061725bd540\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1739187482;a:11:{s:2:\"db\";s:55:\"backup_2025-02-10-1138_Game_Platform_cebecf7950b2-db.gz\";s:7:\"db-size\";i:456356;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"06420583cbb7b6b6f04af7c890a74d60c2780ab9\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"e3076c737c10d371d71b305cb5e6907636dd7d8d3a7f1cc3924343329554106a\";}}s:5:\"nonce\";s:12:\"cebecf7950b2\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1739141506;a:11:{s:2:\"db\";s:55:\"backup_2025-02-09-2251_Game_Platform_1efde8b94ed1-db.gz\";s:7:\"db-size\";i:456255;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"ea4d1a735adf615321d8d8083957421844ba37a9\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"28e6318a16f2a6e66a9f43244bce966d100f4d4b33f8e1794efc83cdd10be0c6\";}}s:5:\"nonce\";s:12:\"1efde8b94ed1\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1739055354;a:11:{s:2:\"db\";s:55:\"backup_2025-02-08-2255_Game_Platform_7219659af5f1-db.gz\";s:7:\"db-size\";i:456168;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"10619d75dcb1c2061575170e9ed9322cd4a98661\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"30fab321f6afbf14c42de3fd2260b553417e3c044bb8c539d4c571cdf598cdb4\";}}s:5:\"nonce\";s:12:\"7219659af5f1\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1738969145;a:11:{s:2:\"db\";s:55:\"backup_2025-02-07-2259_Game_Platform_437c232e2f83-db.gz\";s:7:\"db-size\";i:456057;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"4cddbbddc00320d7bd85f35c25a74248c1de10a4\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"9d75c250c395035362f708f8f5c77e1b06bbfb85387d37a62649d8496dbc82e6\";}}s:5:\"nonce\";s:12:\"437c232e2f83\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1738886637;a:11:{s:2:\"db\";s:55:\"backup_2025-02-07-0003_Game_Platform_11db14aee44c-db.gz\";s:7:\"db-size\";i:455956;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"732a550c617826f8e5da885522851b2e45372b27\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"910793a0e15bee112a960760961d7b2ffa3ee89b1f7258044b0a213cbaa6815e\";}}s:5:\"nonce\";s:12:\"11db14aee44c\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1738795819;a:11:{s:2:\"db\";s:55:\"backup_2025-02-05-2250_Game_Platform_ffc2697ac19b-db.gz\";s:7:\"db-size\";i:455872;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"3f20ec696dbbcb9c77c80978455b06045050d6be\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"39cc92f8c5cd2d12eccf7fcae8d65dd3b00c5d0d872f569e0a56e110d31d6150\";}}s:5:\"nonce\";s:12:\"ffc2697ac19b\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1738709708;a:11:{s:2:\"db\";s:55:\"backup_2025-02-04-2255_Game_Platform_4877f517a10f-db.gz\";s:7:\"db-size\";i:455770;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"b29a817c2884b2b648895d5271ce18049f236d0c\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"4b7d71f63e7c5418a7355292cce5ba5cc039d6be0491699c9a4e9a86941e4f82\";}}s:5:\"nonce\";s:12:\"4877f517a10f\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1738578197;a:11:{s:2:\"db\";s:55:\"backup_2025-02-03-1023_Game_Platform_eb382d722675-db.gz\";s:7:\"db-size\";i:455665;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"c9085ce0e8a52d6ccdc4c16ce93ad949d80f87a9\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"7f81ec5afb7ced714b17d1f0b16390d98981daa3f09dcfe55dc91e01fcd5728d\";}}s:5:\"nonce\";s:12:\"eb382d722675\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1738536648;a:11:{s:2:\"db\";s:55:\"backup_2025-02-02-2250_Game_Platform_f9877635473c-db.gz\";s:7:\"db-size\";i:455573;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"316bd491fc9342b992d60b68038ac7f4d2005d1c\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"cdc9fe1b2146093055fad1c02336b0ddc95a26bb1ea20de789adbb38b8371c9d\";}}s:5:\"nonce\";s:12:\"f9877635473c\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1738450233;a:11:{s:2:\"db\";s:55:\"backup_2025-02-01-2250_Game_Platform_3b50c49aea28-db.gz\";s:7:\"db-size\";i:455345;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"0b61caa20c97e6a72bc5c1a2144373c3f4fded83\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"e1d2cc4090552ac87a080ed26b1856a528972bb20f686380b4e77b4197bf3028\";}}s:5:\"nonce\";s:12:\"3b50c49aea28\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1738363909;a:11:{s:2:\"db\";s:55:\"backup_2025-01-31-2251_Game_Platform_60ae1d4aeea7-db.gz\";s:7:\"db-size\";i:455237;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"2231d13360de9a3ecd5678de7aa51fce966e9b8c\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"5541e65981b2f73ffae580664d190885c1554b19bd73353e8ebc040337afe91e\";}}s:5:\"nonce\";s:12:\"60ae1d4aeea7\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1738277567;a:11:{s:2:\"db\";s:55:\"backup_2025-01-30-2252_Game_Platform_18c3cd1f222f-db.gz\";s:7:\"db-size\";i:455143;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"fd19f74d81665aaee6bb1fcaf541a6768f84098a\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"230080f80af5b85c817ed62630e4fa34f7802d5ecb201ce707350604ddd8d8ac\";}}s:5:\"nonce\";s:12:\"18c3cd1f222f\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1738191128;a:11:{s:2:\"db\";s:55:\"backup_2025-01-29-2252_Game_Platform_233001df2ad3-db.gz\";s:7:\"db-size\";i:455042;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"f9a81c0407620ce320e7ed24193a1d3318530577\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"5037a05d374225514d513df6845988c9b2c36210618455ac6a29967dba5e3e86\";}}s:5:\"nonce\";s:12:\"233001df2ad3\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1738104959;a:11:{s:2:\"db\";s:55:\"backup_2025-01-28-2255_Game_Platform_a7e54fca91b5-db.gz\";s:7:\"db-size\";i:454944;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"436e5afbb901952bf359c04ffeac9560f7b69f4a\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"c0da0bede85ecdd33eb31ab9036430b01e76dda6066f2ba8f242316a23e86c7e\";}}s:5:\"nonce\";s:12:\"a7e54fca91b5\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1738018348;a:11:{s:2:\"db\";s:55:\"backup_2025-01-27-2252_Game_Platform_8fcd335c839a-db.gz\";s:7:\"db-size\";i:454852;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"04d35fbf8f51190c4fef074a43b22a4162b629cb\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"38caf1c31b3d642c05672fdda5044c5e6fa55c2dd3cba99cff1a36bf6f7d921e\";}}s:5:\"nonce\";s:12:\"8fcd335c839a\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1737931786;a:11:{s:2:\"db\";s:55:\"backup_2025-01-26-2249_Game_Platform_67b7feef6b64-db.gz\";s:7:\"db-size\";i:454871;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"1b36bd7fab9635e80f53c6f061a37fec5acb5be2\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"b021b841a9c96d261b4d99344a3c5268e2e2aca45d151fc88dd8be9b3dc2c086\";}}s:5:\"nonce\";s:12:\"67b7feef6b64\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1737845447;a:11:{s:2:\"db\";s:55:\"backup_2025-01-25-2250_Game_Platform_382fa28496f0-db.gz\";s:7:\"db-size\";i:454792;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"be3ee337e139664fd632672c0ec0e912c3c26bde\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"47afc69fad86097c8558916bdf6cbe4d6841556af48db99ec1d2a0f23c3d8e7a\";}}s:5:\"nonce\";s:12:\"382fa28496f0\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1737725712;a:11:{s:2:\"db\";s:55:\"backup_2025-01-24-1335_Game_Platform_4273ab1af1f9-db.gz\";s:7:\"db-size\";i:454673;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"6ff84ff3696aba60cb22bfcf2195d8e74dbdaa5a\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"164be4f7b5dbe8b76b0d9a5ff9794df4c993cbcd031f90cc86853d14baa28b81\";}}s:5:\"nonce\";s:12:\"4273ab1af1f9\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1737672498;a:11:{s:2:\"db\";s:55:\"backup_2025-01-23-2248_Game_Platform_04bfe359cd47-db.gz\";s:7:\"db-size\";i:454572;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"cc9067398def4232a21508154fc2f055cb026f35\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"3b34d88cbd4d78b0bb5768a00bcc605befb16e8ffd8dcd17dbb42f89752c25ae\";}}s:5:\"nonce\";s:12:\"04bfe359cd47\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1737586369;a:11:{s:2:\"db\";s:55:\"backup_2025-01-22-2252_Game_Platform_66153b782e07-db.gz\";s:7:\"db-size\";i:454475;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"0c521d58c2a98941f99a504de673ac059faaaeca\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"597d325d4535fa897c0abaaefca4be56b243b9b987883d37fb86a83ba121e100\";}}s:5:\"nonce\";s:12:\"66153b782e07\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1737500006;a:11:{s:2:\"db\";s:55:\"backup_2025-01-21-2253_Game_Platform_328216a7455e-db.gz\";s:7:\"db-size\";i:454376;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"f353e84b7b3f2183d127943e0c0c9d819748a0b2\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"153fcd78fd35fc60650f3be00aaac6294904fc033277b094ec5cf4f1e98d98ac\";}}s:5:\"nonce\";s:12:\"328216a7455e\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1737413520;a:11:{s:2:\"db\";s:55:\"backup_2025-01-20-2252_Game_Platform_83e13d45855c-db.gz\";s:7:\"db-size\";i:454284;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"da6a7b2d77ea09996a87a5bce8cabbe5c49bd40d\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"bf11fd06d2926bd874e2af9b3dab3b4084932f24cffc6da4774c1a8e4c887549\";}}s:5:\"nonce\";s:12:\"83e13d45855c\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1737327279;a:11:{s:2:\"db\";s:55:\"backup_2025-01-19-2254_Game_Platform_8cec799bfcfc-db.gz\";s:7:\"db-size\";i:454184;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"54a603618f35be8d3c8a8891cf8f7d9b345f201f\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"2169c2687cc88d76787376b5794e9d527c6b044df162d9da23072efbfa2de8ea\";}}s:5:\"nonce\";s:12:\"8cec799bfcfc\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1737182102;a:11:{s:2:\"db\";s:55:\"backup_2025-01-18-0635_Game_Platform_c5aa18afb6fa-db.gz\";s:7:\"db-size\";i:454100;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"0856c37ebb06083e4b567968ec6b6472e5bec116\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"c9c936e69ffbfdef6c4753c09e8d74fa31af8eb809ca7e637fe5edbf35e0c966\";}}s:5:\"nonce\";s:12:\"c5aa18afb6fa\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1737178740;a:11:{s:2:\"db\";s:55:\"backup_2025-01-18-0539_Game_Platform_fffda05b5c6a-db.gz\";s:7:\"db-size\";i:453994;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"9ccf3830370228e0aadf0e0f5a6750b56aac75f6\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"54a15c2e0f42e60c7375d251e155a55d6adcb82b20edbb69ec4b908c75abbbea\";}}s:5:\"nonce\";s:12:\"fffda05b5c6a\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1737085983;a:11:{s:2:\"db\";s:55:\"backup_2025-01-17-0353_Game_Platform_3b0ebaf6d7bd-db.gz\";s:7:\"db-size\";i:453894;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"6fd84a16622f06b5ab5d3e2359ed88cce1b92beb\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"1c8d1ebcea384337fa3ac330f42af5fbcf0170d34b23eea3c93872aaa413ef5e\";}}s:5:\"nonce\";s:12:\"3b0ebaf6d7bd\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1736995883;a:11:{s:2:\"db\";s:55:\"backup_2025-01-16-0251_Game_Platform_6aeea8782dd1-db.gz\";s:7:\"db-size\";i:453792;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"4aab37078ef816b8660afd35c01041f49f3356fa\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"500f25b3bac8890cc52070deaed59da97f97c38800442c0e65dddc5790072b6c\";}}s:5:\"nonce\";s:12:\"6aeea8782dd1\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1736820739;a:11:{s:2:\"db\";s:55:\"backup_2025-01-14-0212_Game_Platform_5cd281810753-db.gz\";s:7:\"db-size\";i:453699;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"f613aec556e9bba9aa1799d045744309f40680d1\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"b99050678521fc238e7715efcaa757a03d9edb6420293ee3a6d1c30f9844b057\";}}s:5:\"nonce\";s:12:\"5cd281810753\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1736724369;a:11:{s:2:\"db\";s:55:\"backup_2025-01-12-2326_Game_Platform_ce9d620fe5e8-db.gz\";s:7:\"db-size\";i:453595;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"39280c46c14bdd9693b824569322d9602e356037\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"3ba0715477f7be13df2897c0a263d8e315b22e457c8790751b9c323e02978259\";}}s:5:\"nonce\";s:12:\"ce9d620fe5e8\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1736641079;a:11:{s:2:\"db\";s:55:\"backup_2025-01-12-0017_Game_Platform_02d8616f41f7-db.gz\";s:7:\"db-size\";i:453504;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"10325337d45e494f3d1f9aa1b956aef1a688b0be\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"c8791129e5e901e7e0a1c0f8c64126ad7d6ed514a80f82fe678558cf817a76f8\";}}s:5:\"nonce\";s:12:\"02d8616f41f7\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1736493072;a:11:{s:2:\"db\";s:55:\"backup_2025-01-10-0711_Game_Platform_f851037eebd2-db.gz\";s:7:\"db-size\";i:453387;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"1392d0c51577bb413f23bdd5e91ee9ea86b90cab\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"2f49e39987b88750704d7e12ba18801b16cf7cb809e8f4f00a9578e336fb2ffb\";}}s:5:\"nonce\";s:12:\"f851037eebd2\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1736409833;a:11:{s:2:\"db\";s:55:\"backup_2025-01-09-0803_Game_Platform_2d54c58c0e3c-db.gz\";s:7:\"db-size\";i:453298;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"37fa312b909bfbe6c3fbd88e93ef8dff749dada1\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"58f90568f4415482ad2eca3e2e97bdec3a7696150e72a14a6b1d320a1f620400\";}}s:5:\"nonce\";s:12:\"2d54c58c0e3c\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1736403636;a:11:{s:2:\"db\";s:55:\"backup_2025-01-09-0620_Game_Platform_904a89dc50be-db.gz\";s:7:\"db-size\";i:453196;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"fd50b691f71d0544c37b3a5e649d0501ad8cf51c\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"54eb7706b8a5b53f066b2d0c585b60f4249668d4be4533f0a9583db580df9a1e\";}}s:5:\"nonce\";s:12:\"904a89dc50be\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1736290506;a:11:{s:2:\"db\";s:55:\"backup_2025-01-07-2255_Game_Platform_7cb6204e263e-db.gz\";s:7:\"db-size\";i:453092;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"d443df45c9196442fd7dd233bea9409921ecc749\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"a7c0d59980c815eeb86ac7d80bc6b5e35e92a52ca3cb46e521491e206fd1872a\";}}s:5:\"nonce\";s:12:\"7cb6204e263e\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1736209013;a:11:{s:2:\"db\";s:55:\"backup_2025-01-07-0016_Game_Platform_ef01772e3a77-db.gz\";s:7:\"db-size\";i:452994;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"0ad12a4991bdbc3541d8633fba15879444a62205\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"55a433af749903aaf1866dea33085e96f45877204f226af3ab472f0d514307ff\";}}s:5:\"nonce\";s:12:\"ef01772e3a77\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1736117519;a:11:{s:2:\"db\";s:55:\"backup_2025-01-05-2251_Game_Platform_139616826b7c-db.gz\";s:7:\"db-size\";i:452902;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"862f70c99e77d39297658379fbf41c81e90d95ac\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"fb292a33ea6c522c061bd3be9ecbf5f3d6539bb3ef7b7609414cd16299c72a7c\";}}s:5:\"nonce\";s:12:\"139616826b7c\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1736031329;a:11:{s:2:\"db\";s:55:\"backup_2025-01-04-2255_Game_Platform_4bf4c46ba53c-db.gz\";s:7:\"db-size\";i:452699;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"9e70c0db68e4b911cc8dd2473bfc8982be4068bd\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"5372f6549a4be44a6b802a4576164d34e827f57efc427ee5a11b829377f8d828\";}}s:5:\"nonce\";s:12:\"4bf4c46ba53c\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1735945401;a:11:{s:2:\"db\";s:55:\"backup_2025-01-03-2303_Game_Platform_436d4239dd14-db.gz\";s:7:\"db-size\";i:452582;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"dc9a12ebe239429f200671a7e09f3c7273e66f8e\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"86039952b2ff64c07060bd15c258b97aafa7e4efc8bc6f4e89a80f71471dff9e\";}}s:5:\"nonce\";s:12:\"436d4239dd14\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1735858403;a:11:{s:2:\"db\";s:55:\"backup_2025-01-02-2253_Game_Platform_2c174222d442-db.gz\";s:7:\"db-size\";i:452491;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"2941262e4b7b0856bc172fdc5508965d35d75fd2\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"fe372cbcb91027168e2225d7dc2ad5a8a49c1d328ed076bcb1ca24e34666fba2\";}}s:5:\"nonce\";s:12:\"2c174222d442\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1735772733;a:11:{s:2:\"db\";s:55:\"backup_2025-01-01-2305_Game_Platform_cea3a3b5cc13-db.gz\";s:7:\"db-size\";i:452397;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"7cc9521d8e15cc1493d69b78f60509aaf0c71747\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"58ef21ce7c17cd6e1f7206ea89499e220199e66ccfd7c8bcf459ed420e34fa5f\";}}s:5:\"nonce\";s:12:\"cea3a3b5cc13\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1735685533;a:11:{s:2:\"db\";s:55:\"backup_2024-12-31-2252_Game_Platform_7226f17ca590-db.gz\";s:7:\"db-size\";i:452286;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"8aef004db818983df3f4ac54cd06d414902a6a4c\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"c0088a81f63c108c1b07d054eceb8a2ce7cb85c8a5c2a3bbfe3d9bac2a662e18\";}}s:5:\"nonce\";s:12:\"7226f17ca590\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1735512769;a:11:{s:2:\"db\";s:55:\"backup_2024-12-29-2252_Game_Platform_d5f32cbd13cf-db.gz\";s:7:\"db-size\";i:452312;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"98333c01aef5a36253d655f28d7119357dad897a\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"6f5fba8075bd87c8912e100fb7fbceacab063766d3503232d18c20cc93c4afd8\";}}s:5:\"nonce\";s:12:\"d5f32cbd13cf\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1735426321;a:11:{s:2:\"db\";s:55:\"backup_2024-12-28-2252_Game_Platform_f7ac4b1dcdbf-db.gz\";s:7:\"db-size\";i:452237;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"1f96e9bcb1a50b4db13065b35d03a8211f96e6f9\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"34da911eafe0b5c7eab4a3de7adfa39e2afd85bdfcc14b46f84eb0fe0ad01a9c\";}}s:5:\"nonce\";s:12:\"f7ac4b1dcdbf\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1735339751;a:11:{s:2:\"db\";s:55:\"backup_2024-12-27-2249_Game_Platform_e7d93117fe6f-db.gz\";s:7:\"db-size\";i:452119;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"c93744ab36bab0f5606796ee214ec28803c696c7\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"608ac39bd226511a174810fb69c7b588c73279d24d2f13dcf874ab78524fe65d\";}}s:5:\"nonce\";s:12:\"e7d93117fe6f\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1735253672;a:11:{s:2:\"db\";s:55:\"backup_2024-12-26-2254_Game_Platform_e6e829f2cfe7-db.gz\";s:7:\"db-size\";i:452031;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"49ef45f407ceb3792e1edbb54ebb2abc375bb396\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"a1b578e0d17483f5c362507288018985d466f3f1ba52e158d55cd6f49100c45d\";}}s:5:\"nonce\";s:12:\"e6e829f2cfe7\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1735167094;a:11:{s:2:\"db\";s:55:\"backup_2024-12-25-2251_Game_Platform_7f2dd37f2377-db.gz\";s:7:\"db-size\";i:451926;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"f4ff752ec3733af5470e80db7365708891b01fb6\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"c7e676bd2fe049dec1abc75a3b252a8495f815b967b7a2f39fd0c63ebcdcb88d\";}}s:5:\"nonce\";s:12:\"7f2dd37f2377\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1735081035;a:11:{s:2:\"db\";s:55:\"backup_2024-12-24-2257_Game_Platform_e980dcdb7c8f-db.gz\";s:7:\"db-size\";i:451824;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"4f97d5452af246321acb574d2424d5a91bd9ddce\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"bdd5ba995132f74e082b25b4ff13cde185dd7fe8d93032d69218bd62d49a22cc\";}}s:5:\"nonce\";s:12:\"e980dcdb7c8f\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1734994282;a:11:{s:2:\"db\";s:55:\"backup_2024-12-23-2251_Game_Platform_e6b26e8e9186-db.gz\";s:7:\"db-size\";i:451731;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"01caeb56eb9dbff5eeb9f85ebb824aa8818c52e6\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"bc5f29a53e738c77c5789f0c4ea7f2c24f0e67951db84b1194f54f5d9900a41d\";}}s:5:\"nonce\";s:12:\"e6b26e8e9186\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1734908001;a:11:{s:2:\"db\";s:55:\"backup_2024-12-22-2253_Game_Platform_b6e76a6c818d-db.gz\";s:7:\"db-size\";i:451626;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"4f62d7871f3a5465aa3197d013d425eb62c79c9e\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"fd7a26fd27a632233fc5b95ef0355f6215b9b7d4348cadf14f2b18c79b1c8532\";}}s:5:\"nonce\";s:12:\"b6e76a6c818d\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1734821796;a:11:{s:2:\"db\";s:55:\"backup_2024-12-21-2256_Game_Platform_a3e9f968f78c-db.gz\";s:7:\"db-size\";i:451469;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"ae2778fb624e38b5f9f2d4936793c3794ed079f1\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"faaa4003d0fe101d182541be5d92995f1ba1bf6243ab078903fa344090c83b6d\";}}s:5:\"nonce\";s:12:\"a3e9f968f78c\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1734735007;a:11:{s:2:\"db\";s:55:\"backup_2024-12-20-2250_Game_Platform_24c285a97d67-db.gz\";s:7:\"db-size\";i:451322;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"24ccd20dc5f542660575d111628d2ca9da91d05c\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"b030f0c520fce56dcbd94fec6b01071e7aea174631c94ba558fc370811476591\";}}s:5:\"nonce\";s:12:\"24c285a97d67\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1734648841;a:11:{s:2:\"db\";s:55:\"backup_2024-12-19-2254_Game_Platform_8e700c2df7d6-db.gz\";s:7:\"db-size\";i:451218;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"edfc6dec09bdaaad9aafa01c5ce7f29483b79ca6\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"0aefff612ac39dad607afd31cb5e82b7b96e55eb871e20e68f90c50d2bcb4599\";}}s:5:\"nonce\";s:12:\"8e700c2df7d6\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1734562392;a:11:{s:2:\"db\";s:55:\"backup_2024-12-18-2253_Game_Platform_89fca3d86d3b-db.gz\";s:7:\"db-size\";i:451129;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"66ba476dd4bb25b5bfe6be1d690fac597f7bc515\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"c9b243748e1ed9ce0aa2789dee54c324eefb3b1c63bf2dc5455f9b9268ca5ac9\";}}s:5:\"nonce\";s:12:\"89fca3d86d3b\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1734476277;a:11:{s:2:\"db\";s:55:\"backup_2024-12-17-2257_Game_Platform_6abfeeecd304-db.gz\";s:7:\"db-size\";i:451031;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"24d0367f111e286805c44a683ea4f5e0d638baa5\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"43a702fa5b5b9022ea521a81a1eaa3eaf3986cee79325cf00286c5c584a669bb\";}}s:5:\"nonce\";s:12:\"6abfeeecd304\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1734389656;a:11:{s:2:\"db\";s:55:\"backup_2024-12-16-2254_Game_Platform_43288628358f-db.gz\";s:7:\"db-size\";i:450933;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"6c9b77381cf60e31bb170d75692d4e432743709b\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"fb739f5f5aab1eb78e1cbc02575f8f8948ca273fa4ca2689d42f184f486a0a30\";}}s:5:\"nonce\";s:12:\"43288628358f\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1734303370;a:11:{s:2:\"db\";s:55:\"backup_2024-12-15-2256_Game_Platform_50a69abdefeb-db.gz\";s:7:\"db-size\";i:450956;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"6e2b5d6e5c4526a1ecb7223c4a700924a68f6bb4\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"d7e8f1a37a7bfb7de750178b19338dcb37fa00e12742deff9c49bde3ea2b1712\";}}s:5:\"nonce\";s:12:\"50a69abdefeb\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1734217637;a:11:{s:2:\"db\";s:55:\"backup_2024-12-14-2307_Game_Platform_b71f387b6fe8-db.gz\";s:7:\"db-size\";i:450869;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"2e4a36eb083d7db971bc215c9edd89f6f2953a43\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"f70caa11e574cd4ed23f53c38f9c6fb1816c0a30456010cdcc9ad3494b57c26a\";}}s:5:\"nonce\";s:12:\"b71f387b6fe8\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1734130492;a:11:{s:2:\"db\";s:55:\"backup_2024-12-13-2254_Game_Platform_b2aa6f6f56d0-db.gz\";s:7:\"db-size\";i:450758;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"893b1c3417983b142038e8f0210c3ba94f73b15a\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"11f13e508d2ddbac87472f0f43ecf5f2ca2d100c077b3bec1dd7287c077beda6\";}}s:5:\"nonce\";s:12:\"b2aa6f6f56d0\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1734023125;a:11:{s:2:\"db\";s:55:\"backup_2024-12-12-1705_Game_Platform_837aa8f96cde-db.gz\";s:7:\"db-size\";i:450667;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"bce52bf6df53a051ea7d608262ed8063170ebcbe\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"6c53d741fb9d8fabcbe828e727c43486b6fcd112d61d0edc3c513f521797f779\";}}s:5:\"nonce\";s:12:\"837aa8f96cde\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1733957631;a:11:{s:2:\"db\";s:55:\"backup_2024-12-11-2253_Game_Platform_79f9d370bef9-db.gz\";s:7:\"db-size\";i:450569;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"d942d4ace02424f31cb6b3a85f6b90a87332ce04\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"5a7d243d67fdf00ed302ebb7e94eccc026794c876f8f62061663bc41f3393b0a\";}}s:5:\"nonce\";s:12:\"79f9d370bef9\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1733871375;a:11:{s:2:\"db\";s:55:\"backup_2024-12-10-2256_Game_Platform_21fe6f05a202-db.gz\";s:7:\"db-size\";i:450464;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"69e42d88edb7dee8c1d4b7164935bd47144279b5\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"292cdca17599fa2fa766518bf8dd3a4ea01d6f5c6fb6624e4daadda593a176a3\";}}s:5:\"nonce\";s:12:\"21fe6f05a202\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1733784824;a:11:{s:2:\"db\";s:55:\"backup_2024-12-09-2253_Game_Platform_48bc4cc64b99-db.gz\";s:7:\"db-size\";i:450367;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"aeb28db1c6c35e290a42e5b2a60e1ed538b2c362\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"1ffab5d35b1f7e10b39268823494b3e3caa2ea526a662bbee6f9b0ed00847582\";}}s:5:\"nonce\";s:12:\"48bc4cc64b99\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1733698374;a:11:{s:2:\"db\";s:55:\"backup_2024-12-08-2252_Game_Platform_090692a8dcac-db.gz\";s:7:\"db-size\";i:450271;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"511f4461b8a9a045a55f61e7bf64d0a50af6b267\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"09c97bd6b9d7716c45f1938b02c3de5c0f15e4035d6f4adb4fa8ef248ea0c24e\";}}s:5:\"nonce\";s:12:\"090692a8dcac\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1733615009;a:11:{s:2:\"db\";s:55:\"backup_2024-12-07-2343_Game_Platform_56a093b16ee4-db.gz\";s:7:\"db-size\";i:450161;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"878c99e0069c8025dbd325899f33677fa2c4674b\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"3a9bea9b54c0f244b383ef4987dbaeb9922b1abd7272662e08b51641c91a95e4\";}}s:5:\"nonce\";s:12:\"56a093b16ee4\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1733439392;a:11:{s:2:\"db\";s:55:\"backup_2024-12-05-2256_Game_Platform_3f6163793c36-db.gz\";s:7:\"db-size\";i:450056;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"e2b437f9327b9a7e19177c2ea849349cd6cffd43\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"1562ac3b534d0c82739aceca4dc2643d3da2eefd0fa501b79fe7c65f59f032ff\";}}s:5:\"nonce\";s:12:\"3f6163793c36\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1733353093;a:11:{s:2:\"db\";s:55:\"backup_2024-12-04-2258_Game_Platform_d8cb250cb667-db.gz\";s:7:\"db-size\";i:449957;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"ba8c112f6209db7d10834b4a8057314b01d7d343\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"9e6799549288aa38c1b5919065556087db20e783a999a56b361c1297957e1d86\";}}s:5:\"nonce\";s:12:\"d8cb250cb667\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1733266364;a:11:{s:2:\"db\";s:55:\"backup_2024-12-03-2252_Game_Platform_7f57b3df28ba-db.gz\";s:7:\"db-size\";i:449861;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"71874b1702dea73bdfd90cdfe34e06a1efe94b0c\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"06ea6bdb3dc38ba4bcddd5740f56f3731fce17158665cf9e9a91e49f82276260\";}}s:5:\"nonce\";s:12:\"7f57b3df28ba\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1733180381;a:11:{s:2:\"db\";s:55:\"backup_2024-12-02-2259_Game_Platform_0fe241d19fce-db.gz\";s:7:\"db-size\";i:449762;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"442e2f45d30e38d18db781868bebf1143a2ab7f5\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"ba858ffe85f2dbf77453f3b1ab8787fdc19ca6c8c9f1cd8f6ec5c99d41937c25\";}}s:5:\"nonce\";s:12:\"0fe241d19fce\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1733094578;a:11:{s:2:\"db\";s:55:\"backup_2024-12-01-2309_Game_Platform_5c392f037395-db.gz\";s:7:\"db-size\";i:449659;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"5aa8136fd1679bb7539a62b9820f27322dcd0daf\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"ec6be7ed278857049a9554852443e242ae962230ae54fe68f80fcd74e3a5be88\";}}s:5:\"nonce\";s:12:\"5c392f037395\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1733007264;a:11:{s:2:\"db\";s:55:\"backup_2024-11-30-2254_Game_Platform_450358200389-db.gz\";s:7:\"db-size\";i:449459;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"3f83ade06af45545776fe6aa66b92e16b8cecf4f\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"8eb73e4de82d7bc3d2777b1ccf8e4039e9b8ce5e6bfd901c186c15f5291a5f48\";}}s:5:\"nonce\";s:12:\"450358200389\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1732920836;a:11:{s:2:\"db\";s:55:\"backup_2024-11-29-2253_Game_Platform_f2e6c3dad631-db.gz\";s:7:\"db-size\";i:449333;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"dd854c45a69201272dbfab15b767f0618245d050\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"bc9f86b3819ed39ee777d7006a08f02e3ec7b70292f71fe3c3f5e3a7cdf81ba1\";}}s:5:\"nonce\";s:12:\"f2e6c3dad631\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1732834603;a:11:{s:2:\"db\";s:55:\"backup_2024-11-28-2256_Game_Platform_0dc97c54fdf9-db.gz\";s:7:\"db-size\";i:449283;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"e850de425a57f42f61353dee03cb082d30bb7796\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"23ceb245ab111bfc925e0df31c49988bd18f9cc09083028724172a6a175c25a6\";}}s:5:\"nonce\";s:12:\"0dc97c54fdf9\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1732748077;a:11:{s:2:\"db\";s:55:\"backup_2024-11-27-2254_Game_Platform_c10953c7ed08-db.gz\";s:7:\"db-size\";i:449187;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"e530392d8bcd0c07dfdf33b7e37e5b7a20bf04c1\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"695c2d84a79ea42e9cb5c39b31d3025f7b9360ac71e50f2fef855affe74177c7\";}}s:5:\"nonce\";s:12:\"c10953c7ed08\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1732662026;a:11:{s:2:\"db\";s:55:\"backup_2024-11-26-2300_Game_Platform_3ba9d08dd214-db.gz\";s:7:\"db-size\";i:449086;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"42f74f660e2e55fa78501319e797c8896f90ce8d\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"051900aacdf1ab5809cd60df9031d735da2e3d908e8af97c8f094991c7d5587e\";}}s:5:\"nonce\";s:12:\"3ba9d08dd214\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1732575336;a:11:{s:2:\"db\";s:55:\"backup_2024-11-25-2255_Game_Platform_b9ede877b7af-db.gz\";s:7:\"db-size\";i:448985;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"b95edb3010d721d2431b1d08c17c87fe91dc317b\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"1c5be8f6c6f9efcf43ff12b88dcb5c27ef8cc7acc24997ac3f023b610eec75eb\";}}s:5:\"nonce\";s:12:\"b9ede877b7af\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1732488851;a:11:{s:2:\"db\";s:55:\"backup_2024-11-24-2254_Game_Platform_5eeece92f89e-db.gz\";s:7:\"db-size\";i:449017;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"92c2ba514f0880c463937b2d0f49cee2c1c599f1\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"698090554f1bc78f0935b7933019b455bcd040c728d81a7425cff9251a09f8cd\";}}s:5:\"nonce\";s:12:\"5eeece92f89e\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1732402473;a:11:{s:2:\"db\";s:55:\"backup_2024-11-23-2254_Game_Platform_e8c98eed7527-db.gz\";s:7:\"db-size\";i:448981;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"07a2933c61b4de397b9d6515e1817b2a3d7e8163\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"f4ef75e0896eb14021e46f3d3817ff1798b67f36b056993bc9971b65d0ff8f31\";}}s:5:\"nonce\";s:12:\"e8c98eed7527\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1732316870;a:11:{s:2:\"db\";s:55:\"backup_2024-11-22-2307_Game_Platform_2e8c705996e1-db.gz\";s:7:\"db-size\";i:448821;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"d81c29eaed206ecb05a73588b68ec7196bbb91d4\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"fdb487a5fc0f5db9ddecd8060426652065bc91ca748b10c738429a6d9d9785c6\";}}s:5:\"nonce\";s:12:\"2e8c705996e1\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1732236410;a:11:{s:2:\"db\";s:55:\"backup_2024-11-22-0046_Game_Platform_650c6caa78e4-db.gz\";s:7:\"db-size\";i:448710;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"5b4f4febe18c131e45438ad8a255eb44c5a9d9ac\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"6cb542cebd9e86828732f54f6ca05becbcb02fc3c45a57dedcefabf58b39f527\";}}s:5:\"nonce\";s:12:\"650c6caa78e4\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1732144335;a:11:{s:2:\"db\";s:55:\"backup_2024-11-20-2312_Game_Platform_dc4741721fc7-db.gz\";s:7:\"db-size\";i:448607;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"6cff1a8dc0dc38c0845c92daaea02329ab56a120\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"93cc2efda5e81e077a968b04e540fe612e610fa95b1193aa311e6588c2cca1f9\";}}s:5:\"nonce\";s:12:\"dc4741721fc7\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1732057003;a:11:{s:2:\"db\";s:55:\"backup_2024-11-19-2256_Game_Platform_cb5d33d81801-db.gz\";s:7:\"db-size\";i:448519;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"06cebc473a9e109519c730de8922b31bd6ae096e\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"f198a08237c2d668953ff8b818771e03167146e848e3b8d6bb285ad01191ed51\";}}s:5:\"nonce\";s:12:\"cb5d33d81801\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1731884970;a:11:{s:2:\"db\";s:55:\"backup_2024-11-17-2309_Game_Platform_ca8c788b1c58-db.gz\";s:7:\"db-size\";i:448411;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"0fe39d88c3474f0fc4f81e1c181c7ba3854caa08\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"d393b316c8e576918be07f544f6be3b21044909c3fa47e3e629a718063006e58\";}}s:5:\"nonce\";s:12:\"ca8c788b1c58\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1731797805;a:11:{s:2:\"db\";s:55:\"backup_2024-11-16-2256_Game_Platform_bbb20b2193f8-db.gz\";s:7:\"db-size\";i:447958;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"e2309636d44bec7902aa301ab08b482d833b9aba\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"31a53c0f3ad854d73d21bd8f436b547ffc2dc9e8884cb656da7b85e1b3aa5233\";}}s:5:\"nonce\";s:12:\"bbb20b2193f8\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1731711915;a:11:{s:2:\"db\";s:55:\"backup_2024-11-15-2305_Game_Platform_85f56e0c9275-db.gz\";s:7:\"db-size\";i:447832;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"41117595bb3c50225ff59bf14a54b60b221372c0\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"400821a40ed4b25062fdbd3de305f82342c19e0cb9566c7cd2319459555c3ac0\";}}s:5:\"nonce\";s:12:\"85f56e0c9275\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1731627807;a:11:{s:2:\"db\";s:55:\"backup_2024-11-14-2343_Game_Platform_e27134a38cf3-db.gz\";s:7:\"db-size\";i:447740;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"6febb2c7b1ec5e0fa2bb35940f2388d1e8fc3576\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"5cf852bb2fcb86300446130a4cafd3006724aefaa0fb2e172e99d8bc5810bec5\";}}s:5:\"nonce\";s:12:\"e27134a38cf3\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1731543505;a:11:{s:2:\"db\";s:55:\"backup_2024-11-14-0018_Game_Platform_d41445b7320b-db.gz\";s:7:\"db-size\";i:447615;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"b08afe82d332d58f86a71971faef9e33da808041\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"a1d6d7949e827fb01f309a856fb370be9e1c653a8d02da2d17fe403d50808023\";}}s:5:\"nonce\";s:12:\"d41445b7320b\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1731468131;a:11:{s:2:\"db\";s:55:\"backup_2024-11-13-0322_Game_Platform_dda2f85866c9-db.gz\";s:7:\"db-size\";i:447516;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"7a94cf064f77e69e41964d4b3d51fa78823d69a9\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"9d1680127ceed450c1da406b12c6d597757d24349a1ae022c5ca61d8994581d1\";}}s:5:\"nonce\";s:12:\"dda2f85866c9\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1731365232;a:11:{s:2:\"db\";s:55:\"backup_2024-11-11-2247_Game_Platform_d27d89230c40-db.gz\";s:7:\"db-size\";i:447415;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"a59ec28421b9d11c673e4b59632da0366e99dc53\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"08b7d500a8f77d63bc242fb673541a94fc28639f6611b0966cc8a8f89972ac42\";}}s:5:\"nonce\";s:12:\"d27d89230c40\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1731278968;a:11:{s:2:\"db\";s:55:\"backup_2024-11-10-2249_Game_Platform_8431771f9a6c-db.gz\";s:7:\"db-size\";i:447434;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"716d11e067f9f8513aae8d67a3a80ab03e89d84a\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"62db97da37f3b5f937a3d512496da7c7c42c17e10936a0b6ecd9953f9b05e68f\";}}s:5:\"nonce\";s:12:\"8431771f9a6c\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1731192377;a:11:{s:2:\"db\";s:55:\"backup_2024-11-09-2246_Game_Platform_6d2b6bcd4d69-db.gz\";s:7:\"db-size\";i:447349;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"c105ce7b8d9e59a1527d14e0fc333180106b322d\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"38f57555c79dae52bada64c3c6cd82c8eb9cb06fbc960afc8a1848c1264f77c1\";}}s:5:\"nonce\";s:12:\"6d2b6bcd4d69\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1731105933;a:11:{s:2:\"db\";s:55:\"backup_2024-11-08-2245_Game_Platform_59e43548ab79-db.gz\";s:7:\"db-size\";i:447238;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"edba224ff4fed94c9be885765bc723696b4e8f14\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"c65ecc83b3cb736066d9f10396f3bf57ccdef45da168eb3a41b1576fafea78a4\";}}s:5:\"nonce\";s:12:\"59e43548ab79\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1731020359;a:11:{s:2:\"db\";s:55:\"backup_2024-11-07-2259_Game_Platform_411d5986fb6d-db.gz\";s:7:\"db-size\";i:447139;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"ebafc5ba4703e4358c88660cc0641328a0849ffe\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"73548e4655c36db01ec26b08767d9254d36ccbb5a383ca60a825727fd84ac0ea\";}}s:5:\"nonce\";s:12:\"411d5986fb6d\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1730933209;a:11:{s:2:\"db\";s:55:\"backup_2024-11-06-2246_Game_Platform_83b8072a59d3-db.gz\";s:7:\"db-size\";i:447043;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"7d139e3d34780800df7c2c81ae728c7b31affed1\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"895d0d80f7e9e5e037236212a2c7646fcb7e8a8afef8fa857161c3e618a75181\";}}s:5:\"nonce\";s:12:\"83b8072a59d3\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1730847234;a:11:{s:2:\"db\";s:55:\"backup_2024-11-05-2253_Game_Platform_0177690dd1c1-db.gz\";s:7:\"db-size\";i:446947;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"473e87e66a82d345d185e8390008d028be24fdb3\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"f3d17dfaa72d4f59a12e49fb3ebaa4f8b9d9b420118066cc4c1105613bd1c17d\";}}s:5:\"nonce\";s:12:\"0177690dd1c1\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1730760626;a:11:{s:2:\"db\";s:55:\"backup_2024-11-04-2250_Game_Platform_81fe90fd1778-db.gz\";s:7:\"db-size\";i:446841;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"1efe0aa48f656d9a5c5e4d4fc06a5de64402a864\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"40c63fcb53912ac2ebe1b4674bed0b9dd7991759fcb5c3ec2f9d439fc227d23b\";}}s:5:\"nonce\";s:12:\"81fe90fd1778\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1730674188;a:11:{s:2:\"db\";s:55:\"backup_2024-11-03-2249_Game_Platform_773a924fa096-db.gz\";s:7:\"db-size\";i:446749;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"a4dbbeb9bea18d4789d32619deb63c8d2a8521b1\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"63b7657710505fa942bfe5d3e82ff6634c607d58847b13d77b49ae4b71c5d645\";}}s:5:\"nonce\";s:12:\"773a924fa096\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1730588475;a:11:{s:2:\"db\";s:55:\"backup_2024-11-02-2301_Game_Platform_2a227bf8000e-db.gz\";s:7:\"db-size\";i:446655;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"696e47ceca9308edca354182ebb8256baf63fbb5\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"0d07165a27fb43025b1e779b5439b2a2ce23429583ae09b1985730e73a73574b\";}}s:5:\"nonce\";s:12:\"2a227bf8000e\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1730502141;a:11:{s:2:\"db\";s:55:\"backup_2024-11-01-2302_Game_Platform_f7f121e62a31-db.gz\";s:7:\"db-size\";i:446540;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"121d935bdcaddc718e60d456e65d6aee692e36be\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"6efeeaa607721bd1f764add1786335e64af47e0cb2c953d4d1a1bcab8da2c65b\";}}s:5:\"nonce\";s:12:\"f7f121e62a31\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1730427527;a:11:{s:2:\"db\";s:55:\"backup_2024-11-01-0218_Game_Platform_fa12bf56d2ef-db.gz\";s:7:\"db-size\";i:446440;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"0e751e1c77af9837b15204aedccd260dcee79c71\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"0e046e7f5bbb417bcc0396493f3cb121e4be0c2c444e66c9ba87f3472d0caccc\";}}s:5:\"nonce\";s:12:\"fa12bf56d2ef\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1730328719;a:11:{s:2:\"db\";s:55:\"backup_2024-10-30-2251_Game_Platform_379547610cab-db.gz\";s:7:\"db-size\";i:446353;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"78c1ec826babd0e8c7d38a99a7aa7277a7fbf12a\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"aa04e5a6fe647edc70392971853c1dcec199aff8fb6f9e0e54674cd7ce498a4b\";}}s:5:\"nonce\";s:12:\"379547610cab\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1730242832;a:11:{s:2:\"db\";s:55:\"backup_2024-10-29-2300_Game_Platform_bd0a463f9883-db.gz\";s:7:\"db-size\";i:446244;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"863b848a14c42d84875a90066dba9a6b9b8b14a1\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"f0c3651c36744ecabb5ba4689c7317e2444bfd6cebd320187d01a3c436772d8f\";}}s:5:\"nonce\";s:12:\"bd0a463f9883\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1730156328;a:11:{s:2:\"db\";s:55:\"backup_2024-10-28-2258_Game_Platform_81bda953df88-db.gz\";s:7:\"db-size\";i:446146;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"94ae398392a7356d960a4955ab33a6f0f2dc685b\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"5a98c931b486d164595a32f3fad20e5ac974b8848864e52c14e47311ebe5f6bf\";}}s:5:\"nonce\";s:12:\"81bda953df88\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1730072345;a:11:{s:2:\"db\";s:55:\"backup_2024-10-27-2339_Game_Platform_b8a3e669b1c4-db.gz\";s:7:\"db-size\";i:446042;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"6014cdc88f88cf46e722c36876b6a26f2edf9040\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"9f3d09106cb270f855c845f4558da0241c0380525df91aa3dc0615cfa3d8e45c\";}}s:5:\"nonce\";s:12:\"b8a3e669b1c4\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1729983297;a:11:{s:2:\"db\";s:55:\"backup_2024-10-26-2254_Game_Platform_982f099df723-db.gz\";s:7:\"db-size\";i:445963;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"f9de0dd9520839022a0a1a3f9492ef51192e1aee\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"f8ca22fe3d589d1c60878d982d5a3fd6e9541998494d8b342624b20dfe97e15c\";}}s:5:\"nonce\";s:12:\"982f099df723\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1729896697;a:11:{s:2:\"db\";s:55:\"backup_2024-10-25-2251_Game_Platform_00be685a8a38-db.gz\";s:7:\"db-size\";i:445849;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"5d0a5f8a4429bf0c497e26ef765f8b45514c0836\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"33a3030a0664ef56a95de7e0303852136f9dd535f0a854a5372b401ea7346f4f\";}}s:5:\"nonce\";s:12:\"00be685a8a38\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1729810133;a:11:{s:2:\"db\";s:55:\"backup_2024-10-24-2248_Game_Platform_a7d211ec7a4b-db.gz\";s:7:\"db-size\";i:445755;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"7f67672ab902d4755ed8156db039e271759d334d\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"d4bddb9dd7989b6e6da98d68eb4b262c914d614536a1d66bec76f0d039c1ae3d\";}}s:5:\"nonce\";s:12:\"a7d211ec7a4b\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1729723664;a:11:{s:2:\"db\";s:55:\"backup_2024-10-23-2247_Game_Platform_21a373fb2143-db.gz\";s:7:\"db-size\";i:445661;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"f328f3081ca3a163cc1222a1087e78d89bad75fa\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"138a7809c0be54f8fa632cd6fb44c45c94b35f2ca77daa3d32e4ff8c5a1cfa34\";}}s:5:\"nonce\";s:12:\"21a373fb2143\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1729637350;a:11:{s:2:\"db\";s:55:\"backup_2024-10-22-2249_Game_Platform_aaefcd0ab118-db.gz\";s:7:\"db-size\";i:445560;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"ef70051195e19ccdf4f6d8101e19d370f508d3c1\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"8348b24a58a2a24576f124dfb4d93d6f7c2782ce4e1dbb51dfae931930e35a53\";}}s:5:\"nonce\";s:12:\"aaefcd0ab118\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1729551058;a:11:{s:2:\"db\";s:55:\"backup_2024-10-21-2250_Game_Platform_b76042e41819-db.gz\";s:7:\"db-size\";i:445448;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"51f4a0aa40b701cec577c2486f0f1a5e35ed55e4\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"b68bcd88c0978d411077c0c9c0c6fa1d11de437711223fcba7a6afa6f0a8de36\";}}s:5:\"nonce\";s:12:\"b76042e41819\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1729464449;a:11:{s:2:\"db\";s:55:\"backup_2024-10-20-2247_Game_Platform_984e822b5d69-db.gz\";s:7:\"db-size\";i:445361;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"77f2c433818e6cbd7fc804774931e192bbd97cbd\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"e5a91fbcfce907ea3193e250235d00db00c19ab2db7b71aef1f3df6d74c97ae0\";}}s:5:\"nonce\";s:12:\"984e822b5d69\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1729378340;a:11:{s:2:\"db\";s:55:\"backup_2024-10-19-2252_Game_Platform_e5e0df095cd5-db.gz\";s:7:\"db-size\";i:445161;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"3de159fe8ee34894c645b2336b14d9c0edee460b\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"daaf25348b4abfe67a91afd286b9829aeca6c89e3e512d407dea33f5e0e8c842\";}}s:5:\"nonce\";s:12:\"e5e0df095cd5\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1729291597;a:11:{s:2:\"db\";s:55:\"backup_2024-10-18-2246_Game_Platform_8975f61d17c3-db.gz\";s:7:\"db-size\";i:445042;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"b87d686f60ee136504b4f90125b737e09a4e13a9\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"fc00dcd3cacb6ee767daa5ca736b9b516d1c913c617ee42d8d252da7d7df2c65\";}}s:5:\"nonce\";s:12:\"8975f61d17c3\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1729205577;a:11:{s:2:\"db\";s:55:\"backup_2024-10-17-2252_Game_Platform_84254ac7af3f-db.gz\";s:7:\"db-size\";i:444945;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"0f00246549409ca457d4f3c612edcedc8e4a94c2\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"f97ce6edcf2f89c84ab64822db4b73160b98db8c010ed489bb0adc3d1efeb242\";}}s:5:\"nonce\";s:12:\"84254ac7af3f\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1729118765;a:11:{s:2:\"db\";s:55:\"backup_2024-10-16-2246_Game_Platform_1dc269395113-db.gz\";s:7:\"db-size\";i:444839;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"3220f222d2950c9bbfd8e6ff019e86377ac3ae64\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"07bcf12e0415c55c8614f7b5f878686137351c84c27bb83e769f6d7dd096f780\";}}s:5:\"nonce\";s:12:\"1dc269395113\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1729032851;a:11:{s:2:\"db\";s:55:\"backup_2024-10-15-2254_Game_Platform_b8dbbc3daa52-db.gz\";s:7:\"db-size\";i:444870;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"436623a4f9132da2e46831af3e2563241142e3de\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"ed4753a908f26ceb4fc7ae090acd0eeba47723220ef12087023ebaf7723a5da6\";}}s:5:\"nonce\";s:12:\"b8dbbc3daa52\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1728859459;a:11:{s:2:\"db\";s:55:\"backup_2024-10-13-2244_Game_Platform_9ad486bcb80d-db.gz\";s:7:\"db-size\";i:444754;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"a3d612c6cfcd25c49051adf2a55f8f690e6ca36d\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"b59d9ed1e29de07ab4513868016b545e6e2baf49e91a6fb3e32436eeb9ce3fe2\";}}s:5:\"nonce\";s:12:\"9ad486bcb80d\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1728773692;a:11:{s:2:\"db\";s:55:\"backup_2024-10-12-2254_Game_Platform_df3457261e45-db.gz\";s:7:\"db-size\";i:444673;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"8ecb68bf2d9764ab0323c4d1521d0f1a9ce0a9ce\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"0a4ae5af560eadadf3b472f71072c104f19972ce4743ae5222ffaca522169b28\";}}s:5:\"nonce\";s:12:\"df3457261e45\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1728686817;a:11:{s:2:\"db\";s:55:\"backup_2024-10-11-2246_Game_Platform_fb7f784c9397-db.gz\";s:7:\"db-size\";i:444556;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"3ccc93e9a609fb7be705ac0b96264b2cbf4c4016\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"73eb2c7bfcd14ccfc6458d85454f23bfe0f327ba92bd205868315a740f6320a5\";}}s:5:\"nonce\";s:12:\"fb7f784c9397\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1728514063;a:11:{s:2:\"db\";s:55:\"backup_2024-10-09-2247_Game_Platform_e0f1dce24beb-db.gz\";s:7:\"db-size\";i:444458;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"49ea1fb3b7b320bda07da628654e5442f363aa8e\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"4d2aa6de7ba223f503c14068e4325402fcbf5c652bf8458b847e007a91508841\";}}s:5:\"nonce\";s:12:\"e0f1dce24beb\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1728427762;a:11:{s:2:\"db\";s:55:\"backup_2024-10-08-2249_Game_Platform_9dd0e87f1aef-db.gz\";s:7:\"db-size\";i:444355;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"3aef569c4326092dd39d8ac2996246a2b6b8c900\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"5336d3aca448889dd7dad145ff45d350933f0f688af389c65d8de33a1f34b0ca\";}}s:5:\"nonce\";s:12:\"9dd0e87f1aef\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1728341325;a:11:{s:2:\"db\";s:55:\"backup_2024-10-07-2248_Game_Platform_2114620b2800-db.gz\";s:7:\"db-size\";i:444250;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"24ff901d3fa3aec5682398ca75bde4c15bddb6a1\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"c04950d2a9abf2544ae57ba42fe271361464f4be157fe71ed1f157ba71185d8b\";}}s:5:\"nonce\";s:12:\"2114620b2800\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1728255478;a:11:{s:2:\"db\";s:55:\"backup_2024-10-06-2257_Game_Platform_bed2766d537e-db.gz\";s:7:\"db-size\";i:444167;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"cc240b83e69249e1cc6eaa91af2432f8d3cd31de\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"363a2f896d048b60342ff13ca47c2a618e4a3ed861da80072b16f791da2880c6\";}}s:5:\"nonce\";s:12:\"bed2766d537e\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1728081960;a:11:{s:2:\"db\";s:55:\"backup_2024-10-04-2246_Game_Platform_3788e9ac254f-db.gz\";s:7:\"db-size\";i:444058;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"b22925659471ed84d447408a3ca0b38a4e9b412c\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"636ea76ef05daa180e898e3e633aa283ef9d36cf31964441208ecfe03ff02984\";}}s:5:\"nonce\";s:12:\"3788e9ac254f\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1727995660;a:11:{s:2:\"db\";s:55:\"backup_2024-10-03-2247_Game_Platform_68ecaa9ec3ee-db.gz\";s:7:\"db-size\";i:443967;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"2a5f65aa6a91a7bf711ed0f4a86f18b67ad6cf22\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"141680f207175996d7c91501b204497c3f2b55ae63f21e71c23a77fc792a6682\";}}s:5:\"nonce\";s:12:\"68ecaa9ec3ee\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1727909364;a:11:{s:2:\"db\";s:55:\"backup_2024-10-02-2249_Game_Platform_0d977ba064e6-db.gz\";s:7:\"db-size\";i:443859;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"b66ea60f5c5248edf00fcd9a21d50ed5abc62c52\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"01984e72e76e808d929d6784053f857252c97dc83ec92f1997afbe0fa1db0d4a\";}}s:5:\"nonce\";s:12:\"0d977ba064e6\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1727823641;a:11:{s:2:\"db\";s:55:\"backup_2024-10-01-2300_Game_Platform_8b525fe58790-db.gz\";s:7:\"db-size\";i:443744;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"ddee55ce35ab31b98448e892dcd818b5a9bd1ebe\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"e0ddc6f0968d34db9fed68c1a8904ae4cac7fcbd9529cd3efb9d230a10e58ab1\";}}s:5:\"nonce\";s:12:\"8b525fe58790\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1727736800;a:11:{s:2:\"db\";s:55:\"backup_2024-09-30-2253_Game_Platform_e20104f961c7-db.gz\";s:7:\"db-size\";i:443655;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"fce1e3e8537096fedfda520c80390304e81a5339\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"c79950b7319af7037325fc49c37d87468731120e97a4760904742921b788a0d2\";}}s:5:\"nonce\";s:12:\"e20104f961c7\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1727649997;a:11:{s:2:\"db\";s:55:\"backup_2024-09-29-2246_Game_Platform_4e271031549d-db.gz\";s:7:\"db-size\";i:443548;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"1add8579fead406732f2cf3c31bfdccf222d2e25\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"caf7b0f235333973bca0bd17e85894202e2c2e1879301c0c3d0dd369229ea137\";}}s:5:\"nonce\";s:12:\"4e271031549d\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1727564035;a:11:{s:2:\"db\";s:55:\"backup_2024-09-28-2253_Game_Platform_96ed2cfa5218-db.gz\";s:7:\"db-size\";i:443459;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"ffcc8ab76817fa051c09306ce1be62ef7048d5e2\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"99101fcb99938fa70e7d775a9cd6426b1850984b57ca4731c68eee05d227dc5f\";}}s:5:\"nonce\";s:12:\"96ed2cfa5218\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1727477265;a:11:{s:2:\"db\";s:55:\"backup_2024-09-27-2247_Game_Platform_f7c7b3d28dba-db.gz\";s:7:\"db-size\";i:443347;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"4294b83c2f8d52546fa6650e7cfafcfc1767a84f\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"1b4f200e9c9dc57020a1476e8c8029ddad329a2364f7f150f464b7a80aa3c04c\";}}s:5:\"nonce\";s:12:\"f7c7b3d28dba\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1727391324;a:11:{s:2:\"db\";s:55:\"backup_2024-09-26-2255_Game_Platform_a7057186aa2a-db.gz\";s:7:\"db-size\";i:443243;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"599c7473bd2ba7d854dcc2d99082250aa497d0e7\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"1773e4669ebf75ec4e2f02830f170646ebb7f4e4b0e4950f6c964ba7253d6178\";}}s:5:\"nonce\";s:12:\"a7057186aa2a\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1727304501;a:11:{s:2:\"db\";s:55:\"backup_2024-09-25-2248_Game_Platform_7f1ebf802786-db.gz\";s:7:\"db-size\";i:443129;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"457cc4edb45c56e9e7466933acdd932d0284f689\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"816b44c776db7c88a40b9ef5ccd46f5784adee84763a618da40c1c9206d0d94c\";}}s:5:\"nonce\";s:12:\"7f1ebf802786\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1727218152;a:11:{s:2:\"db\";s:55:\"backup_2024-09-24-2249_Game_Platform_0e7c237d4b66-db.gz\";s:7:\"db-size\";i:443028;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"c89c546769de9265bcf2db1e0522ed13a8e77736\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"afabca532194f372eb7fb2307aebf6cf31af562c25b95d07ae429d493c915f92\";}}s:5:\"nonce\";s:12:\"0e7c237d4b66\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1727131916;a:11:{s:2:\"db\";s:55:\"backup_2024-09-23-2251_Game_Platform_55ffc4968e83-db.gz\";s:7:\"db-size\";i:442912;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"9f123617873fde4cb66badb68915c6c2b534a352\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"cbb0f23e9aec5c5a9915644b5bfafbb81a858e192d390d3d06b02429b62747b8\";}}s:5:\"nonce\";s:12:\"55ffc4968e83\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1727045219;a:11:{s:2:\"db\";s:55:\"backup_2024-09-22-2246_Game_Platform_781d0cc5a182-db.gz\";s:7:\"db-size\";i:442827;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"8e3ecb6c695f9b411e792aa32aab078d0271ae87\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"33a2fc0272f506d928792469427d0c3fb8cff796ba825958339961a760ab4975\";}}s:5:\"nonce\";s:12:\"781d0cc5a182\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1726958930;a:11:{s:2:\"db\";s:55:\"backup_2024-09-21-2248_Game_Platform_5cedf5523e80-db.gz\";s:7:\"db-size\";i:442711;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"4fc3d8c45d8eb7f1d1149fce3f05f8dfe31d39c3\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"16599a7c18c2eafe0130ab5ba37b0dafd03dcf3f33fb656a91f8c96e722df140\";}}s:5:\"nonce\";s:12:\"5cedf5523e80\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1726872413;a:11:{s:2:\"db\";s:55:\"backup_2024-09-20-2246_Game_Platform_71d035097c79-db.gz\";s:7:\"db-size\";i:442598;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"7e3c5845042dab1229c106b5e194b7aaae200b8b\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"4273510e3670237625ccdc1478855fba4c97bc0c29d6704abf0099e9cdd7850f\";}}s:5:\"nonce\";s:12:\"71d035097c79\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1726786115;a:11:{s:2:\"db\";s:55:\"backup_2024-09-19-2248_Game_Platform_6b4f317de9e5-db.gz\";s:7:\"db-size\";i:442505;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"8192895491a37ccb0366dce653c5457b1ee34c4a\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"d25c6c4c1e4d5d2cafdf752d5b4361207a5cfaca10536f36c197811b6ceb0526\";}}s:5:\"nonce\";s:12:\"6b4f317de9e5\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1726699845;a:11:{s:2:\"db\";s:55:\"backup_2024-09-18-2250_Game_Platform_8de87fdb64d8-db.gz\";s:7:\"db-size\";i:442398;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"de9f091a3af1ab09e3aaf03c91b20862029d5146\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"b5764a498129ea59b780854c634e061533cf129c83af9d312770fe8010886d9b\";}}s:5:\"nonce\";s:12:\"8de87fdb64d8\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1726613343;a:11:{s:2:\"db\";s:55:\"backup_2024-09-17-2249_Game_Platform_87b38256fb2e-db.gz\";s:7:\"db-size\";i:442300;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"501b87c27f6b8a1a4e239ff44fdcdb061b68ed4e\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"64000b0577599603261263b654a4bb28c61f81b291fb574d0b9211e2d1a16fe7\";}}s:5:\"nonce\";s:12:\"87b38256fb2e\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1726527107;a:11:{s:2:\"db\";s:55:\"backup_2024-09-16-2251_Game_Platform_07f897682675-db.gz\";s:7:\"db-size\";i:442189;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"4e6b6d01e9007ceceb92bd6b4e31e31591b3acfa\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"7bfb9fc52693242498cdcc6f3f0bed64ee13b3d80fd8baa140052e71e774dd6c\";}}s:5:\"nonce\";s:12:\"07f897682675\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1726440351;a:11:{s:2:\"db\";s:55:\"backup_2024-09-15-2245_Game_Platform_dcdc930195c3-db.gz\";s:7:\"db-size\";i:442089;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"5908a299fde63204b9c99e1abb9cda41c840b37d\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"83753f84488c54f5dbfd05983a99b548225bfb1ffe5024ef8fe50425e91e092a\";}}s:5:\"nonce\";s:12:\"dcdc930195c3\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1726354108;a:11:{s:2:\"db\";s:55:\"backup_2024-09-14-2248_Game_Platform_719ac858573f-db.gz\";s:7:\"db-size\";i:441873;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"e4d99e4d30ca66284f9fdc9de1462c3c40c7c2c5\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"7905e18a38c1b75b43433760ff5df0ce62e7e35180eb30be628328f58d1d3cb2\";}}s:5:\"nonce\";s:12:\"719ac858573f\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1726267922;a:11:{s:2:\"db\";s:55:\"backup_2024-09-13-2252_Game_Platform_52e88231ab4e-db.gz\";s:7:\"db-size\";i:441748;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"bf3c778bf0efccf0737689c5d2c836cf75974426\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"1fc6309e359652ace9a579b3242468b0e79bcaeae7ba5bce7dcdfbcec7ea8de7\";}}s:5:\"nonce\";s:12:\"52e88231ab4e\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1726181612;a:11:{s:2:\"db\";s:55:\"backup_2024-09-12-2253_Game_Platform_6e0b1d40e86f-db.gz\";s:7:\"db-size\";i:441645;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"fa4a6eb45d6324d496a4afc7ac08aa466d26a109\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"ded563f345752bde5b4ac4dc7c6f5a813d35fd042198e818a0a8ddb4c79c8a51\";}}s:5:\"nonce\";s:12:\"6e0b1d40e86f\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1726094888;a:11:{s:2:\"db\";s:55:\"backup_2024-09-11-2248_Game_Platform_a72873393528-db.gz\";s:7:\"db-size\";i:441525;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"82a91e6c4cf8642680a6437cb808946ad5dd1859\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"b7f99ec7eb067e6e699894aaceafd3f5c667ff8e494da517b51ca9eac1ad3b6f\";}}s:5:\"nonce\";s:12:\"a72873393528\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1726013703;a:11:{s:2:\"db\";s:55:\"backup_2024-09-11-0015_Game_Platform_174af54b2545-db.gz\";s:7:\"db-size\";i:441402;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"93a3419f86b78a8427c88471c0dd826662a13c75\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"3ca4cd5dfd41c7c07064c6debc46ef42dfede833a49cfc6b3c762e952b26454c\";}}s:5:\"nonce\";s:12:\"174af54b2545\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1725922105;a:11:{s:2:\"db\";s:55:\"backup_2024-09-09-2248_Game_Platform_24d3ad10c8f8-db.gz\";s:7:\"db-size\";i:441287;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"be014e6710d43f1a85f4d9d311f616e5809313b3\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"18cec6f5808385510ddbe1a3a7a3adbe7d083a529c7ec28077ade9b0a44c9666\";}}s:5:\"nonce\";s:12:\"24d3ad10c8f8\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1725835763;a:11:{s:2:\"db\";s:55:\"backup_2024-09-08-2249_Game_Platform_8b719c13852e-db.gz\";s:7:\"db-size\";i:441298;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"6c5ed2a5892397a42b4204374a18ebce16493a53\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"301e40c8544a331eb0cba9643642660bb58c928b440f14626d61d01b3d8c205e\";}}s:5:\"nonce\";s:12:\"8b719c13852e\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1725749369;a:11:{s:2:\"db\";s:55:\"backup_2024-09-07-2249_Game_Platform_eb69c4552297-db.gz\";s:7:\"db-size\";i:441216;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"1af9e848c3d00a502ccd725e32672239a12204cd\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"0bc99da6b949efe5719ff183eae8c5629c8cbd524707a8f2bf4059262c82db8a\";}}s:5:\"nonce\";s:12:\"eb69c4552297\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1725662880;a:11:{s:2:\"db\";s:55:\"backup_2024-09-06-2248_Game_Platform_ba8dab92d7c0-db.gz\";s:7:\"db-size\";i:441073;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"10e4cf1c8155033c1c633f517ae5f1dabf4fe777\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"e3a6b38d512c2089f11c770d80ca955685099a28ac0743940063f6efea5e174c\";}}s:5:\"nonce\";s:12:\"ba8dab92d7c0\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1725576587;a:11:{s:2:\"db\";s:55:\"backup_2024-09-05-2249_Game_Platform_c28c7215d6dd-db.gz\";s:7:\"db-size\";i:440984;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"3d29217d8727b356687a7bd34db46c4e0e36e88c\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"af709dd9cd1ca3e9545854a085c5d52a0c92b1567c8cd6174594e556a7685054\";}}s:5:\"nonce\";s:12:\"c28c7215d6dd\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1725490258;a:11:{s:2:\"db\";s:55:\"backup_2024-09-04-2250_Game_Platform_f0e950269de9-db.gz\";s:7:\"db-size\";i:440865;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"10536fcfc66d7bb863f638289f8c51d8afeef6d2\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"8f55787784232f68884a62d951a2d9675764427139a1637b1099c56b4e813878\";}}s:5:\"nonce\";s:12:\"f0e950269de9\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1725403904;a:11:{s:2:\"db\";s:55:\"backup_2024-09-03-2251_Game_Platform_ab939d41eb76-db.gz\";s:7:\"db-size\";i:440755;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"e46ea9de08e328a3eb8c82cdb7919496d746d60b\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"7c07588a3780e33bd0d182548ee75f4dbe66bb7935655f79a254d520ae892e6e\";}}s:5:\"nonce\";s:12:\"ab939d41eb76\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1725317509;a:11:{s:2:\"db\";s:55:\"backup_2024-09-02-2251_Game_Platform_e46ff1ef8d65-db.gz\";s:7:\"db-size\";i:440643;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"363c41034163350ad5510827d73e7b5cb1095d6d\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"a3cd75e062179f44fb177f7a1558fbc1ba1e1270dbca6499e6c7b1861dc93892\";}}s:5:\"nonce\";s:12:\"e46ff1ef8d65\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1725231086;a:11:{s:2:\"db\";s:55:\"backup_2024-09-01-2251_Game_Platform_4a1fd11a2cc4-db.gz\";s:7:\"db-size\";i:440530;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"47663b7e511ba63ad7f0ec2f2e0816235393dce1\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"114753c3802649a1ce6ad2301b3bd78b8520c1ed81b118b1f474aaced8157dc3\";}}s:5:\"nonce\";s:12:\"4a1fd11a2cc4\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1725144719;a:11:{s:2:\"db\";s:55:\"backup_2024-08-31-2251_Game_Platform_e78d18c7004d-db.gz\";s:7:\"db-size\";i:440432;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"cc024e37c6925e6741b24861ad89b01ff949f509\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"eb831b48a48b9d88d90e62c586d7df958c2d9f82a92c88f1b3f2cdf877e07165\";}}s:5:\"nonce\";s:12:\"e78d18c7004d\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1725058080;a:11:{s:2:\"db\";s:55:\"backup_2024-08-30-2248_Game_Platform_98c4bdd131ea-db.gz\";s:7:\"db-size\";i:440312;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"c386a147b3be0922a69f86ab0ab114f2b461d1db\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"430bfbb587d7a519cf8f375d347931938dac0e4e1691c4e964b47eb85e80b7f9\";}}s:5:\"nonce\";s:12:\"98c4bdd131ea\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1724971653;a:11:{s:2:\"db\";s:55:\"backup_2024-08-29-2247_Game_Platform_a1b45f52e013-db.gz\";s:7:\"db-size\";i:440241;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"b2d8a707623aa18e76b8103d518c26514e16a692\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"6f2ec9cfc8db813ccb21f08c2a05fa65e37c3eafc4292b2b7701d8d70685ac55\";}}s:5:\"nonce\";s:12:\"a1b45f52e013\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1724885767;a:11:{s:2:\"db\";s:55:\"backup_2024-08-28-2256_Game_Platform_4d55590ddb92-db.gz\";s:7:\"db-size\";i:441661;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"1bcbbeedc7d0335ecec448a8a5a1d971aa86f751\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"d30cca7b81ff9b0888a61ac996e3c043906ced27cb18adffb93fbd47c9fcf37b\";}}s:5:\"nonce\";s:12:\"4d55590ddb92\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1724798905;a:11:{s:2:\"db\";s:55:\"backup_2024-08-27-2248_Game_Platform_513b4cc06a8f-db.gz\";s:7:\"db-size\";i:441553;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"bb33093eee670522554141b12fb33cc3be8ae4bd\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"7a11bf01f6ecfdeb525f33c208233be91808a4b4faf79f0be0e85cc478df00b9\";}}s:5:\"nonce\";s:12:\"513b4cc06a8f\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1724712624;a:11:{s:2:\"db\";s:55:\"backup_2024-08-26-2250_Game_Platform_2a4b073a1a77-db.gz\";s:7:\"db-size\";i:441438;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"fa8e93124c6df44adad9a8faefe43fd0f3e59fae\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"b26ca40ee5932ea161a2f5b278b02964da2f78faece9fb74bce511677fb0f9a7\";}}s:5:\"nonce\";s:12:\"2a4b073a1a77\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1724625950;a:11:{s:2:\"db\";s:55:\"backup_2024-08-25-2245_Game_Platform_4d1b7c91deb5-db.gz\";s:7:\"db-size\";i:441333;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"0b3ce70880e33eb55988d364dd7e7e5eff92d4f5\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"d9bac6bf680630ea8bf51502e616ed588c763f0e0c60b6f97e84dc5d475f4547\";}}s:5:\"nonce\";s:12:\"4d1b7c91deb5\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1724539713;a:11:{s:2:\"db\";s:55:\"backup_2024-08-24-2248_Game_Platform_2c3f58209a6e-db.gz\";s:7:\"db-size\";i:441116;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"62d80d36d7decbfd212970db7842fdd8fcfbf921\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"e0d29a13b1f554edb62390cbecc221d6fd987bdc21f4f5f38f406581d32d8682\";}}s:5:\"nonce\";s:12:\"2c3f58209a6e\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1724453217;a:11:{s:2:\"db\";s:55:\"backup_2024-08-23-2246_Game_Platform_0226ccab2678-db.gz\";s:7:\"db-size\";i:440994;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"595695eb4678e15bf371e030e1816c7961fbd1b4\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"f58a09a7663182101b3bf36a559cf208c254f98b1af86f7aa3f39ff950792598\";}}s:5:\"nonce\";s:12:\"0226ccab2678\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1724366958;a:11:{s:2:\"db\";s:55:\"backup_2024-08-22-2249_Game_Platform_9b743561d0bc-db.gz\";s:7:\"db-size\";i:440886;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"65fd74d65e63b0ce36e1d31902ac32ad80de47c6\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"cd6853ae25fa82d1ed8414bbd36665f5149158c0dea656f5b6eadd96451fdabf\";}}s:5:\"nonce\";s:12:\"9b743561d0bc\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1724280494;a:11:{s:2:\"db\";s:55:\"backup_2024-08-21-2248_Game_Platform_18f529d28479-db.gz\";s:7:\"db-size\";i:440777;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"68a701b99e7db87d17f0b15ae463e54ccd1016c6\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"ea58f9a2b7643fb385c1760042af2b684c6c497a5356ceb35827070075487dca\";}}s:5:\"nonce\";s:12:\"18f529d28479\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1724194033;a:11:{s:2:\"db\";s:55:\"backup_2024-08-20-2247_Game_Platform_2eeeeac6e8e0-db.gz\";s:7:\"db-size\";i:440678;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"d720796cf42f1d813873c3d05d67749107b62419\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"de968d60d11af2c49849cdd51fbd0deae1a6fe208ec79a9627f18974522ab964\";}}s:5:\"nonce\";s:12:\"2eeeeac6e8e0\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1724107527;a:11:{s:2:\"db\";s:55:\"backup_2024-08-19-2245_Game_Platform_79a5cf5519a2-db.gz\";s:7:\"db-size\";i:440559;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"36c17953b4265b7514d85b1f88fdb4a3eda7333a\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"70bd12a3bbbf9621bcf438040c67969efa1acff1c5c283c3a355ec810277cf92\";}}s:5:\"nonce\";s:12:\"79a5cf5519a2\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1724021274;a:11:{s:2:\"db\";s:55:\"backup_2024-08-18-2247_Game_Platform_0e56defbe43d-db.gz\";s:7:\"db-size\";i:440563;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"d41bfdcf4c53569ad5831d6c882545348d5a7e58\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"38c154f98ae0fe8c20d97a62040ecaa642f04b6eefc2b7c8dcc0b9fd6d4f3a00\";}}s:5:\"nonce\";s:12:\"0e56defbe43d\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1723934764;a:11:{s:2:\"db\";s:55:\"backup_2024-08-17-2246_Game_Platform_10edbcb2d807-db.gz\";s:7:\"db-size\";i:440490;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"3f850fff66324ed7b1fc388ccb3c54bcdccc8cc1\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"f7cb92e15fed825e7e3b5d40d6e461638ad34827223e24e2ed61205786e46ed3\";}}s:5:\"nonce\";s:12:\"10edbcb2d807\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1723848375;a:11:{s:2:\"db\";s:55:\"backup_2024-08-16-2246_Game_Platform_565600e34daf-db.gz\";s:7:\"db-size\";i:440348;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"34bd6595d10fa4dde1653aceef23de9eb2a20639\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"5ab69726609cd67e6f8ce5cd18d900833847c32adf5c5f611f4ee37a035f1301\";}}s:5:\"nonce\";s:12:\"565600e34daf\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1723762049;a:11:{s:2:\"db\";s:55:\"backup_2024-08-15-2247_Game_Platform_1ebaaaec9c78-db.gz\";s:7:\"db-size\";i:440230;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"bfbee406bbf824806b557edaa84f92e9256f4e3c\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"3792805f215b0d9c528c95281be5a667028d5167f064b744b734f2029ce0f672\";}}s:5:\"nonce\";s:12:\"1ebaaaec9c78\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1723675709;a:11:{s:2:\"db\";s:55:\"backup_2024-08-14-2248_Game_Platform_b9dd7d8ee501-db.gz\";s:7:\"db-size\";i:440119;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"5b1aca8e4b1b7615ebbc5d4354455a09255db51b\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"bf618e04f00f02aedaba20a66856859ad677c52c5fdb08dcd864860c894a1dea\";}}s:5:\"nonce\";s:12:\"b9dd7d8ee501\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1723589270;a:11:{s:2:\"db\";s:55:\"backup_2024-08-13-2247_Game_Platform_3cafab288f54-db.gz\";s:7:\"db-size\";i:440012;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"865cb084424175b2b02157f7c9fd0908ebd50627\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"c0cedd9d4efc4bbe79c510ab7eb6b91ec26ae72696700536b2eae20b479d522e\";}}s:5:\"nonce\";s:12:\"3cafab288f54\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1723502930;a:11:{s:2:\"db\";s:55:\"backup_2024-08-12-2248_Game_Platform_becfe275f991-db.gz\";s:7:\"db-size\";i:439887;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"65a9bb82f6607d7ac0826bebc45074b09048f24f\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"bc5c66923645a23ed19147d8a435e31699bab20df4d8bacea519fc3e0370a25f\";}}s:5:\"nonce\";s:12:\"becfe275f991\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1723416518;a:11:{s:2:\"db\";s:55:\"backup_2024-08-11-2248_Game_Platform_d8fd2aa9e0fd-db.gz\";s:7:\"db-size\";i:439781;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"5a252ee21ed9624488a40b2f53e5ab3934bd3b83\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"36a5c1669847683727d3b2bbc561cfbaaffb182da4ee589d83c92941c8ef4116\";}}s:5:\"nonce\";s:12:\"d8fd2aa9e0fd\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1723330173;a:11:{s:2:\"db\";s:55:\"backup_2024-08-10-2249_Game_Platform_9e565afc92d2-db.gz\";s:7:\"db-size\";i:439673;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"54a95f9f2769bf69786e69fe8f15a242bf609218\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"f52f453062d87118658b0c56e5c0dc00708115a2829025163579814bab532aec\";}}s:5:\"nonce\";s:12:\"9e565afc92d2\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1723243472;a:11:{s:2:\"db\";s:55:\"backup_2024-08-09-2244_Game_Platform_b80abf9a269d-db.gz\";s:7:\"db-size\";i:439746;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"9fe5920443914fc2698b8ac3ce688f39fcae26ae\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"e2088deda731eb28ea49e39cc298cfeacd534d2cda4cdd18ec8e9fb0fe3a2078\";}}s:5:\"nonce\";s:12:\"b80abf9a269d\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1723156928;a:11:{s:2:\"db\";s:55:\"backup_2024-08-08-2242_Game_Platform_05cd6f8f3c65-db.gz\";s:7:\"db-size\";i:439627;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"96f9656e1ef628da515f9897c10cd166d9e92aad\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"df439df2758661186ca9771088a29f1ce0f074a9abc9a51e8b26406cd6884d5b\";}}s:5:\"nonce\";s:12:\"05cd6f8f3c65\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1723070636;a:11:{s:2:\"db\";s:55:\"backup_2024-08-07-2243_Game_Platform_3b0c17a4426c-db.gz\";s:7:\"db-size\";i:439578;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"cc5aa92f648febb13ba64d9f9478173876868627\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"95fc25b89be01a062fb5b4d5884b87758314e60cf5dd12ce3dd0829af56293b4\";}}s:5:\"nonce\";s:12:\"3b0c17a4426c\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1722984424;a:11:{s:2:\"db\";s:55:\"backup_2024-08-06-2247_Game_Platform_3c3ff917c3a5-db.gz\";s:7:\"db-size\";i:439481;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"90f8d6d4b578c31cb4adf7a67d37c4e803a1fc47\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"6f1b6bf70563ff3bf26f5b8957ee21cf8d170d9e4ecf2ef24ce1d244a7320405\";}}s:5:\"nonce\";s:12:\"3c3ff917c3a5\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1722898024;a:11:{s:2:\"db\";s:55:\"backup_2024-08-05-2247_Game_Platform_46a951f0d273-db.gz\";s:7:\"db-size\";i:439408;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"ea56922c51932f8aeb9d8973e47b2fba0e737019\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"3e5b01dce181840db7019da4c282e6120d3d647a10059cc5902509eca6bea487\";}}s:5:\"nonce\";s:12:\"46a951f0d273\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1722811453;a:11:{s:2:\"db\";s:55:\"backup_2024-08-04-2244_Game_Platform_214e2e58fb9c-db.gz\";s:7:\"db-size\";i:439299;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"4407714a56a768cfaeb8a905442481047afb8f36\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"83eb8390282eeb433b1c410ee7915a2b7e12b3fe81061778743b3b636184ab94\";}}s:5:\"nonce\";s:12:\"214e2e58fb9c\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1722725045;a:11:{s:2:\"db\";s:55:\"backup_2024-08-03-2244_Game_Platform_14b5c67d8b96-db.gz\";s:7:\"db-size\";i:439140;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"2b68546ca56ce320b33aae0a5606a1a7158ddf24\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"051a97ad5f6d791839acd6b9648e1d2fbc466bb5840387f9742faee3c8fc5d0c\";}}s:5:\"nonce\";s:12:\"14b5c67d8b96\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1722584953;a:19:{s:7:\"plugins\";a:1:{i:0;s:61:\"backup_2024-08-02-0749_Game_Platform_ec29eca11cce-plugins.zip\";}s:12:\"plugins-size\";i:26111397;s:6:\"themes\";a:1:{i:0;s:60:\"backup_2024-08-02-0749_Game_Platform_ec29eca11cce-themes.zip\";}s:11:\"themes-size\";i:11438114;s:7:\"uploads\";a:1:{i:0;s:61:\"backup_2024-08-02-0749_Game_Platform_ec29eca11cce-uploads.zip\";}s:12:\"uploads-size\";i:12686563;s:6:\"others\";a:1:{i:0;s:60:\"backup_2024-08-02-0749_Game_Platform_ec29eca11cce-others.zip\";}s:11:\"others-size\";i:2146;s:2:\"db\";s:55:\"backup_2024-08-02-0749_Game_Platform_ec29eca11cce-db.gz\";s:7:\"db-size\";i:867524;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"ff0ab75a7c200ae3f357e677192e4f3f7612fe41\";s:7:\"themes0\";s:40:\"19e8c690e51ac5818d5d1aec02a8ac094f55ce59\";s:8:\"uploads0\";s:40:\"29a498ad173d1e7068a86dd97cd1534b084df1d5\";s:7:\"others0\";s:40:\"f3186d549252b3a5082b6ea23af430ccdb0c0989\";s:3:\"db0\";s:40:\"8c17d317742f4ee09d12fac9caea4aaf759c95da\";}s:6:\"sha256\";a:5:{s:8:\"plugins0\";s:64:\"2dfe347643c5e1fc8cee10d4c36e3800ece5778d78ac7bcd303f534839987ad1\";s:7:\"themes0\";s:64:\"18686170022b03abe6da615dc1ab22b52f2a6e501422ae12f8d2f1ac692b130e\";s:8:\"uploads0\";s:64:\"9a6084ea1b820026324a0e16def5aa4e3d90253035dde2bbbf73105133e87720\";s:7:\"others0\";s:64:\"1b8374df51d3ad92bee767750211e54aee7a01913d24d10359d580ff456487e9\";s:3:\"db0\";s:64:\"6ead1c27a78001d64c7962fdb2ebf448b09e94ff9e0d7a0f73bd435cec8e6eea\";}}s:5:\"nonce\";s:12:\"ec29eca11cce\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:4:{s:7:\"plugins\";i:1722584953;s:6:\"themes\";i:1722585127;s:7:\"uploads\";i:1722585150;s:6:\"others\";i:1722585170;}s:18:\"created_by_version\";s:6:\"1.24.4\";s:21:\"last_saved_by_version\";s:6:\"1.24.4\";s:12:\"is_multisite\";b:0;}i:1722579660;a:12:{s:6:\"themes\";a:1:{i:0;s:60:\"backup_2024-08-02-0621_Game_Platform_0a61c908fa4b-themes.zip\";}s:11:\"themes-size\";i:11438114;s:5:\"nonce\";s:12:\"0a61c908fa4b\";s:7:\"uploads\";a:1:{i:0;s:61:\"backup_2024-08-02-0621_Game_Platform_0a61c908fa4b-uploads.zip\";}s:12:\"uploads-size\";i:9041993;s:6:\"others\";a:1:{i:0;s:60:\"backup_2024-08-02-0621_Game_Platform_0a61c908fa4b-others.zip\";}s:11:\"others-size\";i:1328;s:18:\"created_by_version\";s:6:\"1.24.4\";s:2:\"db\";s:55:\"backup_2024-08-02-0621_Game_Platform_0a61c908fa4b-db.gz\";s:7:\"db-size\";i:747149;s:7:\"plugins\";a:1:{i:0;s:61:\"backup_2024-08-02-0621_Game_Platform_0a61c908fa4b-plugins.zip\";}s:12:\"plugins-size\";i:26111397;}}', 'off');
INSERT INTO `TI9k8mggE_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1777, 'updraft_lock_0a61c908fa4b', '1722580281', 'no'),
(1792, '_elementor_global_css', 'a:6:{s:4:\"time\";i:1722580634;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;b:0;}', 'auto'),
(2557, 'db_upgraded', '1', 'auto'),
(2588, '_transient_wp_styles_for_blocks', 'a:2:{s:4:\"hash\";s:32:\"8c7d46a72d7d4591fc1dd9485bedb304\";s:6:\"blocks\";a:5:{s:11:\"core/button\";s:0:\"\";s:14:\"core/site-logo\";s:0:\"\";s:18:\"core/post-template\";s:120:\":where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}\";s:12:\"core/columns\";s:102:\":where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}\";s:14:\"core/pullquote\";s:69:\":root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}\";}}', 'on'),
(4412, 'can_compress_scripts', '0', 'auto'),
(5009, '_site_transient_update_core', 'O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.8.3.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.8.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.8.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.8.3-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.8.3\";s:7:\"version\";s:5:\"6.8.3\";s:11:\"php_version\";s:6:\"7.2.24\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1761605073;s:15:\"version_checked\";s:5:\"6.8.3\";s:12:\"translations\";a:0:{}}', 'off'),
(5297, '_site_transient_timeout_php_check_990bfacb848fa087bcfc06850f5e4447', '1762037241', 'off'),
(5298, '_site_transient_php_check_990bfacb848fa087bcfc06850f5e4447', 'a:5:{s:19:\"recommended_version\";s:3:\"8.3\";s:15:\"minimum_version\";s:6:\"7.2.24\";s:12:\"is_supported\";b:0;s:9:\"is_secure\";b:0;s:13:\"is_acceptable\";b:0;}', 'off'),
(5314, '_site_transient_timeout_theme_roots', '1761606874', 'off'),
(5315, '_site_transient_theme_roots', 'a:5:{s:15:\"hello-elementor\";s:7:\"/themes\";s:16:\"twentytwentyfive\";s:7:\"/themes\";s:16:\"twentytwentyfour\";s:7:\"/themes\";s:17:\"twentytwentythree\";s:7:\"/themes\";s:15:\"twentytwentytwo\";s:7:\"/themes\";}', 'off'),
(5317, '_site_transient_timeout_wp_theme_files_patterns-2dbffcb3852a8b4092d7b16d9c13275c', '1761606874', 'off'),
(5318, '_site_transient_wp_theme_files_patterns-2dbffcb3852a8b4092d7b16d9c13275c', 'a:2:{s:7:\"version\";s:5:\"3.1.0\";s:8:\"patterns\";a:0:{}}', 'off'),
(5320, 'updraft_combine_jobs_around', '1761632991', 'on'),
(5321, '_site_transient_update_plugins', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1761605080;s:8:\"response\";a:4:{s:27:\"app-ads-txt/app-ads-txt.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:25:\"w.org/plugins/app-ads-txt\";s:4:\"slug\";s:11:\"app-ads-txt\";s:6:\"plugin\";s:27:\"app-ads-txt/app-ads-txt.php\";s:11:\"new_version\";s:5:\"1.1.9\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/app-ads-txt/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/app-ads-txt.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/app-ads-txt/assets/icon-256x256.png?rev=2146615\";s:2:\"1x\";s:64:\"https://ps.w.org/app-ads-txt/assets/icon-128x128.png?rev=2146615\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/app-ads-txt/assets/banner-1544x500.jpg?rev=2146615\";s:2:\"1x\";s:66:\"https://ps.w.org/app-ads-txt/assets/banner-772x250.jpg?rev=2146615\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.1\";s:6:\"tested\";s:5:\"6.8.3\";s:12:\"requires_php\";s:3:\"5.6\";s:16:\"requires_plugins\";a:0:{}}s:19:\"akismet/akismet.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:3:\"5.5\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/akismet.5.5.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=2818463\";s:2:\"1x\";s:60:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=2818463\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/akismet/assets/banner-1544x500.png?rev=2900731\";s:2:\"1x\";s:62:\"https://ps.w.org/akismet/assets/banner-772x250.png?rev=2900731\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.8\";s:6:\"tested\";s:5:\"6.8.3\";s:12:\"requires_php\";s:3:\"7.2\";s:16:\"requires_plugins\";a:0:{}}s:23:\"elementor/elementor.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:6:\"3.32.5\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.32.5.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.gif?rev=3111597\";s:2:\"1x\";s:62:\"https://ps.w.org/elementor/assets/icon-128x128.gif?rev=3111597\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=3164133\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=3164133\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.6\";s:6:\"tested\";s:5:\"6.8.3\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:27:\"updraftplus/updraftplus.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:25:\"w.org/plugins/updraftplus\";s:4:\"slug\";s:11:\"updraftplus\";s:6:\"plugin\";s:27:\"updraftplus/updraftplus.php\";s:11:\"new_version\";s:6:\"1.25.8\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/updraftplus/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/updraftplus.1.25.8.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/updraftplus/assets/icon-256x256.jpg?rev=1686200\";s:2:\"1x\";s:64:\"https://ps.w.org/updraftplus/assets/icon-128x128.jpg?rev=1686200\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/updraftplus/assets/banner-1544x500.png?rev=1686200\";s:2:\"1x\";s:66:\"https://ps.w.org/updraftplus/assets/banner-772x250.png?rev=1686200\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.2\";s:6:\"tested\";s:5:\"6.8.3\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:1:{s:9:\"hello.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/hello-dolly.1.7.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/hello-dolly/assets/banner-1544x500.jpg?rev=2645582\";s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";}}s:7:\"checked\";a:5:{s:27:\"app-ads-txt/app-ads-txt.php\";s:7:\"1.1.7.1\";s:19:\"akismet/akismet.php\";s:5:\"5.3.3\";s:23:\"elementor/elementor.php\";s:6:\"3.15.1\";s:9:\"hello.php\";s:5:\"1.7.2\";s:27:\"updraftplus/updraftplus.php\";s:6:\"1.24.4\";}}', 'off'),
(5322, '_site_transient_update_themes', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1761605080;s:7:\"checked\";a:5:{s:15:\"hello-elementor\";s:5:\"3.1.0\";s:16:\"twentytwentyfive\";s:3:\"1.0\";s:16:\"twentytwentyfour\";s:3:\"1.2\";s:17:\"twentytwentythree\";s:3:\"1.5\";s:15:\"twentytwentytwo\";s:3:\"1.8\";}s:8:\"response\";a:5:{s:15:\"hello-elementor\";a:6:{s:5:\"theme\";s:15:\"hello-elementor\";s:11:\"new_version\";s:5:\"3.4.5\";s:3:\"url\";s:45:\"https://wordpress.org/themes/hello-elementor/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/hello-elementor.3.4.5.zip\";s:8:\"requires\";s:3:\"6.0\";s:12:\"requires_php\";s:3:\"7.4\";}s:16:\"twentytwentyfive\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfive\";s:11:\"new_version\";s:3:\"1.3\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfive/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfive.1.3.zip\";s:8:\"requires\";s:3:\"6.7\";s:12:\"requires_php\";s:3:\"7.2\";}s:16:\"twentytwentyfour\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfour\";s:11:\"new_version\";s:3:\"1.3\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfour/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfour.1.3.zip\";s:8:\"requires\";s:3:\"6.4\";s:12:\"requires_php\";s:3:\"7.0\";}s:17:\"twentytwentythree\";a:6:{s:5:\"theme\";s:17:\"twentytwentythree\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:47:\"https://wordpress.org/themes/twentytwentythree/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/twentytwentythree.1.6.zip\";s:8:\"requires\";s:3:\"6.1\";s:12:\"requires_php\";s:3:\"5.6\";}s:15:\"twentytwentytwo\";a:6:{s:5:\"theme\";s:15:\"twentytwentytwo\";s:11:\"new_version\";s:3:\"2.0\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentytwo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentytwo.2.0.zip\";s:8:\"requires\";s:3:\"5.9\";s:12:\"requires_php\";s:3:\"5.6\";}}s:9:\"no_update\";a:0:{}s:12:\"translations\";a:0:{}}', 'off');

-- --------------------------------------------------------

--
-- Table structure for table `TI9k8mggE_postmeta`
--

CREATE TABLE `TI9k8mggE_postmeta` (
  `meta_id` bigint UNSIGNED NOT NULL,
  `post_id` bigint UNSIGNED NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `TI9k8mggE_postmeta`
--

INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1, 2, '_wp_page_template', 'default'),
(2, 3, '_wp_page_template', 'default'),
(3, 6, '_elementor_edit_mode', 'builder'),
(4, 6, '_elementor_template_type', 'kit'),
(5, 7, '_edit_lock', '1722584875:1'),
(6, 7, '_elementor_edit_mode', 'builder'),
(7, 7, '_elementor_template_type', 'wp-page'),
(8, 7, '_elementor_version', '3.15.1'),
(10, 7, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11, 7, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\",\"link\":{\"url\":\"#gamescroll\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d86408\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1f35e02\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb59ac0\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n  window.googletag = window.googletag || {cmd: []};\\r\\n  googletag.cmd.push(function() {\\r\\n    googletag.defineSlot(\'\\/23197884379\\/1\', [250, 250], \'div-gpt-ad-1722319012812-0\').addService(googletag.pubads());\\r\\n    googletag.pubads().collapseEmptyDivs();\\r\\n    googletag.enableServices();\\r\\n  });\\r\\n<\\/script>\\r\\n<!-- \\/23197884379\\/1 -->\\r\\n<div id=\'div-gpt-ad-1722319012812-0\' style=\'min-width: 250px; min-height: 250px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722319012812-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\",\"_element_id\":\"gamescroll\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-1.png\",\"id\":176,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brain Exercise \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/three-burning-balls.png\",\"id\":177,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Burning Balls\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/3549847.webp\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"Car Breaker \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512.webp\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chicken Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b32d91\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/6 -->\\n<div id=\'div-gpt-ad-1722509254788-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509254788-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-2.webp\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Choose True Colors\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/christmas-gifts-icon.png\",\"id\":187,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christmas Gift\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-3.webp\",\"id\":188,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christmas Ant Run\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-5.jpeg\",\"id\":189,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coin Snake\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-6.jpeg\",\"id\":193,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Collect Same Balls\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-7.jpeg\",\"id\":194,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Color Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-2.png\",\"id\":195,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Color Match\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/casino-chips-black-icon-gambling-game-symbol_53562-18470.jpg\",\"id\":202,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cookies Bookies\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1819844\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/free-sport-game-batsman-cricket-player-bat-ball-pad-gloves-helmet-29296.webp\",\"id\":206,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cricket Batter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/1354be628b798ec200c60d9d7f5c62ca.jpg\",\"id\":210,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Crossy Road\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/icon_20231120020716655abf54cf06b.webp\",\"id\":212,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cute Dress Up\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/dark-cave-forest-with-path-through-it-game-background-vector-illustration_597121-539.jpg\",\"id\":214,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dark Forest\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6e5da39\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"57bbcba\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c4158df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/d8usybz-d4ed4f9b-3f60-454f-abed-5c19a5904742.png\",\"id\":218,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/arrowpatching\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d3c3308\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dark Knight Rider\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"d731bf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0179fc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-2.png\",\"id\":219,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/animalandstar\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8936eb7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dash Color Switch\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30135eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f9cad88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-9.jpeg\",\"id\":220,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/angrybubble\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a46f2ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dashing Donut\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3da2e8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"18e2170\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-10.jpeg\",\"id\":221,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/alienonearth\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ac6a9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Diamond Robber\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"089b42e\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"8acf6af\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"0663dd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f0bfcef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-5.webp\",\"id\":226,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/airbattlemission\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3dd25d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dragon Fish\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3e4701e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fba511f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-3.png\",\"id\":228,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/advantureousboyrun\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b0c61ee\",\"elType\":\"widget\",\"settings\":{\"title\":\"Drive Safe\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2ccca8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"53f0099\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-3.png\",\"id\":232,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2048\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36c15a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Towel Balancer\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dff0197\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"ab8a1a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/9601282.png\",\"id\":233,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/bottleclimbing\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e81965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Universal Adventure\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8c416c4\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff3fae1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"826c6fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/d4ikzdo-6fca170e-8af4-4974-9050-7646cc2f3487.png\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/bemillionaire\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"490c566\",\"elType\":\"widget\",\"settings\":{\"title\":\"War of Tanks\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30a7a1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"791aba0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-11.jpeg\",\"id\":238,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ballout\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f847e96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Yummy Candies\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"26a3b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"a2ea20f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-12.jpeg\",\"id\":239,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/balloonpop\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a93c085\",\"elType\":\"widget\",\"settings\":{\"title\":\"Zombie Attack\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a5eb85d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fbf6905\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-4.png\",\"id\":240,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ballbouncerwall\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"03bcf8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Zombie Hunter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12, 7, '_elementor_page_assets', 'a:0:{}'),
(13, 9, '_wp_attached_file', '2024/07/unnamed.png'),
(14, 9, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:19:\"2024/07/unnamed.png\";s:8:\"filesize\";i:36815;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"unnamed-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:24243;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"unnamed-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10174;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(15, 10, '_elementor_edit_mode', 'builder'),
(16, 10, '_elementor_template_type', 'wp-page'),
(17, 10, '_elementor_version', '3.15.1'),
(18, 10, '_wp_page_template', 'elementor_canvas'),
(19, 10, '_elementor_data', '[]'),
(20, 10, '_elementor_page_assets', 'a:0:{}'),
(21, 11, '_elementor_edit_mode', 'builder'),
(22, 11, '_elementor_template_type', 'wp-page'),
(23, 11, '_elementor_version', '3.15.1'),
(24, 11, '_wp_page_template', 'elementor_canvas'),
(25, 11, '_elementor_data', '[]'),
(26, 11, '_elementor_page_assets', 'a:0:{}'),
(27, 12, '_elementor_edit_mode', 'builder'),
(28, 12, '_elementor_template_type', 'wp-page'),
(29, 12, '_elementor_version', '3.15.1'),
(30, 12, '_wp_page_template', 'elementor_canvas'),
(31, 12, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/unnamed.png\",\"id\":9,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(32, 12, '_elementor_page_assets', 'a:0:{}'),
(33, 13, '_wp_attached_file', '2024/07/image_2024-07-26_150321065.png'),
(34, 13, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:38:\"2024/07/image_2024-07-26_150321065.png\";s:8:\"filesize\";i:1956223;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"image_2024-07-26_150321065-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:98133;}s:5:\"large\";a:5:{s:4:\"file\";s:39:\"image_2024-07-26_150321065-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:812975;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"image_2024-07-26_150321065-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:44320;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:38:\"image_2024-07-26_150321065-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:504369;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:39:\"image_2024-07-26_150321065-1536x864.png\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1567102;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(41, 15, '_wp_attached_file', '2024/07/icon-256.png'),
(42, 15, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:256;s:6:\"height\";i:256;s:4:\"file\";s:20:\"2024/07/icon-256.png\";s:8:\"filesize\";i:18365;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"icon-256-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8907;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(43, 16, '_wp_attached_file', '2024/07/icon-256-1.png'),
(44, 16, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:256;s:6:\"height\";i:256;s:4:\"file\";s:22:\"2024/07/icon-256-1.png\";s:8:\"filesize\";i:123934;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"icon-256-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:43609;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(45, 17, '_wp_attached_file', '2024/07/icon-256-2.png'),
(46, 17, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:256;s:6:\"height\";i:256;s:4:\"file\";s:22:\"2024/07/icon-256-2.png\";s:8:\"filesize\";i:54640;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"icon-256-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20356;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(47, 18, '_wp_attached_file', '2024/07/icon-256-3.png'),
(48, 18, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:256;s:6:\"height\";i:256;s:4:\"file\";s:22:\"2024/07/icon-256-3.png\";s:8:\"filesize\";i:98347;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"icon-256-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:33416;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(49, 19, '_wp_attached_file', '2024/07/icon-256-4.png'),
(50, 19, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:256;s:6:\"height\";i:256;s:4:\"file\";s:22:\"2024/07/icon-256-4.png\";s:8:\"filesize\";i:54077;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"icon-256-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20885;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(51, 20, '_wp_attached_file', '2024/07/icon-256-5.png'),
(52, 20, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:256;s:6:\"height\";i:256;s:4:\"file\";s:22:\"2024/07/icon-256-5.png\";s:8:\"filesize\";i:74734;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"icon-256-5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:24701;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(53, 21, '_wp_attached_file', '2024/07/icon-256-6.png'),
(54, 21, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:256;s:6:\"height\";i:256;s:4:\"file\";s:22:\"2024/07/icon-256-6.png\";s:8:\"filesize\";i:87150;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"icon-256-6-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:28494;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(55, 22, '_wp_attached_file', '2024/07/icon-256-7.png'),
(56, 22, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:256;s:6:\"height\";i:256;s:4:\"file\";s:22:\"2024/07/icon-256-7.png\";s:8:\"filesize\";i:37299;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"icon-256-7-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8666;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(57, 23, '_wp_attached_file', '2024/07/icon-256-8.png'),
(58, 23, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:256;s:6:\"height\";i:256;s:4:\"file\";s:22:\"2024/07/icon-256-8.png\";s:8:\"filesize\";i:62749;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"icon-256-8-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21411;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(59, 24, '_wp_attached_file', '2024/07/icon-256-9.png'),
(60, 24, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:256;s:6:\"height\";i:256;s:4:\"file\";s:22:\"2024/07/icon-256-9.png\";s:8:\"filesize\";i:21026;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"icon-256-9-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10783;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(61, 25, '_wp_attached_file', '2024/07/icon-256-10.png'),
(62, 25, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:256;s:6:\"height\";i:256;s:4:\"file\";s:23:\"2024/07/icon-256-10.png\";s:8:\"filesize\";i:16591;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"icon-256-10-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10345;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(63, 26, '_wp_attached_file', '2024/07/icon-256-11.png'),
(64, 26, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:256;s:6:\"height\";i:256;s:4:\"file\";s:23:\"2024/07/icon-256-11.png\";s:8:\"filesize\";i:28298;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"icon-256-11-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10825;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(65, 27, '_wp_attached_file', '2024/07/icon-256-12.png'),
(66, 27, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:256;s:6:\"height\";i:256;s:4:\"file\";s:23:\"2024/07/icon-256-12.png\";s:8:\"filesize\";i:29189;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"icon-256-12-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16603;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(67, 28, '_wp_attached_file', '2024/07/icon-256-13.png'),
(68, 28, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:256;s:6:\"height\";i:256;s:4:\"file\";s:23:\"2024/07/icon-256-13.png\";s:8:\"filesize\";i:98347;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"icon-256-13-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:33416;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(69, 29, '_wp_attached_file', '2024/07/icon-256-14.png'),
(70, 29, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:256;s:6:\"height\";i:256;s:4:\"file\";s:23:\"2024/07/icon-256-14.png\";s:8:\"filesize\";i:71321;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"icon-256-14-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25973;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(71, 30, '_wp_attached_file', '2024/07/icon-256-15.png'),
(72, 30, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:256;s:6:\"height\";i:256;s:4:\"file\";s:23:\"2024/07/icon-256-15.png\";s:8:\"filesize\";i:65008;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"icon-256-15-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19939;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(73, 31, '_wp_attached_file', '2024/07/icon-256-16.png'),
(74, 31, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:256;s:6:\"height\";i:256;s:4:\"file\";s:23:\"2024/07/icon-256-16.png\";s:8:\"filesize\";i:98347;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"icon-256-16-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:33416;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(75, 32, '_wp_attached_file', '2024/07/icon-256-17.png'),
(76, 32, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:256;s:6:\"height\";i:256;s:4:\"file\";s:23:\"2024/07/icon-256-17.png\";s:8:\"filesize\";i:81451;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"icon-256-17-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:24293;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(77, 33, '_elementor_edit_mode', 'builder'),
(78, 33, '_elementor_template_type', 'wp-page'),
(79, 33, '_elementor_version', '3.15.1'),
(80, 33, '_wp_page_template', 'elementor_canvas'),
(81, 33, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/unnamed.png\",\"id\":9,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(82, 33, '_elementor_page_assets', 'a:0:{}'),
(83, 34, '_elementor_edit_mode', 'builder'),
(84, 34, '_elementor_template_type', 'wp-page'),
(85, 34, '_elementor_version', '3.15.1'),
(86, 34, '_wp_page_template', 'elementor_canvas'),
(87, 34, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/unnamed.png\",\"id\":9,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(88, 34, '_elementor_page_assets', 'a:0:{}'),
(89, 35, '_elementor_edit_mode', 'builder'),
(90, 35, '_elementor_template_type', 'wp-page'),
(91, 35, '_elementor_version', '3.15.1'),
(92, 35, '_wp_page_template', 'elementor_canvas'),
(93, 35, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/unnamed.png\",\"id\":9,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true}},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-4.png\",\"id\":19,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(94, 35, '_elementor_page_assets', 'a:0:{}'),
(96, 36, '_elementor_edit_mode', 'builder'),
(97, 36, '_elementor_template_type', 'wp-page'),
(98, 36, '_elementor_version', '3.15.1'),
(99, 36, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(100, 36, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/unnamed.png\",\"id\":9,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true}},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-4.png\",\"id\":19,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(101, 36, '_elementor_page_assets', 'a:0:{}'),
(103, 37, '_elementor_edit_mode', 'builder'),
(104, 37, '_elementor_template_type', 'wp-page'),
(105, 37, '_elementor_version', '3.15.1'),
(106, 37, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(107, 37, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/unnamed.png\",\"id\":9,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true}},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-4.png\",\"id\":19,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(108, 37, '_elementor_page_assets', 'a:0:{}'),
(110, 38, '_elementor_edit_mode', 'builder'),
(111, 38, '_elementor_template_type', 'wp-page'),
(112, 38, '_elementor_version', '3.15.1'),
(113, 38, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(114, 38, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/unnamed.png\",\"id\":9,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true}},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-4.png\",\"id\":19,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9b5ec\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"720b05d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(115, 38, '_elementor_page_assets', 'a:0:{}'),
(118, 39, '_elementor_edit_mode', 'builder'),
(119, 39, '_elementor_template_type', 'wp-page'),
(120, 39, '_elementor_version', '3.15.1'),
(121, 39, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(122, 39, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/unnamed.png\",\"id\":9,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true}},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-4.png\",\"id\":19,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9b5ec\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"720b05d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(123, 39, '_elementor_page_assets', 'a:0:{}'),
(125, 40, '_elementor_edit_mode', 'builder'),
(126, 40, '_elementor_template_type', 'wp-page'),
(127, 40, '_elementor_version', '3.15.1'),
(128, 40, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(129, 40, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/unnamed.png\",\"id\":9,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true}},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-4.png\",\"id\":19,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9b5ec\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"720b05d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(130, 40, '_elementor_page_assets', 'a:0:{}'),
(132, 41, '_elementor_edit_mode', 'builder'),
(133, 41, '_elementor_template_type', 'wp-page'),
(134, 41, '_elementor_version', '3.15.1'),
(135, 41, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(136, 41, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/unnamed.png\",\"id\":9,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-4.png\",\"id\":19,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9b5ec\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"720b05d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(137, 41, '_elementor_page_assets', 'a:0:{}'),
(140, 42, '_elementor_edit_mode', 'builder'),
(141, 42, '_elementor_template_type', 'wp-page'),
(142, 42, '_elementor_version', '3.15.1'),
(143, 42, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(144, 42, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/unnamed.png\",\"id\":9,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-4.png\",\"id\":19,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9b5ec\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"720b05d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(145, 42, '_elementor_page_assets', 'a:0:{}'),
(147, 43, '_elementor_edit_mode', 'builder'),
(148, 43, '_elementor_template_type', 'wp-page'),
(149, 43, '_elementor_version', '3.15.1'),
(150, 43, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(151, 43, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/unnamed.png\",\"id\":9,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-4.png\",\"id\":19,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9b5ec\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"720b05d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(152, 43, '_elementor_page_assets', 'a:0:{}'),
(154, 44, '_elementor_edit_mode', 'builder'),
(155, 44, '_elementor_template_type', 'wp-page'),
(156, 44, '_elementor_version', '3.15.1'),
(157, 44, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(158, 44, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/unnamed.png\",\"id\":9,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-4.png\",\"id\":19,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9b5ec\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"720b05d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(159, 44, '_elementor_page_assets', 'a:0:{}'),
(161, 45, '_elementor_edit_mode', 'builder'),
(162, 45, '_elementor_template_type', 'wp-page'),
(163, 45, '_elementor_version', '3.15.1'),
(164, 45, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(165, 45, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/unnamed.png\",\"id\":9,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-4.png\",\"id\":19,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9b5ec\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"720b05d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(166, 45, '_elementor_page_assets', 'a:0:{}'),
(167, 46, '_elementor_edit_mode', 'builder'),
(168, 46, '_elementor_template_type', 'wp-page'),
(169, 46, '_elementor_version', '3.15.1'),
(170, 46, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(171, 46, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/unnamed.png\",\"id\":9,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-4.png\",\"id\":19,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9b5ec\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"720b05d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(172, 46, '_elementor_page_assets', 'a:0:{}'),
(173, 47, '_elementor_edit_mode', 'builder'),
(174, 47, '_elementor_template_type', 'wp-page'),
(175, 47, '_elementor_version', '3.15.1'),
(176, 47, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(177, 47, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/unnamed.png\",\"id\":9,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-4.png\",\"id\":19,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(178, 47, '_elementor_page_assets', 'a:0:{}'),
(181, 49, '_elementor_edit_mode', 'builder'),
(182, 49, '_elementor_template_type', 'kit'),
(184, 6, '_wp_page_template', 'default'),
(185, 6, '_elementor_page_settings', 'a:1:{s:9:\"site_name\";s:13:\"Game Platform\";}'),
(195, 51, '_elementor_edit_mode', 'builder'),
(196, 51, '_elementor_template_type', 'wp-page'),
(197, 51, '_elementor_version', '3.15.1'),
(198, 51, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(199, 51, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/unnamed.png\",\"id\":9,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-4.png\",\"id\":19,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(200, 51, '_elementor_page_assets', 'a:0:{}'),
(201, 52, '_elementor_edit_mode', 'builder'),
(202, 52, '_elementor_template_type', 'wp-page'),
(203, 52, '_elementor_version', '3.15.1'),
(204, 52, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(205, 52, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/unnamed.png\",\"id\":9,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-4.png\",\"id\":19,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(206, 52, '_elementor_page_assets', 'a:0:{}'),
(207, 53, '_elementor_edit_mode', 'builder'),
(208, 53, '_elementor_template_type', 'wp-page'),
(209, 53, '_elementor_version', '3.15.1'),
(210, 53, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(211, 53, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/unnamed.png\",\"id\":9,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-4.png\",\"id\":19,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(212, 53, '_elementor_page_assets', 'a:0:{}'),
(216, 55, '_wp_attached_file', '2024/07/icon-256-1-1.png'),
(217, 55, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:256;s:6:\"height\";i:256;s:4:\"file\";s:24:\"2024/07/icon-256-1-1.png\";s:8:\"filesize\";i:177538;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"icon-256-1-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:52095;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(218, 56, '_elementor_edit_mode', 'builder'),
(219, 56, '_elementor_template_type', 'wp-page'),
(220, 56, '_elementor_version', '3.15.1'),
(221, 56, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(222, 56, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/unnamed.png\",\"id\":9,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-4.png\",\"id\":19,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(223, 56, '_elementor_page_assets', 'a:0:{}'),
(225, 57, '_elementor_edit_mode', 'builder'),
(226, 57, '_elementor_template_type', 'wp-page'),
(227, 57, '_elementor_version', '3.15.1'),
(228, 57, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(229, 57, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/unnamed.png\",\"id\":9,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-4.png\",\"id\":19,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(230, 57, '_elementor_page_assets', 'a:0:{}'),
(232, 58, '_elementor_edit_mode', 'builder'),
(233, 58, '_elementor_template_type', 'wp-page'),
(234, 58, '_elementor_version', '3.15.1'),
(235, 58, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(236, 58, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/unnamed.png\",\"id\":9,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(237, 58, '_elementor_page_assets', 'a:0:{}'),
(239, 59, '_elementor_edit_mode', 'builder'),
(240, 59, '_elementor_template_type', 'wp-page'),
(241, 59, '_elementor_version', '3.15.1'),
(242, 59, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(243, 59, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/unnamed.png\",\"id\":9,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(244, 59, '_elementor_page_assets', 'a:0:{}'),
(245, 60, '_elementor_edit_mode', 'builder'),
(246, 60, '_elementor_template_type', 'wp-page'),
(247, 60, '_elementor_version', '3.15.1'),
(248, 60, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(249, 60, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/unnamed.png\",\"id\":9,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(250, 60, '_elementor_page_assets', 'a:0:{}'),
(251, 61, '_elementor_edit_mode', 'builder'),
(252, 61, '_elementor_template_type', 'wp-page'),
(253, 61, '_elementor_version', '3.15.1'),
(254, 61, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(255, 61, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/unnamed.png\",\"id\":9,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(256, 61, '_elementor_page_assets', 'a:0:{}'),
(257, 62, '_elementor_edit_mode', 'builder'),
(258, 62, '_elementor_template_type', 'wp-page'),
(259, 62, '_elementor_version', '3.15.1'),
(260, 62, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(261, 62, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/unnamed.png\",\"id\":9,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(262, 62, '_elementor_page_assets', 'a:0:{}'),
(263, 63, '_elementor_edit_mode', 'builder'),
(264, 63, '_elementor_template_type', 'wp-page'),
(265, 63, '_elementor_version', '3.15.1'),
(266, 63, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(267, 63, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/unnamed.png\",\"id\":9,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(268, 63, '_elementor_page_assets', 'a:0:{}'),
(269, 64, '_elementor_edit_mode', 'builder'),
(270, 64, '_elementor_template_type', 'wp-page'),
(271, 64, '_elementor_version', '3.15.1'),
(272, 64, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(273, 64, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/unnamed.png\",\"id\":9,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(274, 64, '_elementor_page_assets', 'a:0:{}'),
(276, 65, '_edit_lock', '1722322686:1'),
(277, 68, '_edit_lock', '1722322894:1'),
(278, 70, '_edit_lock', '1722322904:1'),
(279, 72, '_elementor_edit_mode', 'builder'),
(280, 72, '_elementor_template_type', 'wp-page'),
(281, 72, '_elementor_version', '3.15.1'),
(282, 72, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(283, 72, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/unnamed.png\",\"id\":9,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(284, 72, '_elementor_page_assets', 'a:0:{}'),
(286, 73, '_elementor_edit_mode', 'builder'),
(287, 73, '_elementor_template_type', 'wp-page'),
(288, 73, '_elementor_version', '3.15.1'),
(289, 73, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(290, 73, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/unnamed.png\",\"id\":9,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(291, 73, '_elementor_page_assets', 'a:0:{}'),
(293, 74, '_elementor_edit_mode', 'builder'),
(294, 74, '_elementor_template_type', 'wp-page'),
(295, 74, '_elementor_version', '3.15.1'),
(296, 74, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(297, 74, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/unnamed.png\",\"id\":9,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#050505\"},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(298, 74, '_elementor_page_assets', 'a:0:{}'),
(300, 75, '_elementor_edit_mode', 'builder'),
(301, 75, '_elementor_template_type', 'wp-page'),
(302, 75, '_elementor_version', '3.15.1'),
(303, 75, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(304, 75, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/unnamed.png\",\"id\":9,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#050505\"},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(305, 75, '_elementor_page_assets', 'a:0:{}'),
(306, 76, '_elementor_edit_mode', 'builder'),
(307, 76, '_elementor_template_type', 'wp-page'),
(308, 76, '_elementor_version', '3.15.1'),
(309, 76, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(310, 76, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/unnamed.png\",\"id\":9,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#050505\"},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(311, 76, '_elementor_page_assets', 'a:0:{}'),
(312, 77, '_elementor_edit_mode', 'builder'),
(313, 77, '_elementor_template_type', 'wp-page'),
(314, 77, '_elementor_version', '3.15.1'),
(315, 77, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(316, 77, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/unnamed.png\",\"id\":9,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#050505\"},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}]},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(317, 77, '_elementor_page_assets', 'a:0:{}'),
(318, 78, '_elementor_edit_mode', 'builder'),
(319, 78, '_elementor_template_type', 'wp-page'),
(320, 78, '_elementor_version', '3.15.1'),
(321, 78, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(322, 78, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/unnamed.png\",\"id\":9,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#050505\"},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}]},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(323, 78, '_elementor_page_assets', 'a:0:{}'),
(324, 79, '_elementor_edit_mode', 'builder'),
(325, 79, '_elementor_template_type', 'wp-page'),
(326, 79, '_elementor_version', '3.15.1'),
(327, 79, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(328, 79, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/unnamed.png\",\"id\":9,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#050505\"},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}]},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(329, 79, '_elementor_page_assets', 'a:0:{}'),
(330, 80, '_elementor_edit_mode', 'builder'),
(331, 80, '_elementor_template_type', 'wp-page'),
(332, 80, '_elementor_version', '3.15.1'),
(333, 80, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(334, 80, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/unnamed.png\",\"id\":9,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#050505\"},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(335, 80, '_elementor_page_assets', 'a:0:{}'),
(336, 81, '_elementor_edit_mode', 'builder'),
(337, 81, '_elementor_template_type', 'wp-page'),
(338, 81, '_elementor_version', '3.15.1'),
(339, 81, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(340, 81, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/unnamed.png\",\"id\":9,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#050505\"},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(341, 81, '_elementor_page_assets', 'a:0:{}'),
(342, 82, '_elementor_edit_mode', 'builder'),
(343, 82, '_elementor_template_type', 'wp-page'),
(344, 82, '_elementor_version', '3.15.1'),
(345, 82, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(346, 82, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/unnamed.png\",\"id\":9,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#050505\"},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(347, 82, '_elementor_page_assets', 'a:0:{}'),
(348, 83, '_elementor_edit_mode', 'builder'),
(349, 83, '_elementor_template_type', 'wp-page'),
(350, 83, '_elementor_version', '3.15.1'),
(351, 83, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(352, 83, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/unnamed.png\",\"id\":9,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#050505\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(353, 83, '_elementor_page_assets', 'a:0:{}'),
(354, 84, '_elementor_edit_mode', 'builder'),
(355, 84, '_elementor_template_type', 'wp-page'),
(356, 84, '_elementor_version', '3.15.1'),
(357, 84, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(358, 84, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/unnamed.png\",\"id\":9,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#050505\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(359, 84, '_elementor_page_assets', 'a:0:{}'),
(360, 85, '_elementor_edit_mode', 'builder'),
(361, 85, '_elementor_template_type', 'wp-page'),
(362, 85, '_elementor_version', '3.15.1'),
(363, 85, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(364, 85, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/unnamed.png\",\"id\":9,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#050505\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(365, 85, '_elementor_page_assets', 'a:0:{}'),
(366, 86, '_elementor_edit_mode', 'builder'),
(367, 86, '_elementor_template_type', 'wp-page'),
(368, 86, '_elementor_version', '3.15.1'),
(369, 86, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(370, 86, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/unnamed.png\",\"id\":9,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(371, 86, '_elementor_page_assets', 'a:0:{}'),
(373, 87, '_wp_attached_file', '2024/07/1.png'),
(374, 87, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:13:\"2024/07/1.png\";s:8:\"filesize\";i:55520;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:40335;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17531;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(375, 88, '_elementor_edit_mode', 'builder'),
(376, 88, '_elementor_template_type', 'wp-page'),
(377, 88, '_elementor_version', '3.15.1'),
(378, 88, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(379, 88, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/unnamed.png\",\"id\":9,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(380, 88, '_elementor_page_assets', 'a:0:{}'),
(382, 89, '_elementor_edit_mode', 'builder'),
(383, 89, '_elementor_template_type', 'wp-page'),
(384, 89, '_elementor_version', '3.15.1'),
(385, 89, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(386, 89, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/unnamed.png\",\"id\":9,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(387, 89, '_elementor_page_assets', 'a:0:{}'),
(389, 90, '_elementor_edit_mode', 'builder'),
(390, 90, '_elementor_template_type', 'wp-page'),
(391, 90, '_elementor_version', '3.15.1'),
(392, 90, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(393, 90, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(394, 90, '_elementor_page_assets', 'a:0:{}'),
(397, 91, '_elementor_edit_mode', 'builder'),
(398, 91, '_elementor_template_type', 'wp-page'),
(399, 91, '_elementor_version', '3.15.1'),
(400, 91, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(401, 91, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(402, 91, '_elementor_page_assets', 'a:0:{}'),
(404, 92, '_elementor_edit_mode', 'builder'),
(405, 92, '_elementor_template_type', 'wp-page'),
(406, 92, '_elementor_version', '3.15.1'),
(407, 92, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(408, 92, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(409, 92, '_elementor_page_assets', 'a:0:{}'),
(411, 93, '_elementor_edit_mode', 'builder'),
(412, 93, '_elementor_template_type', 'wp-page'),
(413, 93, '_elementor_version', '3.15.1'),
(414, 93, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(415, 93, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b32d91\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n  window.googletag = window.googletag || {cmd: []};\\r\\n  googletag.cmd.push(function() {\\r\\n    googletag.defineSlot(\'\\/23197884379\\/7\', [[320, 50], [970, 90], [980, 90], [728, 90], [320, 100]], \'div-gpt-ad-1722319989227-0\').addService(googletag.pubads());\\r\\n    googletag.pubads().collapseEmptyDivs();\\r\\n    googletag.enableServices();\\r\\n  });\\r\\n<\\/script>\\r\\n<!-- \\/23197884379\\/7 -->\\r\\n<div id=\'div-gpt-ad-1722319989227-0\' style=\'min-width: 320px; min-height: 50px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722319989227-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1819844\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n  window.googletag = window.googletag || {cmd: []};\\r\\n  googletag.cmd.push(function() {\\r\\n    googletag.defineSlot(\'\\/23197884379\\/6\', [[320, 50], [320, 100], [728, 90], [970, 90], [980, 90]], \'div-gpt-ad-1722320035582-0\').addService(googletag.pubads());\\r\\n    googletag.pubads().collapseEmptyDivs();\\r\\n    googletag.enableServices();\\r\\n  });\\r\\n<\\/script>\\r\\n<!-- \\/23197884379\\/6 -->\\r\\n<div id=\'div-gpt-ad-1722320035582-0\' style=\'min-width: 320px; min-height: 50px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722320035582-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(416, 93, '_elementor_page_assets', 'a:0:{}'),
(419, 94, '_wpcode_auto_insert', '1'),
(420, 94, '_wpcode_auto_insert_number', '1'),
(421, 95, '_wpcode_auto_insert', '1'),
(422, 95, '_wpcode_library_id', '12'),
(423, 96, '_elementor_edit_mode', 'builder'),
(424, 96, '_elementor_template_type', 'wp-page'),
(425, 96, '_elementor_version', '3.15.1'),
(426, 96, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(427, 96, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b32d91\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n  window.googletag = window.googletag || {cmd: []};\\r\\n  googletag.cmd.push(function() {\\r\\n    googletag.defineSlot(\'\\/23197884379\\/7\', [[320, 50], [970, 90], [980, 90], [728, 90], [320, 100]], \'div-gpt-ad-1722319989227-0\').addService(googletag.pubads());\\r\\n    googletag.pubads().collapseEmptyDivs();\\r\\n    googletag.enableServices();\\r\\n  });\\r\\n<\\/script>\\r\\n<!-- \\/23197884379\\/7 -->\\r\\n<div id=\'div-gpt-ad-1722319989227-0\' style=\'min-width: 320px; min-height: 50px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722319989227-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1819844\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n  window.googletag = window.googletag || {cmd: []};\\r\\n  googletag.cmd.push(function() {\\r\\n    googletag.defineSlot(\'\\/23197884379\\/6\', [[320, 50], [320, 100], [728, 90], [970, 90], [980, 90]], \'div-gpt-ad-1722320035582-0\').addService(googletag.pubads());\\r\\n    googletag.pubads().collapseEmptyDivs();\\r\\n    googletag.enableServices();\\r\\n  });\\r\\n<\\/script>\\r\\n<!-- \\/23197884379\\/6 -->\\r\\n<div id=\'div-gpt-ad-1722320035582-0\' style=\'min-width: 320px; min-height: 50px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722320035582-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(428, 96, '_elementor_page_assets', 'a:0:{}'),
(430, 97, '_elementor_edit_mode', 'builder'),
(431, 97, '_elementor_template_type', 'wp-page'),
(432, 97, '_elementor_version', '3.15.1'),
(433, 97, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(434, 97, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b32d91\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n  window.googletag = window.googletag || {cmd: []};\\r\\n  googletag.cmd.push(function() {\\r\\n    googletag.defineSlot(\'\\/23197884379\\/7\', [[320, 50], [970, 90], [980, 90], [728, 90], [320, 100]], \'div-gpt-ad-1722319989227-0\').addService(googletag.pubads());\\r\\n    googletag.pubads().collapseEmptyDivs();\\r\\n    googletag.enableServices();\\r\\n  });\\r\\n<\\/script>\\r\\n<!-- \\/23197884379\\/7 -->\\r\\n<div id=\'div-gpt-ad-1722319989227-0\' style=\'min-width: 320px; min-height: 50px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722319989227-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1819844\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n  window.googletag = window.googletag || {cmd: []};\\r\\n  googletag.cmd.push(function() {\\r\\n    googletag.defineSlot(\'\\/23197884379\\/6\', [[320, 50], [320, 100], [728, 90], [970, 90], [980, 90]], \'div-gpt-ad-1722320035582-0\').addService(googletag.pubads());\\r\\n    googletag.pubads().collapseEmptyDivs();\\r\\n    googletag.enableServices();\\r\\n  });\\r\\n<\\/script>\\r\\n<!-- \\/23197884379\\/6 -->\\r\\n<div id=\'div-gpt-ad-1722320035582-0\' style=\'min-width: 320px; min-height: 50px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722320035582-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(435, 97, '_elementor_page_assets', 'a:0:{}'),
(437, 98, '_elementor_edit_mode', 'builder'),
(438, 98, '_elementor_template_type', 'wp-page'),
(439, 98, '_elementor_version', '3.15.1'),
(440, 98, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(441, 98, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b32d91\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n  window.googletag = window.googletag || {cmd: []};\\r\\n  googletag.cmd.push(function() {\\r\\n    googletag.defineSlot(\'\\/23197884379\\/7\', [[320, 50], [970, 90], [980, 90], [728, 90], [320, 100]], \'div-gpt-ad-1722319989227-0\').addService(googletag.pubads());\\r\\n    googletag.pubads().collapseEmptyDivs();\\r\\n    googletag.enableServices();\\r\\n  });\\r\\n<\\/script>\\r\\n<!-- \\/23197884379\\/7 -->\\r\\n<div id=\'div-gpt-ad-1722319989227-0\' style=\'min-width: 320px; min-height: 50px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722319989227-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\\r\\n\\r\\n<!-- Interstial start -->\\r\\n<center>\\r\\n<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n  window.googletag = window.googletag || {cmd: []};\\r\\n  var interstitialSlot;\\r\\n  googletag.cmd.push(function() {\\r\\n    interstitialSlot = googletag.defineOutOfPageSlot(\'\\/23197884379\\/4\', [300, 600], \'div-gpt-ad-1722319696896-0\'\', googletag.enums.OutOfPageFormat.INTERSTITIAL);\\r\\n    if (interstitialSlot) {\\r\\n          interstitialSlot.addService(googletag.pubads());\\r\\n          }\\r\\n    googletag.pubads().enableSingleRequest();\\r\\n    googletag.enableServices();\\r\\n  });\\r\\n<\\/script>\\r\\n<script>\\r\\n        googletag.cmd.push(function() {\\r\\n         googletag.display(interstitialSlot);\\r\\n        });\\r\\n    <\\/script>\\r\\n<!-- Interstial End -->\\r\\n\\r\\n<\\/center>\\r\\n\\r\\n<center>\\r\\n<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n      window.googletag = window.googletag || {cmd: []};\\r\\n\\r\\n      \\/\\/ GPT ad slots\\r\\n      var anchorSlot_2;\\r\\n\\r\\n      googletag.cmd.push(function() {\\r\\n        anchorSlot_2 = googletag.defineOutOfPageSlot(\'\\/23197884379\\/3\', [[728, 90], [320, 100], [320, 50], [970, 90], [980, 90]], \'div-gpt-ad-1722319493765-0\', googletag.enums.OutOfPageFormat.BOTTOM_ANCHOR);\\r\\n        anchorSlot_2.addService(googletag.pubads());\\r\\n\\r\\n         \\/\\/ Enable SRA and services.\\r\\n        googletag.pubads().enableSingleRequest();\\r\\n        googletag.enableServices();\\r\\n        googletag.display(anchorSlot_2);\\r\\n      });\\r\\n<\\/script>\\r\\n<\\/center>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1819844\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n  window.googletag = window.googletag || {cmd: []};\\r\\n  googletag.cmd.push(function() {\\r\\n    googletag.defineSlot(\'\\/23197884379\\/6\', [[320, 50], [320, 100], [728, 90], [970, 90], [980, 90]], \'div-gpt-ad-1722320035582-0\').addService(googletag.pubads());\\r\\n    googletag.pubads().collapseEmptyDivs();\\r\\n    googletag.enableServices();\\r\\n  });\\r\\n<\\/script>\\r\\n<!-- \\/23197884379\\/6 -->\\r\\n<div id=\'div-gpt-ad-1722320035582-0\' style=\'min-width: 320px; min-height: 50px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722320035582-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(442, 98, '_elementor_page_assets', 'a:0:{}'),
(445, 99, '_elementor_edit_mode', 'builder'),
(446, 99, '_elementor_template_type', 'wp-page'),
(447, 99, '_elementor_version', '3.15.1'),
(448, 99, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(449, 99, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b32d91\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n  window.googletag = window.googletag || {cmd: []};\\r\\n  googletag.cmd.push(function() {\\r\\n    googletag.defineSlot(\'\\/23197884379\\/7\', [[320, 50], [970, 90], [980, 90], [728, 90], [320, 100]], \'div-gpt-ad-1722319989227-0\').addService(googletag.pubads());\\r\\n    googletag.pubads().collapseEmptyDivs();\\r\\n    googletag.enableServices();\\r\\n  });\\r\\n<\\/script>\\r\\n<!-- \\/23197884379\\/7 -->\\r\\n<div id=\'div-gpt-ad-1722319989227-0\' style=\'min-width: 320px; min-height: 50px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722319989227-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\\r\\n\\r\\n<!-- Interstial start -->\\r\\n<center>\\r\\n<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n  window.googletag = window.googletag || {cmd: []};\\r\\n  var interstitialSlot;\\r\\n  googletag.cmd.push(function() {\\r\\n    interstitialSlot = googletag.defineOutOfPageSlot(\'\\/23197884379\\/4\', [300, 600], \'div-gpt-ad-1722319696896-0\'\', googletag.enums.OutOfPageFormat.INTERSTITIAL);\\r\\n    if (interstitialSlot) {\\r\\n          interstitialSlot.addService(googletag.pubads());\\r\\n          }\\r\\n    googletag.pubads().enableSingleRequest();\\r\\n    googletag.enableServices();\\r\\n  });\\r\\n<\\/script>\\r\\n<script>\\r\\n        googletag.cmd.push(function() {\\r\\n         googletag.display(interstitialSlot);\\r\\n        });\\r\\n    <\\/script>\\r\\n<!-- Interstial End -->\\r\\n\\r\\n<\\/center>\\r\\n\\r\\n<center>\\r\\n<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n      window.googletag = window.googletag || {cmd: []};\\r\\n\\r\\n      \\/\\/ GPT ad slots\\r\\n      var anchorSlot_2;\\r\\n\\r\\n      googletag.cmd.push(function() {\\r\\n        anchorSlot_2 = googletag.defineOutOfPageSlot(\'\\/23197884379\\/3\', [[728, 90], [320, 100], [320, 50], [970, 90], [980, 90]], \'div-gpt-ad-1722319493765-0\', googletag.enums.OutOfPageFormat.BOTTOM_ANCHOR);\\r\\n        anchorSlot_2.addService(googletag.pubads());\\r\\n\\r\\n         \\/\\/ Enable SRA and services.\\r\\n        googletag.pubads().enableSingleRequest();\\r\\n        googletag.enableServices();\\r\\n        googletag.display(anchorSlot_2);\\r\\n      });\\r\\n<\\/script>\\r\\n<\\/center>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1819844\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n  window.googletag = window.googletag || {cmd: []};\\r\\n  googletag.cmd.push(function() {\\r\\n    googletag.defineSlot(\'\\/23197884379\\/6\', [[320, 50], [320, 100], [728, 90], [970, 90], [980, 90]], \'div-gpt-ad-1722320035582-0\').addService(googletag.pubads());\\r\\n    googletag.pubads().collapseEmptyDivs();\\r\\n    googletag.enableServices();\\r\\n  });\\r\\n<\\/script>\\r\\n<!-- \\/23197884379\\/6 -->\\r\\n<div id=\'div-gpt-ad-1722320035582-0\' style=\'min-width: 320px; min-height: 50px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722320035582-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(450, 99, '_elementor_page_assets', 'a:0:{}'),
(452, 100, '_elementor_edit_mode', 'builder'),
(453, 100, '_elementor_template_type', 'wp-page'),
(454, 100, '_elementor_version', '3.15.1'),
(455, 100, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(456, 100, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b32d91\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n  window.googletag = window.googletag || {cmd: []};\\r\\n  googletag.cmd.push(function() {\\r\\n    googletag.defineSlot(\'\\/23197884379\\/7\', [[320, 50], [970, 90], [980, 90], [728, 90], [320, 100]], \'div-gpt-ad-1722319989227-0\').addService(googletag.pubads());\\r\\n    googletag.pubads().collapseEmptyDivs();\\r\\n    googletag.enableServices();\\r\\n  });\\r\\n<\\/script>\\r\\n<!-- \\/23197884379\\/7 -->\\r\\n<div id=\'div-gpt-ad-1722319989227-0\' style=\'min-width: 320px; min-height: 50px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722319989227-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\\r\\n\\r\\n<!-- Interstial start -->\\r\\n<center>\\r\\n<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n  window.googletag = window.googletag || {cmd: []};\\r\\n  var interstitialSlot;\\r\\n  googletag.cmd.push(function() {\\r\\n    interstitialSlot = googletag.defineOutOfPageSlot(\'\\/23197884379\\/4\', [300, 600], \'div-gpt-ad-1722319696896-0\'\', googletag.enums.OutOfPageFormat.INTERSTITIAL);\\r\\n    if (interstitialSlot) {\\r\\n          interstitialSlot.addService(googletag.pubads());\\r\\n          }\\r\\n    googletag.pubads().enableSingleRequest();\\r\\n    googletag.enableServices();\\r\\n  });\\r\\n<\\/script>\\r\\n<script>\\r\\n        googletag.cmd.push(function() {\\r\\n         googletag.display(interstitialSlot);\\r\\n        });\\r\\n    <\\/script>\\r\\n<!-- Interstial End -->\\r\\n\\r\\n<\\/center>\\r\\n\\r\\n<center>\\r\\n<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n      window.googletag = window.googletag || {cmd: []};\\r\\n\\r\\n      \\/\\/ GPT ad slots\\r\\n      var anchorSlot_2;\\r\\n\\r\\n      googletag.cmd.push(function() {\\r\\n        anchorSlot_2 = googletag.defineOutOfPageSlot(\'\\/23197884379\\/3\', [[728, 90], [320, 100], [320, 50], [970, 90], [980, 90]], \'div-gpt-ad-1722319493765-0\', googletag.enums.OutOfPageFormat.BOTTOM_ANCHOR);\\r\\n        anchorSlot_2.addService(googletag.pubads());\\r\\n\\r\\n         \\/\\/ Enable SRA and services.\\r\\n        googletag.pubads().enableSingleRequest();\\r\\n        googletag.enableServices();\\r\\n        googletag.display(anchorSlot_2);\\r\\n      });\\r\\n<\\/script>\\r\\n<\\/center>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1819844\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n  window.googletag = window.googletag || {cmd: []};\\r\\n  googletag.cmd.push(function() {\\r\\n    googletag.defineSlot(\'\\/23197884379\\/6\', [[320, 50], [320, 100], [728, 90], [970, 90], [980, 90]], \'div-gpt-ad-1722320035582-0\').addService(googletag.pubads());\\r\\n    googletag.pubads().collapseEmptyDivs();\\r\\n    googletag.enableServices();\\r\\n  });\\r\\n<\\/script>\\r\\n<!-- \\/23197884379\\/6 -->\\r\\n<div id=\'div-gpt-ad-1722320035582-0\' style=\'min-width: 320px; min-height: 50px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722320035582-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(457, 100, '_elementor_page_assets', 'a:0:{}'),
(459, 101, '_elementor_edit_mode', 'builder'),
(460, 101, '_elementor_template_type', 'wp-page'),
(461, 101, '_elementor_version', '3.15.1'),
(462, 101, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(463, 101, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b32d91\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n  window.googletag = window.googletag || {cmd: []};\\r\\n  googletag.cmd.push(function() {\\r\\n    googletag.defineSlot(\'\\/23197884379\\/7\', [[320, 50], [970, 90], [980, 90], [728, 90], [320, 100]], \'div-gpt-ad-1722319989227-0\').addService(googletag.pubads());\\r\\n    googletag.pubads().collapseEmptyDivs();\\r\\n    googletag.enableServices();\\r\\n  });\\r\\n<\\/script>\\r\\n<!-- \\/23197884379\\/7 -->\\r\\n<div id=\'div-gpt-ad-1722319989227-0\' style=\'min-width: 320px; min-height: 50px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722319989227-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\\r\\n\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1819844\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n  window.googletag = window.googletag || {cmd: []};\\r\\n  googletag.cmd.push(function() {\\r\\n    googletag.defineSlot(\'\\/23197884379\\/6\', [[320, 50], [320, 100], [728, 90], [970, 90], [980, 90]], \'div-gpt-ad-1722320035582-0\').addService(googletag.pubads());\\r\\n    googletag.pubads().collapseEmptyDivs();\\r\\n    googletag.enableServices();\\r\\n  });\\r\\n<\\/script>\\r\\n<!-- \\/23197884379\\/6 -->\\r\\n<div id=\'div-gpt-ad-1722320035582-0\' style=\'min-width: 320px; min-height: 50px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722320035582-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(464, 101, '_elementor_page_assets', 'a:0:{}'),
(467, 102, '_elementor_edit_mode', 'builder'),
(468, 102, '_elementor_template_type', 'wp-page'),
(469, 102, '_elementor_version', '3.15.1'),
(470, 102, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(471, 102, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b32d91\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n  window.googletag = window.googletag || {cmd: []};\\r\\n  googletag.cmd.push(function() {\\r\\n    googletag.defineSlot(\'\\/23197884379\\/7\', [[320, 50], [970, 90], [980, 90], [728, 90], [320, 100]], \'div-gpt-ad-1722319989227-0\').addService(googletag.pubads());\\r\\n    googletag.pubads().collapseEmptyDivs();\\r\\n    googletag.enableServices();\\r\\n  });\\r\\n<\\/script>\\r\\n<!-- \\/23197884379\\/7 -->\\r\\n<div id=\'div-gpt-ad-1722319989227-0\' style=\'min-width: 320px; min-height: 50px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722319989227-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\\r\\n\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1819844\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n  window.googletag = window.googletag || {cmd: []};\\r\\n  googletag.cmd.push(function() {\\r\\n    googletag.defineSlot(\'\\/23197884379\\/6\', [[320, 50], [320, 100], [728, 90], [970, 90], [980, 90]], \'div-gpt-ad-1722320035582-0\').addService(googletag.pubads());\\r\\n    googletag.pubads().collapseEmptyDivs();\\r\\n    googletag.enableServices();\\r\\n  });\\r\\n<\\/script>\\r\\n<!-- \\/23197884379\\/6 -->\\r\\n<div id=\'div-gpt-ad-1722320035582-0\' style=\'min-width: 320px; min-height: 50px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722320035582-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(472, 102, '_elementor_page_assets', 'a:0:{}'),
(474, 103, '_elementor_edit_mode', 'builder'),
(475, 103, '_elementor_template_type', 'wp-page'),
(476, 103, '_elementor_version', '3.15.1'),
(477, 103, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(478, 103, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b32d91\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n  window.googletag = window.googletag || {cmd: []};\\r\\n  googletag.cmd.push(function() {\\r\\n    googletag.defineSlot(\'\\/23197884379\\/7\', [[320, 50], [970, 90], [980, 90], [728, 90], [320, 100]], \'div-gpt-ad-1722319989227-0\').addService(googletag.pubads());\\r\\n    googletag.pubads().collapseEmptyDivs();\\r\\n    googletag.enableServices();\\r\\n  });\\r\\n<\\/script>\\r\\n<!-- \\/23197884379\\/7 -->\\r\\n<div id=\'div-gpt-ad-1722319989227-0\' style=\'min-width: 320px; min-height: 50px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722319989227-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\\r\\n\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1819844\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n  window.googletag = window.googletag || {cmd: []};\\r\\n  googletag.cmd.push(function() {\\r\\n    googletag.defineSlot(\'\\/23197884379\\/6\', [[320, 50], [320, 100], [728, 90], [970, 90], [980, 90]], \'div-gpt-ad-1722320035582-0\').addService(googletag.pubads());\\r\\n    googletag.pubads().collapseEmptyDivs();\\r\\n    googletag.enableServices();\\r\\n  });\\r\\n<\\/script>\\r\\n<!-- \\/23197884379\\/6 -->\\r\\n<div id=\'div-gpt-ad-1722320035582-0\' style=\'min-width: 320px; min-height: 50px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722320035582-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(479, 103, '_elementor_page_assets', 'a:0:{}'),
(481, 104, '_elementor_edit_mode', 'builder'),
(482, 104, '_elementor_template_type', 'wp-page'),
(483, 104, '_elementor_version', '3.15.1'),
(484, 104, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(485, 104, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b32d91\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<!-- \\/23197884379\\/7 -->\\r\\n<div id=\'div-gpt-ad-1722319989227-0\' style=\'min-width: 320px; min-height: 50px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722319989227-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\\r\\n\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1819844\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n  window.googletag = window.googletag || {cmd: []};\\r\\n  googletag.cmd.push(function() {\\r\\n    googletag.defineSlot(\'\\/23197884379\\/6\', [[320, 50], [320, 100], [728, 90], [970, 90], [980, 90]], \'div-gpt-ad-1722320035582-0\').addService(googletag.pubads());\\r\\n    googletag.pubads().collapseEmptyDivs();\\r\\n    googletag.enableServices();\\r\\n  });\\r\\n<\\/script>\\r\\n<!-- \\/23197884379\\/6 -->\\r\\n<div id=\'div-gpt-ad-1722320035582-0\' style=\'min-width: 320px; min-height: 50px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722320035582-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(486, 104, '_elementor_page_assets', 'a:0:{}'),
(488, 105, '_elementor_edit_mode', 'builder'),
(489, 105, '_elementor_template_type', 'wp-page'),
(490, 105, '_elementor_version', '3.15.1'),
(491, 105, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(492, 105, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b32d91\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<!-- \\/23197884379\\/7 -->\\r\\n<div id=\'div-gpt-ad-1722319989227-0\' style=\'min-width: 320px; min-height: 50px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722319989227-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\\r\\n\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1819844\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n  window.googletag = window.googletag || {cmd: []};\\r\\n  googletag.cmd.push(function() {\\r\\n    googletag.defineSlot(\'\\/23197884379\\/6\', [[320, 50], [320, 100], [728, 90], [970, 90], [980, 90]], \'div-gpt-ad-1722320035582-0\').addService(googletag.pubads());\\r\\n    googletag.pubads().collapseEmptyDivs();\\r\\n    googletag.enableServices();\\r\\n  });\\r\\n<\\/script>\\r\\n<!-- \\/23197884379\\/6 -->\\r\\n<div id=\'div-gpt-ad-1722320035582-0\' style=\'min-width: 320px; min-height: 50px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722320035582-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(493, 105, '_elementor_page_assets', 'a:0:{}'),
(494, 106, '_elementor_edit_mode', 'builder'),
(495, 106, '_elementor_template_type', 'wp-page'),
(496, 106, '_elementor_version', '3.15.1'),
(497, 106, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(498, 106, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b32d91\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<!-- \\/23197884379\\/7 -->\\r\\n<div id=\'div-gpt-ad-1722319989227-0\' style=\'min-width: 320px; min-height: 50px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722319989227-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\\r\\n\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1819844\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n  window.googletag = window.googletag || {cmd: []};\\r\\n  googletag.cmd.push(function() {\\r\\n    googletag.defineSlot(\'\\/23197884379\\/6\', [[320, 50], [320, 100], [728, 90], [970, 90], [980, 90]], \'div-gpt-ad-1722320035582-0\').addService(googletag.pubads());\\r\\n    googletag.pubads().collapseEmptyDivs();\\r\\n    googletag.enableServices();\\r\\n  });\\r\\n<\\/script>\\r\\n<!-- \\/23197884379\\/6 -->\\r\\n<div id=\'div-gpt-ad-1722320035582-0\' style=\'min-width: 320px; min-height: 50px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722320035582-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(499, 106, '_elementor_page_assets', 'a:0:{}'),
(500, 107, '_elementor_edit_mode', 'builder'),
(501, 107, '_elementor_template_type', 'wp-page'),
(502, 107, '_elementor_version', '3.15.1'),
(503, 107, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(504, 107, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b32d91\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<!-- \\/23197884379\\/7 -->\\r\\n<div id=\'div-gpt-ad-1722319989227-0\' style=\'min-width: 320px; min-height: 50px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722319989227-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\\r\\n\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1819844\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n\\r\\n<!-- \\/23197884379\\/6 -->\\r\\n<div id=\'div-gpt-ad-1722320035582-0\' style=\'min-width: 320px; min-height: 50px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722320035582-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(505, 107, '_elementor_page_assets', 'a:0:{}'),
(507, 108, '_elementor_edit_mode', 'builder'),
(508, 108, '_elementor_template_type', 'wp-page'),
(509, 108, '_elementor_version', '3.15.1'),
(510, 108, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(511, 108, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b32d91\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<!-- \\/23197884379\\/7 -->\\r\\n<div id=\'div-gpt-ad-1722319989227-0\' style=\'min-width: 320px; min-height: 50px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722319989227-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\\r\\n\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1819844\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n\\r\\n<!-- \\/23197884379\\/6 -->\\r\\n<div id=\'div-gpt-ad-1722320035582-0\' style=\'min-width: 320px; min-height: 50px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722320035582-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(512, 108, '_elementor_page_assets', 'a:0:{}'),
(514, 109, '_elementor_edit_mode', 'builder'),
(515, 109, '_elementor_template_type', 'wp-page'),
(516, 109, '_elementor_version', '3.15.1'),
(517, 109, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(518, 109, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b32d91\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<!-- \\/23197884379\\/7 -->\\r\\n<div id=\'div-gpt-ad-1722319989227-0\' style=\'min-width: 320px; min-height: 50px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722319989227-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\\r\\n\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1819844\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n\\r\\n<!-- \\/23197884379\\/6 -->\\r\\n<div id=\'div-gpt-ad-1722320035582-0\' style=\'min-width: 320px; min-height: 50px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722320035582-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(519, 109, '_elementor_page_assets', 'a:0:{}'),
(521, 110, '_elementor_edit_mode', 'builder'),
(522, 110, '_elementor_template_type', 'wp-page'),
(523, 110, '_elementor_version', '3.15.1'),
(524, 110, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(525, 110, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\",\"link\":{\"url\":\"#gamescroll\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\",\"_element_id\":\"gamescroll\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b32d91\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<!-- \\/23197884379\\/7 -->\\r\\n<div id=\'div-gpt-ad-1722319989227-0\' style=\'min-width: 320px; min-height: 50px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722319989227-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\\r\\n\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1819844\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n\\r\\n<!-- \\/23197884379\\/6 -->\\r\\n<div id=\'div-gpt-ad-1722320035582-0\' style=\'min-width: 320px; min-height: 50px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722320035582-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(526, 110, '_elementor_page_assets', 'a:0:{}'),
(529, 111, '_elementor_edit_mode', 'builder'),
(530, 111, '_elementor_template_type', 'wp-page'),
(531, 111, '_elementor_version', '3.15.1'),
(532, 111, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(533, 111, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\",\"link\":{\"url\":\"#gamescroll\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\",\"_element_id\":\"gamescroll\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b32d91\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<!-- \\/23197884379\\/7 -->\\r\\n<div id=\'div-gpt-ad-1722319989227-0\' style=\'min-width: 320px; min-height: 50px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722319989227-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\\r\\n\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1819844\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n\\r\\n<!-- \\/23197884379\\/6 -->\\r\\n<div id=\'div-gpt-ad-1722320035582-0\' style=\'min-width: 320px; min-height: 50px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722320035582-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(534, 111, '_elementor_page_assets', 'a:0:{}'),
(536, 112, '_elementor_edit_mode', 'builder'),
(537, 112, '_elementor_template_type', 'wp-page'),
(538, 112, '_elementor_version', '3.15.1'),
(539, 112, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(540, 112, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\",\"link\":{\"url\":\"#gamescroll\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\",\"_element_id\":\"gamescroll\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b32d91\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<!-- \\/23197884379\\/7 -->\\r\\n<div id=\'div-gpt-ad-1722319989227-0\' style=\'min-width: 320px; min-height: 50px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722319989227-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\\r\\n\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1819844\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n\\r\\n<!-- \\/23197884379\\/6 -->\\r\\n<div id=\'div-gpt-ad-1722320035582-0\' style=\'min-width: 320px; min-height: 50px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722320035582-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(541, 112, '_elementor_page_assets', 'a:0:{}'),
(543, 113, '_elementor_edit_mode', 'builder'),
(544, 113, '_elementor_template_type', 'wp-page'),
(545, 113, '_elementor_version', '3.15.1'),
(546, 113, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(547, 113, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\",\"link\":{\"url\":\"#gamescroll\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\",\"_element_id\":\"gamescroll\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b32d91\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/6 -->\\n<div id=\'div-gpt-ad-1722509254788-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509254788-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1819844\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n\\r\\n<!-- \\/23197884379\\/6 -->\\r\\n<div id=\'div-gpt-ad-1722320035582-0\' style=\'min-width: 320px; min-height: 50px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722320035582-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(548, 113, '_elementor_page_assets', 'a:0:{}'),
(550, 114, '_elementor_edit_mode', 'builder'),
(551, 114, '_elementor_template_type', 'wp-page'),
(552, 114, '_elementor_version', '3.15.1'),
(553, 114, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(554, 114, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\",\"link\":{\"url\":\"#gamescroll\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\",\"_element_id\":\"gamescroll\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b32d91\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/6 -->\\n<div id=\'div-gpt-ad-1722509254788-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509254788-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1819844\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n\\r\\n<!-- \\/23197884379\\/6 -->\\r\\n<div id=\'div-gpt-ad-1722320035582-0\' style=\'min-width: 320px; min-height: 50px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722320035582-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(555, 114, '_elementor_page_assets', 'a:0:{}'),
(556, 115, '_elementor_edit_mode', 'builder'),
(557, 115, '_elementor_template_type', 'wp-page'),
(558, 115, '_elementor_version', '3.15.1'),
(559, 115, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(560, 115, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\",\"link\":{\"url\":\"#gamescroll\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\",\"_element_id\":\"gamescroll\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b32d91\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/6 -->\\n<div id=\'div-gpt-ad-1722509254788-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509254788-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1819844\",\"elType\":\"widget\",\"settings\":{\"html\":\"\\r\\n<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n\\r\\n<!-- \\/23197884379\\/6 -->\\r\\n<div id=\'div-gpt-ad-1722320035582-0\' style=\'min-width: 320px; min-height: 50px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722320035582-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(561, 115, '_elementor_page_assets', 'a:0:{}'),
(562, 116, '_elementor_edit_mode', 'builder'),
(563, 116, '_elementor_template_type', 'wp-page'),
(564, 116, '_elementor_version', '3.15.1'),
(565, 116, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(566, 116, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\",\"link\":{\"url\":\"#gamescroll\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\",\"_element_id\":\"gamescroll\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b32d91\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/6 -->\\n<div id=\'div-gpt-ad-1722509254788-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509254788-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1819844\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(567, 116, '_elementor_page_assets', 'a:0:{}'),
(569, 117, '_elementor_edit_mode', 'builder'),
(570, 117, '_elementor_template_type', 'wp-page'),
(571, 117, '_elementor_version', '3.15.1'),
(572, 117, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(573, 117, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\",\"link\":{\"url\":\"#gamescroll\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\",\"_element_id\":\"gamescroll\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b32d91\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/6 -->\\n<div id=\'div-gpt-ad-1722509254788-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509254788-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1819844\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(574, 117, '_elementor_page_assets', 'a:0:{}'),
(576, 118, '_elementor_edit_mode', 'builder'),
(577, 118, '_elementor_template_type', 'wp-page'),
(578, 118, '_elementor_version', '3.15.1'),
(579, 118, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(580, 118, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\",\"link\":{\"url\":\"#gamescroll\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\",\"_element_id\":\"gamescroll\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b32d91\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/6 -->\\n<div id=\'div-gpt-ad-1722509254788-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509254788-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1819844\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(581, 118, '_elementor_page_assets', 'a:0:{}'),
(583, 119, '_elementor_edit_mode', 'builder'),
(584, 119, '_elementor_template_type', 'wp-page'),
(585, 119, '_elementor_version', '3.15.1'),
(586, 119, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(587, 119, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\",\"link\":{\"url\":\"#gamescroll\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d86408\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1f35e02\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb59ac0\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n  window.googletag = window.googletag || {cmd: []};\\r\\n  googletag.cmd.push(function() {\\r\\n    googletag.defineSlot(\'\\/23197884379\\/1\', [250, 250], \'div-gpt-ad-1722319012812-0\').addService(googletag.pubads());\\r\\n    googletag.pubads().collapseEmptyDivs();\\r\\n    googletag.enableServices();\\r\\n  });\\r\\n<\\/script>\\r\\n<!-- \\/23197884379\\/1 -->\\r\\n<div id=\'div-gpt-ad-1722319012812-0\' style=\'min-width: 250px; min-height: 250px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722319012812-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\",\"_element_id\":\"gamescroll\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b32d91\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/6 -->\\n<div id=\'div-gpt-ad-1722509254788-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509254788-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1819844\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(588, 119, '_elementor_page_assets', 'a:0:{}'),
(599, 121, '_wp_attached_file', '2024/08/unnamed.webp'),
(600, 121, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:240;s:6:\"height\";i:240;s:4:\"file\";s:20:\"2024/08/unnamed.webp\";s:8:\"filesize\";i:10910;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"unnamed-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5214;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(601, 122, '_wp_attached_file', '2024/08/images.jpeg'),
(602, 122, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:225;s:6:\"height\";i:225;s:4:\"file\";s:19:\"2024/08/images.jpeg\";s:8:\"filesize\";i:10922;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"images-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6765;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(603, 123, '_wp_attached_file', '2024/08/images-1.jpeg'),
(604, 123, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:225;s:6:\"height\";i:225;s:4:\"file\";s:21:\"2024/08/images-1.jpeg\";s:8:\"filesize\";i:5041;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"images-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4755;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(605, 124, '_wp_attached_file', '2024/08/images.png'),
(606, 124, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:225;s:6:\"height\";i:225;s:4:\"file\";s:18:\"2024/08/images.png\";s:8:\"filesize\";i:4231;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"images-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8085;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(607, 125, '_wp_attached_file', '2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png'),
(608, 125, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:56:\"2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\";s:8:\"filesize\";i:1018410;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:56:\"de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:161055;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:56:\"de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:46635;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(609, 126, '_wp_attached_file', '2024/08/images-2.jpeg'),
(610, 126, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:225;s:6:\"height\";i:225;s:4:\"file\";s:21:\"2024/08/images-2.jpeg\";s:8:\"filesize\";i:13043;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"images-2-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7496;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(611, 127, '_wp_attached_file', '2024/08/icon.jpg'),
(612, 127, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:16:\"2024/08/icon.jpg\";s:8:\"filesize\";i:130523;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"icon-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17592;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"icon-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7648;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(613, 128, '_wp_attached_file', '2024/08/images-3.jpeg'),
(614, 128, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:225;s:6:\"height\";i:225;s:4:\"file\";s:21:\"2024/08/images-3.jpeg\";s:8:\"filesize\";i:11412;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"images-3-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6710;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(615, 129, '_elementor_edit_mode', 'builder'),
(616, 129, '_elementor_template_type', 'wp-page'),
(617, 129, '_elementor_version', '3.15.1'),
(618, 129, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(619, 129, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\",\"link\":{\"url\":\"#gamescroll\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d86408\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1f35e02\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb59ac0\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n  window.googletag = window.googletag || {cmd: []};\\r\\n  googletag.cmd.push(function() {\\r\\n    googletag.defineSlot(\'\\/23197884379\\/1\', [250, 250], \'div-gpt-ad-1722319012812-0\').addService(googletag.pubads());\\r\\n    googletag.pubads().collapseEmptyDivs();\\r\\n    googletag.enableServices();\\r\\n  });\\r\\n<\\/script>\\r\\n<!-- \\/23197884379\\/1 -->\\r\\n<div id=\'div-gpt-ad-1722319012812-0\' style=\'min-width: 250px; min-height: 250px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722319012812-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\",\"_element_id\":\"gamescroll\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b32d91\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/6 -->\\n<div id=\'div-gpt-ad-1722509254788-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509254788-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1819844\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(620, 129, '_elementor_page_assets', 'a:0:{}'),
(621, 130, '_elementor_edit_mode', 'builder'),
(622, 130, '_elementor_template_type', 'wp-page'),
(623, 130, '_elementor_version', '3.15.1'),
(624, 130, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(625, 130, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\",\"link\":{\"url\":\"#gamescroll\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d86408\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1f35e02\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb59ac0\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n  window.googletag = window.googletag || {cmd: []};\\r\\n  googletag.cmd.push(function() {\\r\\n    googletag.defineSlot(\'\\/23197884379\\/1\', [250, 250], \'div-gpt-ad-1722319012812-0\').addService(googletag.pubads());\\r\\n    googletag.pubads().collapseEmptyDivs();\\r\\n    googletag.enableServices();\\r\\n  });\\r\\n<\\/script>\\r\\n<!-- \\/23197884379\\/1 -->\\r\\n<div id=\'div-gpt-ad-1722319012812-0\' style=\'min-width: 250px; min-height: 250px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722319012812-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\",\"_element_id\":\"gamescroll\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b32d91\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/6 -->\\n<div id=\'div-gpt-ad-1722509254788-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509254788-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1819844\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(626, 130, '_elementor_page_assets', 'a:0:{}'),
(627, 131, '_elementor_edit_mode', 'builder'),
(628, 131, '_elementor_template_type', 'wp-page'),
(629, 131, '_elementor_version', '3.15.1'),
(630, 131, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(631, 131, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\",\"link\":{\"url\":\"#gamescroll\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d86408\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1f35e02\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb59ac0\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n  window.googletag = window.googletag || {cmd: []};\\r\\n  googletag.cmd.push(function() {\\r\\n    googletag.defineSlot(\'\\/23197884379\\/1\', [250, 250], \'div-gpt-ad-1722319012812-0\').addService(googletag.pubads());\\r\\n    googletag.pubads().collapseEmptyDivs();\\r\\n    googletag.enableServices();\\r\\n  });\\r\\n<\\/script>\\r\\n<!-- \\/23197884379\\/1 -->\\r\\n<div id=\'div-gpt-ad-1722319012812-0\' style=\'min-width: 250px; min-height: 250px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722319012812-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\",\"_element_id\":\"gamescroll\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b32d91\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/6 -->\\n<div id=\'div-gpt-ad-1722509254788-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509254788-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1819844\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6e5da39\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"57bbcba\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c4158df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d3c3308\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"d731bf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0179fc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8936eb7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30135eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f9cad88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a46f2ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3da2e8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"18e2170\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ac6a9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"089b42e\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"8acf6af\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"0663dd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f0bfcef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed.webp\",\"id\":121,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3dd25d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Air Battle Mission \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3e4701e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fba511f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.jpeg\",\"id\":122,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b0c61ee\",\"elType\":\"widget\",\"settings\":{\"title\":\"Adventurous Boy Run\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2ccca8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"53f0099\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.jpeg\",\"id\":123,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36c15a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"2048\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dff0197\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"ab8a1a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.png\",\"id\":124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e81965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bottle Climbing\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8c416c4\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff3fae1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"826c6fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\",\"id\":125,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"490c566\",\"elType\":\"widget\",\"settings\":{\"title\":\"Be Millionaire\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30a7a1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"791aba0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-2.jpeg\",\"id\":126,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f847e96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Out\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"26a3b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"a2ea20f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/icon.jpg\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a93c085\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balloon Pop\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a5eb85d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fbf6905\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-3.jpeg\",\"id\":128,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"03bcf8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Bouncer Wall\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(632, 131, '_elementor_page_assets', 'a:0:{}'),
(634, 132, '_wp_attached_file', '2024/08/images-1.png'),
(635, 132, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:218;s:6:\"height\";i:231;s:4:\"file\";s:20:\"2024/08/images-1.png\";s:8:\"filesize\";i:4364;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"images-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8869;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(636, 133, '_wp_attached_file', '2024/08/images-4.jpeg'),
(637, 133, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:225;s:6:\"height\";i:225;s:4:\"file\";s:21:\"2024/08/images-4.jpeg\";s:8:\"filesize\";i:13094;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"images-4-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7435;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(638, 134, '_wp_attached_file', '2024/08/unnamed-1.webp'),
(639, 134, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:240;s:6:\"height\";i:240;s:4:\"file\";s:22:\"2024/08/unnamed-1.webp\";s:8:\"filesize\";i:14194;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"unnamed-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7598;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(640, 135, '_wp_attached_file', '2024/08/original-7cc245b57edebe517809dc42486888c4.png'),
(641, 135, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:400;s:6:\"height\";i:300;s:4:\"file\";s:53:\"2024/08/original-7cc245b57edebe517809dc42486888c4.png\";s:8:\"filesize\";i:187069;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:53:\"original-7cc245b57edebe517809dc42486888c4-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:122838;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:53:\"original-7cc245b57edebe517809dc42486888c4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:49040;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(642, 136, '_wp_attached_file', '2024/08/alienonearth.png'),
(643, 136, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:24:\"2024/08/alienonearth.png\";s:8:\"filesize\";i:45306;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"alienonearth-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:120723;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"alienonearth-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:35193;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(644, 137, '_elementor_edit_mode', 'builder'),
(645, 137, '_elementor_template_type', 'wp-page'),
(646, 137, '_elementor_version', '3.15.1'),
(647, 137, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(648, 137, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\",\"link\":{\"url\":\"#gamescroll\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d86408\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1f35e02\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb59ac0\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n  window.googletag = window.googletag || {cmd: []};\\r\\n  googletag.cmd.push(function() {\\r\\n    googletag.defineSlot(\'\\/23197884379\\/1\', [250, 250], \'div-gpt-ad-1722319012812-0\').addService(googletag.pubads());\\r\\n    googletag.pubads().collapseEmptyDivs();\\r\\n    googletag.enableServices();\\r\\n  });\\r\\n<\\/script>\\r\\n<!-- \\/23197884379\\/1 -->\\r\\n<div id=\'div-gpt-ad-1722319012812-0\' style=\'min-width: 250px; min-height: 250px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722319012812-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\",\"_element_id\":\"gamescroll\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b32d91\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/6 -->\\n<div id=\'div-gpt-ad-1722509254788-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509254788-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1819844\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6e5da39\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"57bbcba\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c4158df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d3c3308\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"d731bf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0179fc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8936eb7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30135eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f9cad88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a46f2ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3da2e8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"18e2170\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ac6a9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"089b42e\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"8acf6af\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"0663dd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f0bfcef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed.webp\",\"id\":121,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3dd25d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Air Battle Mission \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3e4701e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fba511f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.jpeg\",\"id\":122,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b0c61ee\",\"elType\":\"widget\",\"settings\":{\"title\":\"Adventurous Boy Run\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2ccca8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"53f0099\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.jpeg\",\"id\":123,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36c15a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"2048\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dff0197\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"ab8a1a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.png\",\"id\":124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e81965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bottle Climbing\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8c416c4\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff3fae1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"826c6fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\",\"id\":125,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"490c566\",\"elType\":\"widget\",\"settings\":{\"title\":\"Be Millionaire\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30a7a1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"791aba0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-2.jpeg\",\"id\":126,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f847e96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Out\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"26a3b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"a2ea20f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/icon.jpg\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a93c085\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balloon Pop\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a5eb85d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fbf6905\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-3.jpeg\",\"id\":128,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"03bcf8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Bouncer Wall\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(649, 137, '_elementor_page_assets', 'a:0:{}'),
(651, 138, '_elementor_edit_mode', 'builder'),
(652, 138, '_elementor_template_type', 'wp-page'),
(653, 138, '_elementor_version', '3.15.1'),
(654, 138, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(655, 138, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\",\"link\":{\"url\":\"#gamescroll\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d86408\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1f35e02\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb59ac0\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n  window.googletag = window.googletag || {cmd: []};\\r\\n  googletag.cmd.push(function() {\\r\\n    googletag.defineSlot(\'\\/23197884379\\/1\', [250, 250], \'div-gpt-ad-1722319012812-0\').addService(googletag.pubads());\\r\\n    googletag.pubads().collapseEmptyDivs();\\r\\n    googletag.enableServices();\\r\\n  });\\r\\n<\\/script>\\r\\n<!-- \\/23197884379\\/1 -->\\r\\n<div id=\'div-gpt-ad-1722319012812-0\' style=\'min-width: 250px; min-height: 250px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722319012812-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\",\"_element_id\":\"gamescroll\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b32d91\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/6 -->\\n<div id=\'div-gpt-ad-1722509254788-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509254788-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1819844\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6e5da39\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"57bbcba\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c4158df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d3c3308\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"d731bf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0179fc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8936eb7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30135eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f9cad88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a46f2ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3da2e8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"18e2170\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ac6a9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"089b42e\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"8acf6af\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"0663dd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f0bfcef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed.webp\",\"id\":121,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3dd25d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Air Battle Mission \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3e4701e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fba511f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.jpeg\",\"id\":122,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b0c61ee\",\"elType\":\"widget\",\"settings\":{\"title\":\"Adventurous Boy Run\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2ccca8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"53f0099\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.jpeg\",\"id\":123,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36c15a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"2048\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dff0197\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"ab8a1a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.png\",\"id\":124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e81965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bottle Climbing\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8c416c4\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff3fae1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"826c6fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\",\"id\":125,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"490c566\",\"elType\":\"widget\",\"settings\":{\"title\":\"Be Millionaire\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30a7a1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"791aba0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-2.jpeg\",\"id\":126,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f847e96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Out\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"26a3b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"a2ea20f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/icon.jpg\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a93c085\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balloon Pop\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a5eb85d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fbf6905\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-3.jpeg\",\"id\":128,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"03bcf8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Bouncer Wall\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(656, 138, '_elementor_page_assets', 'a:0:{}'),
(658, 139, '_elementor_edit_mode', 'builder'),
(659, 139, '_elementor_template_type', 'wp-page'),
(660, 139, '_elementor_version', '3.15.1'),
(661, 139, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(662, 139, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\",\"link\":{\"url\":\"#gamescroll\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d86408\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1f35e02\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb59ac0\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n  window.googletag = window.googletag || {cmd: []};\\r\\n  googletag.cmd.push(function() {\\r\\n    googletag.defineSlot(\'\\/23197884379\\/1\', [250, 250], \'div-gpt-ad-1722319012812-0\').addService(googletag.pubads());\\r\\n    googletag.pubads().collapseEmptyDivs();\\r\\n    googletag.enableServices();\\r\\n  });\\r\\n<\\/script>\\r\\n<!-- \\/23197884379\\/1 -->\\r\\n<div id=\'div-gpt-ad-1722319012812-0\' style=\'min-width: 250px; min-height: 250px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722319012812-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\",\"_element_id\":\"gamescroll\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b32d91\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/6 -->\\n<div id=\'div-gpt-ad-1722509254788-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509254788-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1819844\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6e5da39\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"57bbcba\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c4158df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d3c3308\",\"elType\":\"widget\",\"settings\":{\"title\":\"Arrow Patching\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"d731bf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0179fc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-4.jpeg\",\"id\":133,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8936eb7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Animal and Star\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30135eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f9cad88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-1.webp\",\"id\":134,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a46f2ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Angry Bubble\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3da2e8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"18e2170\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/alienonearth.png\",\"id\":136,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ac6a9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Alien On Earth\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"089b42e\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"8acf6af\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"0663dd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f0bfcef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed.webp\",\"id\":121,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3dd25d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Air Battle Mission \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3e4701e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fba511f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.jpeg\",\"id\":122,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b0c61ee\",\"elType\":\"widget\",\"settings\":{\"title\":\"Adventurous Boy Run\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2ccca8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"53f0099\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.jpeg\",\"id\":123,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36c15a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"2048\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dff0197\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"ab8a1a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.png\",\"id\":124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e81965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bottle Climbing\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8c416c4\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff3fae1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"826c6fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\",\"id\":125,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"490c566\",\"elType\":\"widget\",\"settings\":{\"title\":\"Be Millionaire\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30a7a1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"791aba0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-2.jpeg\",\"id\":126,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f847e96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Out\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"26a3b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"a2ea20f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/icon.jpg\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a93c085\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balloon Pop\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a5eb85d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fbf6905\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-3.jpeg\",\"id\":128,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"03bcf8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Bouncer Wall\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(663, 139, '_elementor_page_assets', 'a:0:{}'),
(666, 140, '_elementor_edit_mode', 'builder'),
(667, 140, '_elementor_template_type', 'wp-page'),
(668, 140, '_elementor_version', '3.15.1'),
(669, 140, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(670, 140, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\",\"link\":{\"url\":\"#gamescroll\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d86408\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1f35e02\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb59ac0\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n  window.googletag = window.googletag || {cmd: []};\\r\\n  googletag.cmd.push(function() {\\r\\n    googletag.defineSlot(\'\\/23197884379\\/1\', [250, 250], \'div-gpt-ad-1722319012812-0\').addService(googletag.pubads());\\r\\n    googletag.pubads().collapseEmptyDivs();\\r\\n    googletag.enableServices();\\r\\n  });\\r\\n<\\/script>\\r\\n<!-- \\/23197884379\\/1 -->\\r\\n<div id=\'div-gpt-ad-1722319012812-0\' style=\'min-width: 250px; min-height: 250px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722319012812-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\",\"_element_id\":\"gamescroll\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b32d91\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/6 -->\\n<div id=\'div-gpt-ad-1722509254788-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509254788-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1819844\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6e5da39\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"57bbcba\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c4158df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d3c3308\",\"elType\":\"widget\",\"settings\":{\"title\":\"Arrow Patching\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"d731bf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0179fc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-4.jpeg\",\"id\":133,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8936eb7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Animal and Star\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30135eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f9cad88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-1.webp\",\"id\":134,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a46f2ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Angry Bubble\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3da2e8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"18e2170\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/alienonearth.png\",\"id\":136,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ac6a9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Alien On Earth\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"089b42e\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"8acf6af\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"0663dd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f0bfcef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed.webp\",\"id\":121,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3dd25d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Air Battle Mission \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3e4701e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fba511f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.jpeg\",\"id\":122,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b0c61ee\",\"elType\":\"widget\",\"settings\":{\"title\":\"Adventurous Boy Run\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2ccca8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"53f0099\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.jpeg\",\"id\":123,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36c15a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"2048\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dff0197\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"ab8a1a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.png\",\"id\":124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e81965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bottle Climbing\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8c416c4\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff3fae1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"826c6fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\",\"id\":125,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"490c566\",\"elType\":\"widget\",\"settings\":{\"title\":\"Be Millionaire\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30a7a1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"791aba0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-2.jpeg\",\"id\":126,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f847e96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Out\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"26a3b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"a2ea20f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/icon.jpg\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a93c085\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balloon Pop\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a5eb85d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fbf6905\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-3.jpeg\",\"id\":128,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"03bcf8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Bouncer Wall\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(671, 140, '_elementor_page_assets', 'a:0:{}'),
(673, 141, '_elementor_edit_mode', 'builder'),
(674, 141, '_elementor_template_type', 'wp-page'),
(675, 141, '_elementor_version', '3.15.1'),
(676, 141, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(677, 141, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\",\"link\":{\"url\":\"#gamescroll\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d86408\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1f35e02\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb59ac0\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n  window.googletag = window.googletag || {cmd: []};\\r\\n  googletag.cmd.push(function() {\\r\\n    googletag.defineSlot(\'\\/23197884379\\/1\', [250, 250], \'div-gpt-ad-1722319012812-0\').addService(googletag.pubads());\\r\\n    googletag.pubads().collapseEmptyDivs();\\r\\n    googletag.enableServices();\\r\\n  });\\r\\n<\\/script>\\r\\n<!-- \\/23197884379\\/1 -->\\r\\n<div id=\'div-gpt-ad-1722319012812-0\' style=\'min-width: 250px; min-height: 250px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722319012812-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\",\"_element_id\":\"gamescroll\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b32d91\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/6 -->\\n<div id=\'div-gpt-ad-1722509254788-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509254788-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1819844\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6e5da39\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"57bbcba\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c4158df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d3c3308\",\"elType\":\"widget\",\"settings\":{\"title\":\"Arrow Patching\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"d731bf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0179fc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-4.jpeg\",\"id\":133,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8936eb7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Animal and Star\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30135eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f9cad88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-1.webp\",\"id\":134,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a46f2ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Angry Bubble\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3da2e8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"18e2170\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/alienonearth.png\",\"id\":136,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ac6a9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Alien On Earth\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"089b42e\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"8acf6af\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"0663dd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f0bfcef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed.webp\",\"id\":121,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3dd25d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Air Battle Mission \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3e4701e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fba511f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.jpeg\",\"id\":122,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b0c61ee\",\"elType\":\"widget\",\"settings\":{\"title\":\"Adventurous Boy Run\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2ccca8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"53f0099\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.jpeg\",\"id\":123,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36c15a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"2048\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dff0197\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"ab8a1a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.png\",\"id\":124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e81965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bottle Climbing\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8c416c4\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff3fae1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"826c6fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\",\"id\":125,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"490c566\",\"elType\":\"widget\",\"settings\":{\"title\":\"Be Millionaire\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30a7a1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"791aba0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-2.jpeg\",\"id\":126,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f847e96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Out\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"26a3b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"a2ea20f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/icon.jpg\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a93c085\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balloon Pop\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a5eb85d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fbf6905\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-3.jpeg\",\"id\":128,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"03bcf8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Bouncer Wall\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(678, 141, '_elementor_page_assets', 'a:0:{}'),
(680, 142, '_elementor_edit_mode', 'builder'),
(681, 142, '_elementor_template_type', 'wp-page'),
(682, 142, '_elementor_version', '3.15.1'),
(683, 142, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(684, 142, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\",\"link\":{\"url\":\"#gamescroll\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d86408\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1f35e02\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb59ac0\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n  window.googletag = window.googletag || {cmd: []};\\r\\n  googletag.cmd.push(function() {\\r\\n    googletag.defineSlot(\'\\/23197884379\\/1\', [250, 250], \'div-gpt-ad-1722319012812-0\').addService(googletag.pubads());\\r\\n    googletag.pubads().collapseEmptyDivs();\\r\\n    googletag.enableServices();\\r\\n  });\\r\\n<\\/script>\\r\\n<!-- \\/23197884379\\/1 -->\\r\\n<div id=\'div-gpt-ad-1722319012812-0\' style=\'min-width: 250px; min-height: 250px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722319012812-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\",\"_element_id\":\"gamescroll\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b32d91\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/6 -->\\n<div id=\'div-gpt-ad-1722509254788-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509254788-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1819844\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6e5da39\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"57bbcba\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c4158df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d3c3308\",\"elType\":\"widget\",\"settings\":{\"title\":\"Arrow Patching\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"d731bf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0179fc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-4.jpeg\",\"id\":133,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8936eb7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Animal and Star\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30135eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f9cad88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-1.webp\",\"id\":134,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a46f2ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Angry Bubble\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3da2e8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"18e2170\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/alienonearth.png\",\"id\":136,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ac6a9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Alien On Earth\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"089b42e\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"8acf6af\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"0663dd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f0bfcef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed.webp\",\"id\":121,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3dd25d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Air Battle Mission \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3e4701e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fba511f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.jpeg\",\"id\":122,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b0c61ee\",\"elType\":\"widget\",\"settings\":{\"title\":\"Adventurous Boy Run\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2ccca8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"53f0099\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.jpeg\",\"id\":123,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2048\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36c15a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"2048\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dff0197\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"ab8a1a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.png\",\"id\":124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e81965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bottle Climbing\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8c416c4\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff3fae1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"826c6fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\",\"id\":125,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"490c566\",\"elType\":\"widget\",\"settings\":{\"title\":\"Be Millionaire\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30a7a1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"791aba0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-2.jpeg\",\"id\":126,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f847e96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Out\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"26a3b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"a2ea20f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/icon.jpg\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a93c085\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balloon Pop\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a5eb85d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fbf6905\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-3.jpeg\",\"id\":128,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"03bcf8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Bouncer Wall\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(685, 142, '_elementor_page_assets', 'a:0:{}'),
(687, 143, '_elementor_edit_mode', 'builder'),
(688, 143, '_elementor_template_type', 'wp-page'),
(689, 143, '_elementor_version', '3.15.1'),
(690, 143, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(691, 143, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\",\"link\":{\"url\":\"#gamescroll\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d86408\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1f35e02\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb59ac0\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n  window.googletag = window.googletag || {cmd: []};\\r\\n  googletag.cmd.push(function() {\\r\\n    googletag.defineSlot(\'\\/23197884379\\/1\', [250, 250], \'div-gpt-ad-1722319012812-0\').addService(googletag.pubads());\\r\\n    googletag.pubads().collapseEmptyDivs();\\r\\n    googletag.enableServices();\\r\\n  });\\r\\n<\\/script>\\r\\n<!-- \\/23197884379\\/1 -->\\r\\n<div id=\'div-gpt-ad-1722319012812-0\' style=\'min-width: 250px; min-height: 250px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722319012812-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\",\"_element_id\":\"gamescroll\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b32d91\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/6 -->\\n<div id=\'div-gpt-ad-1722509254788-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509254788-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1819844\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6e5da39\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"57bbcba\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c4158df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d3c3308\",\"elType\":\"widget\",\"settings\":{\"title\":\"Arrow Patching\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"d731bf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0179fc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-4.jpeg\",\"id\":133,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8936eb7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Animal and Star\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30135eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f9cad88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-1.webp\",\"id\":134,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a46f2ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Angry Bubble\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3da2e8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"18e2170\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/alienonearth.png\",\"id\":136,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ac6a9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Alien On Earth\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"089b42e\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"8acf6af\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"0663dd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f0bfcef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed.webp\",\"id\":121,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3dd25d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Air Battle Mission \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3e4701e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fba511f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.jpeg\",\"id\":122,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b0c61ee\",\"elType\":\"widget\",\"settings\":{\"title\":\"Adventurous Boy Run\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2ccca8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"53f0099\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.jpeg\",\"id\":123,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2048\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36c15a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"2048\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dff0197\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"ab8a1a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.png\",\"id\":124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e81965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bottle Climbing\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8c416c4\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff3fae1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"826c6fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\",\"id\":125,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"490c566\",\"elType\":\"widget\",\"settings\":{\"title\":\"Be Millionaire\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30a7a1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"791aba0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-2.jpeg\",\"id\":126,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f847e96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Out\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"26a3b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"a2ea20f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/icon.jpg\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a93c085\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balloon Pop\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a5eb85d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fbf6905\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-3.jpeg\",\"id\":128,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"03bcf8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Bouncer Wall\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(692, 143, '_elementor_page_assets', 'a:0:{}'),
(693, 144, '_elementor_edit_mode', 'builder'),
(694, 144, '_elementor_template_type', 'wp-page'),
(695, 144, '_elementor_version', '3.15.1'),
(696, 144, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(697, 144, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\",\"link\":{\"url\":\"#gamescroll\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d86408\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1f35e02\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb59ac0\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n  window.googletag = window.googletag || {cmd: []};\\r\\n  googletag.cmd.push(function() {\\r\\n    googletag.defineSlot(\'\\/23197884379\\/1\', [250, 250], \'div-gpt-ad-1722319012812-0\').addService(googletag.pubads());\\r\\n    googletag.pubads().collapseEmptyDivs();\\r\\n    googletag.enableServices();\\r\\n  });\\r\\n<\\/script>\\r\\n<!-- \\/23197884379\\/1 -->\\r\\n<div id=\'div-gpt-ad-1722319012812-0\' style=\'min-width: 250px; min-height: 250px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722319012812-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\",\"_element_id\":\"gamescroll\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b32d91\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/6 -->\\n<div id=\'div-gpt-ad-1722509254788-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509254788-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1819844\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6e5da39\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"57bbcba\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c4158df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d3c3308\",\"elType\":\"widget\",\"settings\":{\"title\":\"Arrow Patching\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"d731bf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0179fc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-4.jpeg\",\"id\":133,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8936eb7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Animal and Star\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30135eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f9cad88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-1.webp\",\"id\":134,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a46f2ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Angry Bubble\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3da2e8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"18e2170\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/alienonearth.png\",\"id\":136,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ac6a9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Alien On Earth\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"089b42e\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"8acf6af\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"0663dd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f0bfcef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed.webp\",\"id\":121,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3dd25d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Air Battle Mission \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3e4701e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fba511f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.jpeg\",\"id\":122,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b0c61ee\",\"elType\":\"widget\",\"settings\":{\"title\":\"Adventurous Boy Run\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2ccca8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"53f0099\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.jpeg\",\"id\":123,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2048\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36c15a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"2048\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dff0197\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"ab8a1a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.png\",\"id\":124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e81965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bottle Climbing\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8c416c4\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff3fae1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"826c6fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\",\"id\":125,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"490c566\",\"elType\":\"widget\",\"settings\":{\"title\":\"Be Millionaire\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30a7a1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"791aba0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-2.jpeg\",\"id\":126,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f847e96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Out\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"26a3b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"a2ea20f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/icon.jpg\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a93c085\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balloon Pop\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a5eb85d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fbf6905\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-3.jpeg\",\"id\":128,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"03bcf8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Bouncer Wall\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(698, 144, '_elementor_page_assets', 'a:0:{}'),
(699, 145, '_elementor_edit_mode', 'builder'),
(700, 145, '_elementor_template_type', 'wp-page'),
(701, 145, '_elementor_version', '3.15.1'),
(702, 145, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(703, 145, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\",\"link\":{\"url\":\"#gamescroll\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d86408\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1f35e02\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb59ac0\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n  window.googletag = window.googletag || {cmd: []};\\r\\n  googletag.cmd.push(function() {\\r\\n    googletag.defineSlot(\'\\/23197884379\\/1\', [250, 250], \'div-gpt-ad-1722319012812-0\').addService(googletag.pubads());\\r\\n    googletag.pubads().collapseEmptyDivs();\\r\\n    googletag.enableServices();\\r\\n  });\\r\\n<\\/script>\\r\\n<!-- \\/23197884379\\/1 -->\\r\\n<div id=\'div-gpt-ad-1722319012812-0\' style=\'min-width: 250px; min-height: 250px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722319012812-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\",\"_element_id\":\"gamescroll\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b32d91\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/6 -->\\n<div id=\'div-gpt-ad-1722509254788-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509254788-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1819844\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6e5da39\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"57bbcba\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c4158df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/arrowpatching\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d3c3308\",\"elType\":\"widget\",\"settings\":{\"title\":\"Arrow Patching\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"d731bf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0179fc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-4.jpeg\",\"id\":133,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8936eb7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Animal and Star\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30135eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f9cad88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-1.webp\",\"id\":134,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a46f2ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Angry Bubble\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3da2e8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"18e2170\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/alienonearth.png\",\"id\":136,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ac6a9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Alien On Earth\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"089b42e\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"8acf6af\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"0663dd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f0bfcef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed.webp\",\"id\":121,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3dd25d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Air Battle Mission \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3e4701e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fba511f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.jpeg\",\"id\":122,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b0c61ee\",\"elType\":\"widget\",\"settings\":{\"title\":\"Adventurous Boy Run\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2ccca8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"53f0099\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.jpeg\",\"id\":123,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2048\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36c15a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"2048\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dff0197\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"ab8a1a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.png\",\"id\":124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e81965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bottle Climbing\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8c416c4\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff3fae1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"826c6fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\",\"id\":125,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"490c566\",\"elType\":\"widget\",\"settings\":{\"title\":\"Be Millionaire\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30a7a1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"791aba0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-2.jpeg\",\"id\":126,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f847e96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Out\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"26a3b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"a2ea20f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/icon.jpg\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a93c085\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balloon Pop\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a5eb85d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fbf6905\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-3.jpeg\",\"id\":128,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"03bcf8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Bouncer Wall\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(704, 145, '_elementor_page_assets', 'a:0:{}'),
(705, 146, '_elementor_edit_mode', 'builder'),
(706, 146, '_elementor_template_type', 'wp-page'),
(707, 146, '_elementor_version', '3.15.1'),
(708, 146, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(709, 146, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\",\"link\":{\"url\":\"#gamescroll\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d86408\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1f35e02\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb59ac0\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n  window.googletag = window.googletag || {cmd: []};\\r\\n  googletag.cmd.push(function() {\\r\\n    googletag.defineSlot(\'\\/23197884379\\/1\', [250, 250], \'div-gpt-ad-1722319012812-0\').addService(googletag.pubads());\\r\\n    googletag.pubads().collapseEmptyDivs();\\r\\n    googletag.enableServices();\\r\\n  });\\r\\n<\\/script>\\r\\n<!-- \\/23197884379\\/1 -->\\r\\n<div id=\'div-gpt-ad-1722319012812-0\' style=\'min-width: 250px; min-height: 250px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722319012812-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\",\"_element_id\":\"gamescroll\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b32d91\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/6 -->\\n<div id=\'div-gpt-ad-1722509254788-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509254788-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1819844\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6e5da39\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"57bbcba\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c4158df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/arrowpatching\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d3c3308\",\"elType\":\"widget\",\"settings\":{\"title\":\"Arrow Patching\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"d731bf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0179fc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-4.jpeg\",\"id\":133,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8936eb7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Animal and Star\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30135eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f9cad88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-1.webp\",\"id\":134,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a46f2ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Angry Bubble\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3da2e8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"18e2170\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/alienonearth.png\",\"id\":136,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ac6a9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Alien On Earth\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"089b42e\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"8acf6af\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"0663dd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f0bfcef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed.webp\",\"id\":121,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3dd25d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Air Battle Mission \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3e4701e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fba511f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.jpeg\",\"id\":122,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b0c61ee\",\"elType\":\"widget\",\"settings\":{\"title\":\"Adventurous Boy Run\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2ccca8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"53f0099\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.jpeg\",\"id\":123,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2048\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36c15a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"2048\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dff0197\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"ab8a1a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.png\",\"id\":124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e81965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bottle Climbing\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8c416c4\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff3fae1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"826c6fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\",\"id\":125,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"490c566\",\"elType\":\"widget\",\"settings\":{\"title\":\"Be Millionaire\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30a7a1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"791aba0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-2.jpeg\",\"id\":126,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f847e96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Out\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"26a3b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"a2ea20f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/icon.jpg\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a93c085\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balloon Pop\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a5eb85d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fbf6905\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-3.jpeg\",\"id\":128,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"03bcf8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Bouncer Wall\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(710, 146, '_elementor_page_assets', 'a:0:{}'),
(711, 147, '_elementor_edit_mode', 'builder'),
(712, 147, '_elementor_template_type', 'wp-page'),
(713, 147, '_elementor_version', '3.15.1'),
(714, 147, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(715, 147, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\",\"link\":{\"url\":\"#gamescroll\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d86408\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1f35e02\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb59ac0\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n  window.googletag = window.googletag || {cmd: []};\\r\\n  googletag.cmd.push(function() {\\r\\n    googletag.defineSlot(\'\\/23197884379\\/1\', [250, 250], \'div-gpt-ad-1722319012812-0\').addService(googletag.pubads());\\r\\n    googletag.pubads().collapseEmptyDivs();\\r\\n    googletag.enableServices();\\r\\n  });\\r\\n<\\/script>\\r\\n<!-- \\/23197884379\\/1 -->\\r\\n<div id=\'div-gpt-ad-1722319012812-0\' style=\'min-width: 250px; min-height: 250px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722319012812-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\",\"_element_id\":\"gamescroll\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b32d91\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/6 -->\\n<div id=\'div-gpt-ad-1722509254788-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509254788-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1819844\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6e5da39\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"57bbcba\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c4158df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/arrowpatching\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d3c3308\",\"elType\":\"widget\",\"settings\":{\"title\":\"Arrow Patching\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"d731bf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0179fc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-4.jpeg\",\"id\":133,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8936eb7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Animal and Star\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30135eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f9cad88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-1.webp\",\"id\":134,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a46f2ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Angry Bubble\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3da2e8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"18e2170\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/alienonearth.png\",\"id\":136,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ac6a9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Alien On Earth\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"089b42e\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"8acf6af\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"0663dd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f0bfcef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed.webp\",\"id\":121,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3dd25d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Air Battle Mission \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3e4701e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fba511f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.jpeg\",\"id\":122,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b0c61ee\",\"elType\":\"widget\",\"settings\":{\"title\":\"Adventurous Boy Run\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2ccca8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"53f0099\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.jpeg\",\"id\":123,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2048\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36c15a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"2048\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dff0197\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"ab8a1a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.png\",\"id\":124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e81965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bottle Climbing\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8c416c4\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff3fae1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"826c6fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\",\"id\":125,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"490c566\",\"elType\":\"widget\",\"settings\":{\"title\":\"Be Millionaire\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30a7a1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"791aba0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-2.jpeg\",\"id\":126,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f847e96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Out\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"26a3b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"a2ea20f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/icon.jpg\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a93c085\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balloon Pop\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a5eb85d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fbf6905\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-3.jpeg\",\"id\":128,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"03bcf8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Bouncer Wall\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(716, 147, '_elementor_page_assets', 'a:0:{}'),
(717, 148, '_elementor_edit_mode', 'builder'),
(718, 148, '_elementor_template_type', 'wp-page'),
(719, 148, '_elementor_version', '3.15.1'),
(720, 148, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(721, 148, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\",\"link\":{\"url\":\"#gamescroll\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d86408\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1f35e02\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb59ac0\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n  window.googletag = window.googletag || {cmd: []};\\r\\n  googletag.cmd.push(function() {\\r\\n    googletag.defineSlot(\'\\/23197884379\\/1\', [250, 250], \'div-gpt-ad-1722319012812-0\').addService(googletag.pubads());\\r\\n    googletag.pubads().collapseEmptyDivs();\\r\\n    googletag.enableServices();\\r\\n  });\\r\\n<\\/script>\\r\\n<!-- \\/23197884379\\/1 -->\\r\\n<div id=\'div-gpt-ad-1722319012812-0\' style=\'min-width: 250px; min-height: 250px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722319012812-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\",\"_element_id\":\"gamescroll\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b32d91\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/6 -->\\n<div id=\'div-gpt-ad-1722509254788-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509254788-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1819844\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6e5da39\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"57bbcba\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c4158df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/arrowpatching\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d3c3308\",\"elType\":\"widget\",\"settings\":{\"title\":\"Arrow Patching\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"d731bf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0179fc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-4.jpeg\",\"id\":133,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/animalandstar\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8936eb7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Animal and Star\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30135eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f9cad88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-1.webp\",\"id\":134,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a46f2ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Angry Bubble\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3da2e8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"18e2170\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/alienonearth.png\",\"id\":136,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ac6a9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Alien On Earth\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"089b42e\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"8acf6af\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"0663dd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f0bfcef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed.webp\",\"id\":121,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3dd25d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Air Battle Mission \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3e4701e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fba511f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.jpeg\",\"id\":122,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b0c61ee\",\"elType\":\"widget\",\"settings\":{\"title\":\"Adventurous Boy Run\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2ccca8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"53f0099\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.jpeg\",\"id\":123,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2048\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36c15a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"2048\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dff0197\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"ab8a1a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.png\",\"id\":124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e81965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bottle Climbing\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8c416c4\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff3fae1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"826c6fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\",\"id\":125,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"490c566\",\"elType\":\"widget\",\"settings\":{\"title\":\"Be Millionaire\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30a7a1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"791aba0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-2.jpeg\",\"id\":126,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f847e96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Out\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"26a3b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"a2ea20f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/icon.jpg\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a93c085\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balloon Pop\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a5eb85d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fbf6905\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-3.jpeg\",\"id\":128,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"03bcf8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Bouncer Wall\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(722, 148, '_elementor_page_assets', 'a:0:{}'),
(723, 149, '_elementor_edit_mode', 'builder'),
(724, 149, '_elementor_template_type', 'wp-page'),
(725, 149, '_elementor_version', '3.15.1'),
(726, 149, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(727, 149, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\",\"link\":{\"url\":\"#gamescroll\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d86408\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1f35e02\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb59ac0\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n  window.googletag = window.googletag || {cmd: []};\\r\\n  googletag.cmd.push(function() {\\r\\n    googletag.defineSlot(\'\\/23197884379\\/1\', [250, 250], \'div-gpt-ad-1722319012812-0\').addService(googletag.pubads());\\r\\n    googletag.pubads().collapseEmptyDivs();\\r\\n    googletag.enableServices();\\r\\n  });\\r\\n<\\/script>\\r\\n<!-- \\/23197884379\\/1 -->\\r\\n<div id=\'div-gpt-ad-1722319012812-0\' style=\'min-width: 250px; min-height: 250px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722319012812-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\",\"_element_id\":\"gamescroll\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b32d91\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/6 -->\\n<div id=\'div-gpt-ad-1722509254788-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509254788-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1819844\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6e5da39\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"57bbcba\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c4158df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/arrowpatching\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d3c3308\",\"elType\":\"widget\",\"settings\":{\"title\":\"Arrow Patching\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"d731bf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0179fc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-4.jpeg\",\"id\":133,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/animalandstar\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8936eb7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Animal and Star\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30135eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f9cad88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-1.webp\",\"id\":134,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a46f2ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Angry Bubble\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3da2e8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"18e2170\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/alienonearth.png\",\"id\":136,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ac6a9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Alien On Earth\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"089b42e\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"8acf6af\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"0663dd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f0bfcef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed.webp\",\"id\":121,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3dd25d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Air Battle Mission \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3e4701e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fba511f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.jpeg\",\"id\":122,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b0c61ee\",\"elType\":\"widget\",\"settings\":{\"title\":\"Adventurous Boy Run\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2ccca8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"53f0099\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.jpeg\",\"id\":123,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2048\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36c15a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"2048\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dff0197\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"ab8a1a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.png\",\"id\":124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e81965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bottle Climbing\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8c416c4\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff3fae1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"826c6fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\",\"id\":125,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"490c566\",\"elType\":\"widget\",\"settings\":{\"title\":\"Be Millionaire\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30a7a1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"791aba0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-2.jpeg\",\"id\":126,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f847e96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Out\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"26a3b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"a2ea20f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/icon.jpg\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a93c085\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balloon Pop\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a5eb85d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fbf6905\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-3.jpeg\",\"id\":128,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"03bcf8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Bouncer Wall\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(728, 149, '_elementor_page_assets', 'a:0:{}'),
(729, 150, '_elementor_edit_mode', 'builder'),
(730, 150, '_elementor_template_type', 'wp-page'),
(731, 150, '_elementor_version', '3.15.1'),
(732, 150, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(733, 150, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\",\"link\":{\"url\":\"#gamescroll\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d86408\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1f35e02\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb59ac0\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n  window.googletag = window.googletag || {cmd: []};\\r\\n  googletag.cmd.push(function() {\\r\\n    googletag.defineSlot(\'\\/23197884379\\/1\', [250, 250], \'div-gpt-ad-1722319012812-0\').addService(googletag.pubads());\\r\\n    googletag.pubads().collapseEmptyDivs();\\r\\n    googletag.enableServices();\\r\\n  });\\r\\n<\\/script>\\r\\n<!-- \\/23197884379\\/1 -->\\r\\n<div id=\'div-gpt-ad-1722319012812-0\' style=\'min-width: 250px; min-height: 250px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722319012812-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\",\"_element_id\":\"gamescroll\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b32d91\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/6 -->\\n<div id=\'div-gpt-ad-1722509254788-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509254788-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1819844\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6e5da39\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"57bbcba\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c4158df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/arrowpatching\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d3c3308\",\"elType\":\"widget\",\"settings\":{\"title\":\"Arrow Patching\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"d731bf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0179fc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-4.jpeg\",\"id\":133,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/animalandstar\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8936eb7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Animal and Star\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30135eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f9cad88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-1.webp\",\"id\":134,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a46f2ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Angry Bubble\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3da2e8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"18e2170\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/alienonearth.png\",\"id\":136,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ac6a9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Alien On Earth\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"089b42e\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"8acf6af\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"0663dd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f0bfcef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed.webp\",\"id\":121,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3dd25d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Air Battle Mission \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3e4701e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fba511f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.jpeg\",\"id\":122,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b0c61ee\",\"elType\":\"widget\",\"settings\":{\"title\":\"Adventurous Boy Run\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2ccca8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"53f0099\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.jpeg\",\"id\":123,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2048\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36c15a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"2048\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dff0197\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"ab8a1a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.png\",\"id\":124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e81965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bottle Climbing\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8c416c4\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff3fae1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"826c6fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\",\"id\":125,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"490c566\",\"elType\":\"widget\",\"settings\":{\"title\":\"Be Millionaire\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30a7a1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"791aba0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-2.jpeg\",\"id\":126,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f847e96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Out\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"26a3b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"a2ea20f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/icon.jpg\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a93c085\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balloon Pop\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a5eb85d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fbf6905\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-3.jpeg\",\"id\":128,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"03bcf8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Bouncer Wall\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(734, 150, '_elementor_page_assets', 'a:0:{}'),
(735, 151, '_elementor_edit_mode', 'builder'),
(736, 151, '_elementor_template_type', 'wp-page'),
(737, 151, '_elementor_version', '3.15.1'),
(738, 151, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(739, 151, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\",\"link\":{\"url\":\"#gamescroll\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d86408\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1f35e02\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb59ac0\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n  window.googletag = window.googletag || {cmd: []};\\r\\n  googletag.cmd.push(function() {\\r\\n    googletag.defineSlot(\'\\/23197884379\\/1\', [250, 250], \'div-gpt-ad-1722319012812-0\').addService(googletag.pubads());\\r\\n    googletag.pubads().collapseEmptyDivs();\\r\\n    googletag.enableServices();\\r\\n  });\\r\\n<\\/script>\\r\\n<!-- \\/23197884379\\/1 -->\\r\\n<div id=\'div-gpt-ad-1722319012812-0\' style=\'min-width: 250px; min-height: 250px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722319012812-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\",\"_element_id\":\"gamescroll\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b32d91\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/6 -->\\n<div id=\'div-gpt-ad-1722509254788-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509254788-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1819844\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6e5da39\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"57bbcba\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c4158df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/arrowpatching\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d3c3308\",\"elType\":\"widget\",\"settings\":{\"title\":\"Arrow Patching\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"d731bf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0179fc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-4.jpeg\",\"id\":133,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/animalandstar\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8936eb7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Animal and Star\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30135eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f9cad88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-1.webp\",\"id\":134,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/angrybubble\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a46f2ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Angry Bubble\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3da2e8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"18e2170\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/alienonearth.png\",\"id\":136,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ac6a9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Alien On Earth\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"089b42e\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"8acf6af\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"0663dd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f0bfcef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed.webp\",\"id\":121,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3dd25d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Air Battle Mission \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3e4701e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fba511f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.jpeg\",\"id\":122,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b0c61ee\",\"elType\":\"widget\",\"settings\":{\"title\":\"Adventurous Boy Run\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2ccca8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"53f0099\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.jpeg\",\"id\":123,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2048\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36c15a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"2048\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dff0197\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"ab8a1a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.png\",\"id\":124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e81965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bottle Climbing\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8c416c4\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff3fae1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"826c6fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\",\"id\":125,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"490c566\",\"elType\":\"widget\",\"settings\":{\"title\":\"Be Millionaire\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30a7a1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"791aba0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-2.jpeg\",\"id\":126,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f847e96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Out\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"26a3b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"a2ea20f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/icon.jpg\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a93c085\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balloon Pop\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a5eb85d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fbf6905\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-3.jpeg\",\"id\":128,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"03bcf8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Bouncer Wall\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(740, 151, '_elementor_page_assets', 'a:0:{}'),
(741, 152, '_elementor_edit_mode', 'builder'),
(742, 152, '_elementor_template_type', 'wp-page'),
(743, 152, '_elementor_version', '3.15.1'),
(744, 152, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(745, 152, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\",\"link\":{\"url\":\"#gamescroll\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d86408\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1f35e02\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb59ac0\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n  window.googletag = window.googletag || {cmd: []};\\r\\n  googletag.cmd.push(function() {\\r\\n    googletag.defineSlot(\'\\/23197884379\\/1\', [250, 250], \'div-gpt-ad-1722319012812-0\').addService(googletag.pubads());\\r\\n    googletag.pubads().collapseEmptyDivs();\\r\\n    googletag.enableServices();\\r\\n  });\\r\\n<\\/script>\\r\\n<!-- \\/23197884379\\/1 -->\\r\\n<div id=\'div-gpt-ad-1722319012812-0\' style=\'min-width: 250px; min-height: 250px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722319012812-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\",\"_element_id\":\"gamescroll\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b32d91\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/6 -->\\n<div id=\'div-gpt-ad-1722509254788-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509254788-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1819844\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6e5da39\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"57bbcba\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c4158df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/arrowpatching\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d3c3308\",\"elType\":\"widget\",\"settings\":{\"title\":\"Arrow Patching\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"d731bf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0179fc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-4.jpeg\",\"id\":133,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/animalandstar\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8936eb7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Animal and Star\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30135eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f9cad88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-1.webp\",\"id\":134,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/angrybubble\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a46f2ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Angry Bubble\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3da2e8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"18e2170\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/alienonearth.png\",\"id\":136,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ac6a9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Alien On Earth\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"089b42e\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"8acf6af\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"0663dd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f0bfcef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed.webp\",\"id\":121,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3dd25d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Air Battle Mission \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3e4701e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fba511f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.jpeg\",\"id\":122,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b0c61ee\",\"elType\":\"widget\",\"settings\":{\"title\":\"Adventurous Boy Run\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2ccca8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"53f0099\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.jpeg\",\"id\":123,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2048\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36c15a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"2048\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dff0197\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"ab8a1a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.png\",\"id\":124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e81965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bottle Climbing\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8c416c4\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff3fae1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"826c6fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\",\"id\":125,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"490c566\",\"elType\":\"widget\",\"settings\":{\"title\":\"Be Millionaire\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30a7a1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"791aba0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-2.jpeg\",\"id\":126,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f847e96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Out\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"26a3b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"a2ea20f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/icon.jpg\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a93c085\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balloon Pop\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a5eb85d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fbf6905\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-3.jpeg\",\"id\":128,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"03bcf8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Bouncer Wall\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(746, 152, '_elementor_page_assets', 'a:0:{}'),
(747, 153, '_elementor_edit_mode', 'builder'),
(748, 153, '_elementor_template_type', 'wp-page'),
(749, 153, '_elementor_version', '3.15.1'),
(750, 153, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(751, 153, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\",\"link\":{\"url\":\"#gamescroll\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d86408\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1f35e02\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb59ac0\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n  window.googletag = window.googletag || {cmd: []};\\r\\n  googletag.cmd.push(function() {\\r\\n    googletag.defineSlot(\'\\/23197884379\\/1\', [250, 250], \'div-gpt-ad-1722319012812-0\').addService(googletag.pubads());\\r\\n    googletag.pubads().collapseEmptyDivs();\\r\\n    googletag.enableServices();\\r\\n  });\\r\\n<\\/script>\\r\\n<!-- \\/23197884379\\/1 -->\\r\\n<div id=\'div-gpt-ad-1722319012812-0\' style=\'min-width: 250px; min-height: 250px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722319012812-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\",\"_element_id\":\"gamescroll\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b32d91\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/6 -->\\n<div id=\'div-gpt-ad-1722509254788-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509254788-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1819844\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6e5da39\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"57bbcba\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c4158df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/arrowpatching\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d3c3308\",\"elType\":\"widget\",\"settings\":{\"title\":\"Arrow Patching\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"d731bf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0179fc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-4.jpeg\",\"id\":133,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/animalandstar\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8936eb7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Animal and Star\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30135eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f9cad88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-1.webp\",\"id\":134,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/angrybubble\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a46f2ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Angry Bubble\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3da2e8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"18e2170\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/alienonearth.png\",\"id\":136,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ac6a9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Alien On Earth\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"089b42e\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"8acf6af\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"0663dd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f0bfcef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed.webp\",\"id\":121,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3dd25d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Air Battle Mission \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3e4701e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fba511f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.jpeg\",\"id\":122,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b0c61ee\",\"elType\":\"widget\",\"settings\":{\"title\":\"Adventurous Boy Run\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2ccca8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"53f0099\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.jpeg\",\"id\":123,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2048\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36c15a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"2048\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dff0197\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"ab8a1a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.png\",\"id\":124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e81965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bottle Climbing\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8c416c4\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff3fae1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"826c6fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\",\"id\":125,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"490c566\",\"elType\":\"widget\",\"settings\":{\"title\":\"Be Millionaire\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30a7a1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"791aba0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-2.jpeg\",\"id\":126,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f847e96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Out\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"26a3b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"a2ea20f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/icon.jpg\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a93c085\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balloon Pop\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a5eb85d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fbf6905\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-3.jpeg\",\"id\":128,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"03bcf8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Bouncer Wall\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(752, 153, '_elementor_page_assets', 'a:0:{}'),
(753, 154, '_elementor_edit_mode', 'builder'),
(754, 154, '_elementor_template_type', 'wp-page'),
(755, 154, '_elementor_version', '3.15.1'),
(756, 154, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(757, 154, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\",\"link\":{\"url\":\"#gamescroll\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d86408\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1f35e02\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb59ac0\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n  window.googletag = window.googletag || {cmd: []};\\r\\n  googletag.cmd.push(function() {\\r\\n    googletag.defineSlot(\'\\/23197884379\\/1\', [250, 250], \'div-gpt-ad-1722319012812-0\').addService(googletag.pubads());\\r\\n    googletag.pubads().collapseEmptyDivs();\\r\\n    googletag.enableServices();\\r\\n  });\\r\\n<\\/script>\\r\\n<!-- \\/23197884379\\/1 -->\\r\\n<div id=\'div-gpt-ad-1722319012812-0\' style=\'min-width: 250px; min-height: 250px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722319012812-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\",\"_element_id\":\"gamescroll\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b32d91\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/6 -->\\n<div id=\'div-gpt-ad-1722509254788-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509254788-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1819844\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6e5da39\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"57bbcba\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c4158df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/arrowpatching\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d3c3308\",\"elType\":\"widget\",\"settings\":{\"title\":\"Arrow Patching\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"d731bf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0179fc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-4.jpeg\",\"id\":133,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/animalandstar\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8936eb7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Animal and Star\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30135eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f9cad88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-1.webp\",\"id\":134,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/angrybubble\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a46f2ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Angry Bubble\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3da2e8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"18e2170\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/alienonearth.png\",\"id\":136,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/alienonearth\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ac6a9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Alien On Earth\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"089b42e\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"8acf6af\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"0663dd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f0bfcef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed.webp\",\"id\":121,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3dd25d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Air Battle Mission \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3e4701e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fba511f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.jpeg\",\"id\":122,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b0c61ee\",\"elType\":\"widget\",\"settings\":{\"title\":\"Adventurous Boy Run\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2ccca8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"53f0099\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.jpeg\",\"id\":123,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2048\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36c15a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"2048\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dff0197\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"ab8a1a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.png\",\"id\":124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e81965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bottle Climbing\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8c416c4\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff3fae1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"826c6fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\",\"id\":125,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"490c566\",\"elType\":\"widget\",\"settings\":{\"title\":\"Be Millionaire\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30a7a1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"791aba0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-2.jpeg\",\"id\":126,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f847e96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Out\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"26a3b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"a2ea20f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/icon.jpg\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a93c085\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balloon Pop\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a5eb85d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fbf6905\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-3.jpeg\",\"id\":128,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"03bcf8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Bouncer Wall\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(758, 154, '_elementor_page_assets', 'a:0:{}'),
(760, 155, '_elementor_edit_mode', 'builder'),
(761, 155, '_elementor_template_type', 'wp-page'),
(762, 155, '_elementor_version', '3.15.1'),
(763, 155, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(764, 155, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\",\"link\":{\"url\":\"#gamescroll\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d86408\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1f35e02\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb59ac0\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n  window.googletag = window.googletag || {cmd: []};\\r\\n  googletag.cmd.push(function() {\\r\\n    googletag.defineSlot(\'\\/23197884379\\/1\', [250, 250], \'div-gpt-ad-1722319012812-0\').addService(googletag.pubads());\\r\\n    googletag.pubads().collapseEmptyDivs();\\r\\n    googletag.enableServices();\\r\\n  });\\r\\n<\\/script>\\r\\n<!-- \\/23197884379\\/1 -->\\r\\n<div id=\'div-gpt-ad-1722319012812-0\' style=\'min-width: 250px; min-height: 250px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722319012812-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\",\"_element_id\":\"gamescroll\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b32d91\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/6 -->\\n<div id=\'div-gpt-ad-1722509254788-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509254788-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1819844\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6e5da39\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"57bbcba\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c4158df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/arrowpatching\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d3c3308\",\"elType\":\"widget\",\"settings\":{\"title\":\"Arrow Patching\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"d731bf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0179fc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-4.jpeg\",\"id\":133,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/animalandstar\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8936eb7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Animal and Star\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30135eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f9cad88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-1.webp\",\"id\":134,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/angrybubble\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a46f2ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Angry Bubble\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3da2e8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"18e2170\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/alienonearth.png\",\"id\":136,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/alienonearth\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ac6a9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Alien On Earth\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"089b42e\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"8acf6af\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"0663dd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f0bfcef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed.webp\",\"id\":121,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3dd25d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Air Battle Mission \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3e4701e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fba511f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.jpeg\",\"id\":122,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b0c61ee\",\"elType\":\"widget\",\"settings\":{\"title\":\"Adventurous Boy Run\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2ccca8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"53f0099\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.jpeg\",\"id\":123,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2048\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36c15a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"2048\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dff0197\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"ab8a1a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.png\",\"id\":124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e81965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bottle Climbing\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8c416c4\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff3fae1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"826c6fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\",\"id\":125,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"490c566\",\"elType\":\"widget\",\"settings\":{\"title\":\"Be Millionaire\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30a7a1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"791aba0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-2.jpeg\",\"id\":126,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f847e96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Out\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"26a3b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"a2ea20f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/icon.jpg\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a93c085\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balloon Pop\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a5eb85d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fbf6905\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-3.jpeg\",\"id\":128,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"03bcf8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Bouncer Wall\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(765, 155, '_elementor_page_assets', 'a:0:{}'),
(767, 156, '_elementor_edit_mode', 'builder'),
(768, 156, '_elementor_template_type', 'wp-page'),
(769, 156, '_elementor_version', '3.15.1'),
(770, 156, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(771, 156, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\",\"link\":{\"url\":\"#gamescroll\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d86408\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1f35e02\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb59ac0\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n  window.googletag = window.googletag || {cmd: []};\\r\\n  googletag.cmd.push(function() {\\r\\n    googletag.defineSlot(\'\\/23197884379\\/1\', [250, 250], \'div-gpt-ad-1722319012812-0\').addService(googletag.pubads());\\r\\n    googletag.pubads().collapseEmptyDivs();\\r\\n    googletag.enableServices();\\r\\n  });\\r\\n<\\/script>\\r\\n<!-- \\/23197884379\\/1 -->\\r\\n<div id=\'div-gpt-ad-1722319012812-0\' style=\'min-width: 250px; min-height: 250px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722319012812-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\",\"_element_id\":\"gamescroll\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b32d91\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/6 -->\\n<div id=\'div-gpt-ad-1722509254788-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509254788-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1819844\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6e5da39\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"57bbcba\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c4158df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/arrowpatching\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d3c3308\",\"elType\":\"widget\",\"settings\":{\"title\":\"Arrow Patching\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"d731bf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0179fc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-4.jpeg\",\"id\":133,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/animalandstar\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8936eb7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Animal and Star\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30135eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f9cad88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-1.webp\",\"id\":134,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/angrybubble\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a46f2ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Angry Bubble\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3da2e8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"18e2170\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/alienonearth.png\",\"id\":136,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/alienonearth\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ac6a9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Alien On Earth\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"089b42e\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"8acf6af\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"0663dd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f0bfcef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed.webp\",\"id\":121,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3dd25d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Air Battle Mission \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3e4701e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fba511f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.jpeg\",\"id\":122,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b0c61ee\",\"elType\":\"widget\",\"settings\":{\"title\":\"Adventurous Boy Run\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2ccca8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"53f0099\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.jpeg\",\"id\":123,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2048\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36c15a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"2048\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dff0197\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"ab8a1a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.png\",\"id\":124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e81965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bottle Climbing\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8c416c4\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff3fae1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"826c6fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\",\"id\":125,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"490c566\",\"elType\":\"widget\",\"settings\":{\"title\":\"Be Millionaire\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30a7a1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"791aba0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-2.jpeg\",\"id\":126,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f847e96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Out\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"26a3b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"a2ea20f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/icon.jpg\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a93c085\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balloon Pop\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a5eb85d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fbf6905\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-3.jpeg\",\"id\":128,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"03bcf8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Bouncer Wall\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(772, 156, '_elementor_page_assets', 'a:0:{}'),
(774, 157, '_elementor_edit_mode', 'builder'),
(775, 157, '_elementor_template_type', 'wp-page'),
(776, 157, '_elementor_version', '3.15.1'),
(777, 157, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(778, 157, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\",\"link\":{\"url\":\"#gamescroll\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d86408\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1f35e02\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb59ac0\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n  window.googletag = window.googletag || {cmd: []};\\r\\n  googletag.cmd.push(function() {\\r\\n    googletag.defineSlot(\'\\/23197884379\\/1\', [250, 250], \'div-gpt-ad-1722319012812-0\').addService(googletag.pubads());\\r\\n    googletag.pubads().collapseEmptyDivs();\\r\\n    googletag.enableServices();\\r\\n  });\\r\\n<\\/script>\\r\\n<!-- \\/23197884379\\/1 -->\\r\\n<div id=\'div-gpt-ad-1722319012812-0\' style=\'min-width: 250px; min-height: 250px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722319012812-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\",\"_element_id\":\"gamescroll\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b32d91\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/6 -->\\n<div id=\'div-gpt-ad-1722509254788-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509254788-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1819844\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6e5da39\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"57bbcba\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c4158df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/arrowpatching\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d3c3308\",\"elType\":\"widget\",\"settings\":{\"title\":\"Arrow Patching\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"d731bf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0179fc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-4.jpeg\",\"id\":133,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/animalandstar\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8936eb7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Animal and Star\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30135eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f9cad88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-1.webp\",\"id\":134,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/angrybubble\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a46f2ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Angry Bubble\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3da2e8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"18e2170\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/alienonearth.png\",\"id\":136,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/alienonearth\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ac6a9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Alien On Earth\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"089b42e\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"8acf6af\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"0663dd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f0bfcef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed.webp\",\"id\":121,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/airbattlemission\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3dd25d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Air Battle Mission \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3e4701e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fba511f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.jpeg\",\"id\":122,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b0c61ee\",\"elType\":\"widget\",\"settings\":{\"title\":\"Adventurous Boy Run\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2ccca8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"53f0099\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.jpeg\",\"id\":123,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2048\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36c15a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"2048\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dff0197\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"ab8a1a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.png\",\"id\":124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e81965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bottle Climbing\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8c416c4\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff3fae1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"826c6fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\",\"id\":125,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"490c566\",\"elType\":\"widget\",\"settings\":{\"title\":\"Be Millionaire\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30a7a1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"791aba0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-2.jpeg\",\"id\":126,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f847e96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Out\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"26a3b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"a2ea20f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/icon.jpg\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a93c085\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balloon Pop\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a5eb85d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fbf6905\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-3.jpeg\",\"id\":128,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"03bcf8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Bouncer Wall\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(779, 157, '_elementor_page_assets', 'a:0:{}'),
(781, 158, '_elementor_edit_mode', 'builder'),
(782, 158, '_elementor_template_type', 'wp-page'),
(783, 158, '_elementor_version', '3.15.1'),
(784, 158, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(785, 158, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\",\"link\":{\"url\":\"#gamescroll\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d86408\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1f35e02\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb59ac0\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n  window.googletag = window.googletag || {cmd: []};\\r\\n  googletag.cmd.push(function() {\\r\\n    googletag.defineSlot(\'\\/23197884379\\/1\', [250, 250], \'div-gpt-ad-1722319012812-0\').addService(googletag.pubads());\\r\\n    googletag.pubads().collapseEmptyDivs();\\r\\n    googletag.enableServices();\\r\\n  });\\r\\n<\\/script>\\r\\n<!-- \\/23197884379\\/1 -->\\r\\n<div id=\'div-gpt-ad-1722319012812-0\' style=\'min-width: 250px; min-height: 250px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722319012812-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\",\"_element_id\":\"gamescroll\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b32d91\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/6 -->\\n<div id=\'div-gpt-ad-1722509254788-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509254788-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1819844\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6e5da39\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"57bbcba\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c4158df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/arrowpatching\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d3c3308\",\"elType\":\"widget\",\"settings\":{\"title\":\"Arrow Patching\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"d731bf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0179fc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-4.jpeg\",\"id\":133,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/animalandstar\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8936eb7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Animal and Star\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30135eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f9cad88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-1.webp\",\"id\":134,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/angrybubble\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a46f2ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Angry Bubble\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3da2e8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"18e2170\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/alienonearth.png\",\"id\":136,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/alienonearth\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ac6a9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Alien On Earth\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"089b42e\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"8acf6af\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"0663dd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f0bfcef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed.webp\",\"id\":121,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/airbattlemission\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3dd25d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Air Battle Mission \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3e4701e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fba511f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.jpeg\",\"id\":122,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b0c61ee\",\"elType\":\"widget\",\"settings\":{\"title\":\"Adventurous Boy Run\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2ccca8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"53f0099\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.jpeg\",\"id\":123,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2048\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36c15a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"2048\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dff0197\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"ab8a1a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.png\",\"id\":124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e81965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bottle Climbing\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8c416c4\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff3fae1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"826c6fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\",\"id\":125,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"490c566\",\"elType\":\"widget\",\"settings\":{\"title\":\"Be Millionaire\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30a7a1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"791aba0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-2.jpeg\",\"id\":126,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f847e96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Out\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"26a3b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"a2ea20f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/icon.jpg\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a93c085\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balloon Pop\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a5eb85d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fbf6905\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-3.jpeg\",\"id\":128,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"03bcf8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Bouncer Wall\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(786, 158, '_elementor_page_assets', 'a:0:{}'),
(787, 159, '_elementor_edit_mode', 'builder'),
(788, 159, '_elementor_template_type', 'wp-page'),
(789, 159, '_elementor_version', '3.15.1'),
(790, 159, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(791, 159, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\",\"link\":{\"url\":\"#gamescroll\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d86408\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1f35e02\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb59ac0\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n  window.googletag = window.googletag || {cmd: []};\\r\\n  googletag.cmd.push(function() {\\r\\n    googletag.defineSlot(\'\\/23197884379\\/1\', [250, 250], \'div-gpt-ad-1722319012812-0\').addService(googletag.pubads());\\r\\n    googletag.pubads().collapseEmptyDivs();\\r\\n    googletag.enableServices();\\r\\n  });\\r\\n<\\/script>\\r\\n<!-- \\/23197884379\\/1 -->\\r\\n<div id=\'div-gpt-ad-1722319012812-0\' style=\'min-width: 250px; min-height: 250px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722319012812-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\",\"_element_id\":\"gamescroll\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b32d91\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/6 -->\\n<div id=\'div-gpt-ad-1722509254788-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509254788-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1819844\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6e5da39\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"57bbcba\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c4158df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/arrowpatching\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d3c3308\",\"elType\":\"widget\",\"settings\":{\"title\":\"Arrow Patching\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"d731bf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0179fc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-4.jpeg\",\"id\":133,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/animalandstar\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8936eb7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Animal and Star\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30135eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f9cad88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-1.webp\",\"id\":134,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/angrybubble\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a46f2ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Angry Bubble\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3da2e8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"18e2170\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/alienonearth.png\",\"id\":136,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/alienonearth\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ac6a9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Alien On Earth\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"089b42e\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"8acf6af\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"0663dd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f0bfcef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed.webp\",\"id\":121,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/airbattlemission\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3dd25d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Air Battle Mission \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3e4701e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fba511f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.jpeg\",\"id\":122,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b0c61ee\",\"elType\":\"widget\",\"settings\":{\"title\":\"Adventurous Boy Run\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2ccca8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"53f0099\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.jpeg\",\"id\":123,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2048\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36c15a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"2048\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dff0197\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"ab8a1a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.png\",\"id\":124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e81965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bottle Climbing\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8c416c4\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff3fae1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"826c6fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\",\"id\":125,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"490c566\",\"elType\":\"widget\",\"settings\":{\"title\":\"Be Millionaire\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30a7a1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"791aba0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-2.jpeg\",\"id\":126,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f847e96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Out\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"26a3b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"a2ea20f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/icon.jpg\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a93c085\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balloon Pop\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a5eb85d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fbf6905\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-3.jpeg\",\"id\":128,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"03bcf8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Bouncer Wall\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(792, 159, '_elementor_page_assets', 'a:0:{}'),
(793, 160, '_elementor_edit_mode', 'builder'),
(794, 160, '_elementor_template_type', 'wp-page'),
(795, 160, '_elementor_version', '3.15.1'),
(796, 160, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(797, 160, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\",\"link\":{\"url\":\"#gamescroll\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d86408\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1f35e02\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb59ac0\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n  window.googletag = window.googletag || {cmd: []};\\r\\n  googletag.cmd.push(function() {\\r\\n    googletag.defineSlot(\'\\/23197884379\\/1\', [250, 250], \'div-gpt-ad-1722319012812-0\').addService(googletag.pubads());\\r\\n    googletag.pubads().collapseEmptyDivs();\\r\\n    googletag.enableServices();\\r\\n  });\\r\\n<\\/script>\\r\\n<!-- \\/23197884379\\/1 -->\\r\\n<div id=\'div-gpt-ad-1722319012812-0\' style=\'min-width: 250px; min-height: 250px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722319012812-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\",\"_element_id\":\"gamescroll\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b32d91\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/6 -->\\n<div id=\'div-gpt-ad-1722509254788-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509254788-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1819844\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6e5da39\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"57bbcba\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c4158df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/arrowpatching\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d3c3308\",\"elType\":\"widget\",\"settings\":{\"title\":\"Arrow Patching\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"d731bf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0179fc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-4.jpeg\",\"id\":133,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/animalandstar\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8936eb7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Animal and Star\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30135eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f9cad88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-1.webp\",\"id\":134,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/angrybubble\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a46f2ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Angry Bubble\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3da2e8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"18e2170\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/alienonearth.png\",\"id\":136,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/alienonearth\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ac6a9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Alien On Earth\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"089b42e\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"8acf6af\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"0663dd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f0bfcef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed.webp\",\"id\":121,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/airbattlemission\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3dd25d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Air Battle Mission \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3e4701e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fba511f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.jpeg\",\"id\":122,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/advantureousboyrun\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b0c61ee\",\"elType\":\"widget\",\"settings\":{\"title\":\"Adventurous Boy Run\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2ccca8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"53f0099\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.jpeg\",\"id\":123,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2048\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36c15a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"2048\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dff0197\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"ab8a1a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.png\",\"id\":124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e81965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bottle Climbing\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8c416c4\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff3fae1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"826c6fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\",\"id\":125,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"490c566\",\"elType\":\"widget\",\"settings\":{\"title\":\"Be Millionaire\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30a7a1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"791aba0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-2.jpeg\",\"id\":126,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f847e96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Out\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"26a3b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"a2ea20f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/icon.jpg\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a93c085\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balloon Pop\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a5eb85d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fbf6905\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-3.jpeg\",\"id\":128,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"03bcf8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Bouncer Wall\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(798, 160, '_elementor_page_assets', 'a:0:{}'),
(799, 161, '_elementor_edit_mode', 'builder'),
(800, 161, '_elementor_template_type', 'wp-page'),
(801, 161, '_elementor_version', '3.15.1'),
(802, 161, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(803, 161, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\",\"link\":{\"url\":\"#gamescroll\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d86408\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1f35e02\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb59ac0\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n  window.googletag = window.googletag || {cmd: []};\\r\\n  googletag.cmd.push(function() {\\r\\n    googletag.defineSlot(\'\\/23197884379\\/1\', [250, 250], \'div-gpt-ad-1722319012812-0\').addService(googletag.pubads());\\r\\n    googletag.pubads().collapseEmptyDivs();\\r\\n    googletag.enableServices();\\r\\n  });\\r\\n<\\/script>\\r\\n<!-- \\/23197884379\\/1 -->\\r\\n<div id=\'div-gpt-ad-1722319012812-0\' style=\'min-width: 250px; min-height: 250px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722319012812-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\",\"_element_id\":\"gamescroll\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b32d91\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/6 -->\\n<div id=\'div-gpt-ad-1722509254788-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509254788-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1819844\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6e5da39\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"57bbcba\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c4158df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/arrowpatching\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d3c3308\",\"elType\":\"widget\",\"settings\":{\"title\":\"Arrow Patching\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"d731bf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0179fc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-4.jpeg\",\"id\":133,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/animalandstar\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8936eb7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Animal and Star\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30135eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f9cad88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-1.webp\",\"id\":134,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/angrybubble\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a46f2ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Angry Bubble\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3da2e8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"18e2170\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/alienonearth.png\",\"id\":136,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/alienonearth\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ac6a9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Alien On Earth\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"089b42e\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"8acf6af\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"0663dd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f0bfcef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed.webp\",\"id\":121,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/airbattlemission\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3dd25d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Air Battle Mission \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3e4701e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fba511f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.jpeg\",\"id\":122,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/advantureousboyrun\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b0c61ee\",\"elType\":\"widget\",\"settings\":{\"title\":\"Adventurous Boy Run\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2ccca8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"53f0099\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.jpeg\",\"id\":123,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2048\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36c15a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"2048\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dff0197\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"ab8a1a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.png\",\"id\":124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e81965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bottle Climbing\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8c416c4\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff3fae1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"826c6fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\",\"id\":125,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"490c566\",\"elType\":\"widget\",\"settings\":{\"title\":\"Be Millionaire\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30a7a1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"791aba0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-2.jpeg\",\"id\":126,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f847e96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Out\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"26a3b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"a2ea20f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/icon.jpg\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a93c085\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balloon Pop\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a5eb85d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fbf6905\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-3.jpeg\",\"id\":128,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"03bcf8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Bouncer Wall\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(804, 161, '_elementor_page_assets', 'a:0:{}'),
(805, 162, '_elementor_edit_mode', 'builder'),
(806, 162, '_elementor_template_type', 'wp-page'),
(807, 162, '_elementor_version', '3.15.1'),
(808, 162, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(809, 162, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\",\"link\":{\"url\":\"#gamescroll\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d86408\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1f35e02\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb59ac0\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n  window.googletag = window.googletag || {cmd: []};\\r\\n  googletag.cmd.push(function() {\\r\\n    googletag.defineSlot(\'\\/23197884379\\/1\', [250, 250], \'div-gpt-ad-1722319012812-0\').addService(googletag.pubads());\\r\\n    googletag.pubads().collapseEmptyDivs();\\r\\n    googletag.enableServices();\\r\\n  });\\r\\n<\\/script>\\r\\n<!-- \\/23197884379\\/1 -->\\r\\n<div id=\'div-gpt-ad-1722319012812-0\' style=\'min-width: 250px; min-height: 250px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722319012812-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\",\"_element_id\":\"gamescroll\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b32d91\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/6 -->\\n<div id=\'div-gpt-ad-1722509254788-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509254788-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1819844\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6e5da39\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"57bbcba\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c4158df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/arrowpatching\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d3c3308\",\"elType\":\"widget\",\"settings\":{\"title\":\"Arrow Patching\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"d731bf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0179fc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-4.jpeg\",\"id\":133,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/animalandstar\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8936eb7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Animal and Star\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30135eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f9cad88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-1.webp\",\"id\":134,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/angrybubble\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a46f2ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Angry Bubble\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3da2e8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"18e2170\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/alienonearth.png\",\"id\":136,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/alienonearth\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ac6a9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Alien On Earth\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"089b42e\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"8acf6af\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"0663dd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f0bfcef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed.webp\",\"id\":121,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/airbattlemission\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3dd25d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Air Battle Mission \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3e4701e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fba511f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.jpeg\",\"id\":122,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/advantureousboyrun\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b0c61ee\",\"elType\":\"widget\",\"settings\":{\"title\":\"Adventurous Boy Run\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2ccca8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"53f0099\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.jpeg\",\"id\":123,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2048\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36c15a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"2048\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dff0197\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"ab8a1a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.png\",\"id\":124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e81965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bottle Climbing\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8c416c4\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff3fae1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"826c6fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\",\"id\":125,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"490c566\",\"elType\":\"widget\",\"settings\":{\"title\":\"Be Millionaire\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30a7a1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"791aba0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-2.jpeg\",\"id\":126,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f847e96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Out\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"26a3b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"a2ea20f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/icon.jpg\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a93c085\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balloon Pop\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a5eb85d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fbf6905\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-3.jpeg\",\"id\":128,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"03bcf8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Bouncer Wall\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(810, 162, '_elementor_page_assets', 'a:0:{}'),
(811, 163, '_elementor_edit_mode', 'builder'),
(812, 163, '_elementor_template_type', 'wp-page'),
(813, 163, '_elementor_version', '3.15.1'),
(814, 163, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(815, 163, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\",\"link\":{\"url\":\"#gamescroll\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d86408\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1f35e02\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb59ac0\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n  window.googletag = window.googletag || {cmd: []};\\r\\n  googletag.cmd.push(function() {\\r\\n    googletag.defineSlot(\'\\/23197884379\\/1\', [250, 250], \'div-gpt-ad-1722319012812-0\').addService(googletag.pubads());\\r\\n    googletag.pubads().collapseEmptyDivs();\\r\\n    googletag.enableServices();\\r\\n  });\\r\\n<\\/script>\\r\\n<!-- \\/23197884379\\/1 -->\\r\\n<div id=\'div-gpt-ad-1722319012812-0\' style=\'min-width: 250px; min-height: 250px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722319012812-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\",\"_element_id\":\"gamescroll\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b32d91\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/6 -->\\n<div id=\'div-gpt-ad-1722509254788-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509254788-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1819844\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6e5da39\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"57bbcba\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c4158df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/arrowpatching\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d3c3308\",\"elType\":\"widget\",\"settings\":{\"title\":\"Arrow Patching\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"d731bf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0179fc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-4.jpeg\",\"id\":133,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/animalandstar\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8936eb7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Animal and Star\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30135eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f9cad88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-1.webp\",\"id\":134,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/angrybubble\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a46f2ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Angry Bubble\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3da2e8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"18e2170\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/alienonearth.png\",\"id\":136,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/alienonearth\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ac6a9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Alien On Earth\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"089b42e\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"8acf6af\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"0663dd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f0bfcef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed.webp\",\"id\":121,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/airbattlemission\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3dd25d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Air Battle Mission \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3e4701e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fba511f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.jpeg\",\"id\":122,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/advantureousboyrun\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b0c61ee\",\"elType\":\"widget\",\"settings\":{\"title\":\"Adventurous Boy Run\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2ccca8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"53f0099\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.jpeg\",\"id\":123,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2048\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36c15a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"2048\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dff0197\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"ab8a1a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.png\",\"id\":124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/bottleclimbing\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e81965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bottle Climbing\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8c416c4\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff3fae1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"826c6fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\",\"id\":125,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"490c566\",\"elType\":\"widget\",\"settings\":{\"title\":\"Be Millionaire\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30a7a1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"791aba0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-2.jpeg\",\"id\":126,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f847e96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Out\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"26a3b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"a2ea20f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/icon.jpg\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a93c085\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balloon Pop\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a5eb85d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fbf6905\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-3.jpeg\",\"id\":128,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"03bcf8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Bouncer Wall\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(816, 163, '_elementor_page_assets', 'a:0:{}'),
(817, 164, '_elementor_edit_mode', 'builder'),
(818, 164, '_elementor_template_type', 'wp-page'),
(819, 164, '_elementor_version', '3.15.1'),
(820, 164, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(821, 164, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\",\"link\":{\"url\":\"#gamescroll\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d86408\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1f35e02\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb59ac0\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n  window.googletag = window.googletag || {cmd: []};\\r\\n  googletag.cmd.push(function() {\\r\\n    googletag.defineSlot(\'\\/23197884379\\/1\', [250, 250], \'div-gpt-ad-1722319012812-0\').addService(googletag.pubads());\\r\\n    googletag.pubads().collapseEmptyDivs();\\r\\n    googletag.enableServices();\\r\\n  });\\r\\n<\\/script>\\r\\n<!-- \\/23197884379\\/1 -->\\r\\n<div id=\'div-gpt-ad-1722319012812-0\' style=\'min-width: 250px; min-height: 250px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722319012812-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\",\"_element_id\":\"gamescroll\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b32d91\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/6 -->\\n<div id=\'div-gpt-ad-1722509254788-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509254788-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1819844\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6e5da39\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"57bbcba\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c4158df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/arrowpatching\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d3c3308\",\"elType\":\"widget\",\"settings\":{\"title\":\"Arrow Patching\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"d731bf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0179fc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-4.jpeg\",\"id\":133,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/animalandstar\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8936eb7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Animal and Star\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30135eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f9cad88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-1.webp\",\"id\":134,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/angrybubble\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a46f2ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Angry Bubble\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3da2e8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"18e2170\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/alienonearth.png\",\"id\":136,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/alienonearth\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ac6a9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Alien On Earth\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"089b42e\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"8acf6af\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"0663dd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f0bfcef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed.webp\",\"id\":121,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/airbattlemission\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3dd25d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Air Battle Mission \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3e4701e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fba511f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.jpeg\",\"id\":122,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/advantureousboyrun\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b0c61ee\",\"elType\":\"widget\",\"settings\":{\"title\":\"Adventurous Boy Run\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2ccca8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"53f0099\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.jpeg\",\"id\":123,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2048\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36c15a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"2048\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dff0197\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"ab8a1a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.png\",\"id\":124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/bottleclimbing\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e81965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bottle Climbing\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8c416c4\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff3fae1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"826c6fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\",\"id\":125,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"490c566\",\"elType\":\"widget\",\"settings\":{\"title\":\"Be Millionaire\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30a7a1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"791aba0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-2.jpeg\",\"id\":126,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f847e96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Out\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"26a3b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"a2ea20f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/icon.jpg\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a93c085\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balloon Pop\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a5eb85d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fbf6905\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-3.jpeg\",\"id\":128,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"03bcf8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Bouncer Wall\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(822, 164, '_elementor_page_assets', 'a:0:{}'),
(823, 165, '_elementor_edit_mode', 'builder'),
(824, 165, '_elementor_template_type', 'wp-page'),
(825, 165, '_elementor_version', '3.15.1'),
(826, 165, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(827, 165, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\",\"link\":{\"url\":\"#gamescroll\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d86408\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1f35e02\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb59ac0\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n  window.googletag = window.googletag || {cmd: []};\\r\\n  googletag.cmd.push(function() {\\r\\n    googletag.defineSlot(\'\\/23197884379\\/1\', [250, 250], \'div-gpt-ad-1722319012812-0\').addService(googletag.pubads());\\r\\n    googletag.pubads().collapseEmptyDivs();\\r\\n    googletag.enableServices();\\r\\n  });\\r\\n<\\/script>\\r\\n<!-- \\/23197884379\\/1 -->\\r\\n<div id=\'div-gpt-ad-1722319012812-0\' style=\'min-width: 250px; min-height: 250px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722319012812-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\",\"_element_id\":\"gamescroll\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b32d91\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/6 -->\\n<div id=\'div-gpt-ad-1722509254788-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509254788-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1819844\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6e5da39\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"57bbcba\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c4158df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/arrowpatching\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d3c3308\",\"elType\":\"widget\",\"settings\":{\"title\":\"Arrow Patching\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"d731bf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0179fc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-4.jpeg\",\"id\":133,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/animalandstar\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8936eb7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Animal and Star\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30135eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f9cad88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-1.webp\",\"id\":134,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/angrybubble\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a46f2ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Angry Bubble\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3da2e8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"18e2170\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/alienonearth.png\",\"id\":136,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/alienonearth\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ac6a9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Alien On Earth\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"089b42e\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"8acf6af\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"0663dd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f0bfcef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed.webp\",\"id\":121,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/airbattlemission\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3dd25d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Air Battle Mission \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3e4701e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fba511f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.jpeg\",\"id\":122,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/advantureousboyrun\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b0c61ee\",\"elType\":\"widget\",\"settings\":{\"title\":\"Adventurous Boy Run\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2ccca8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"53f0099\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.jpeg\",\"id\":123,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2048\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36c15a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"2048\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dff0197\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"ab8a1a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.png\",\"id\":124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/bottleclimbing\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e81965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bottle Climbing\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8c416c4\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff3fae1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"826c6fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\",\"id\":125,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"490c566\",\"elType\":\"widget\",\"settings\":{\"title\":\"Be Millionaire\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30a7a1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"791aba0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-2.jpeg\",\"id\":126,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f847e96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Out\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"26a3b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"a2ea20f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/icon.jpg\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a93c085\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balloon Pop\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a5eb85d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fbf6905\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-3.jpeg\",\"id\":128,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"03bcf8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Bouncer Wall\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(828, 165, '_elementor_page_assets', 'a:0:{}'),
(829, 166, '_elementor_edit_mode', 'builder'),
(830, 166, '_elementor_template_type', 'wp-page'),
(831, 166, '_elementor_version', '3.15.1'),
(832, 166, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(833, 166, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\",\"link\":{\"url\":\"#gamescroll\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d86408\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1f35e02\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb59ac0\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n  window.googletag = window.googletag || {cmd: []};\\r\\n  googletag.cmd.push(function() {\\r\\n    googletag.defineSlot(\'\\/23197884379\\/1\', [250, 250], \'div-gpt-ad-1722319012812-0\').addService(googletag.pubads());\\r\\n    googletag.pubads().collapseEmptyDivs();\\r\\n    googletag.enableServices();\\r\\n  });\\r\\n<\\/script>\\r\\n<!-- \\/23197884379\\/1 -->\\r\\n<div id=\'div-gpt-ad-1722319012812-0\' style=\'min-width: 250px; min-height: 250px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722319012812-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\",\"_element_id\":\"gamescroll\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b32d91\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/6 -->\\n<div id=\'div-gpt-ad-1722509254788-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509254788-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1819844\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6e5da39\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"57bbcba\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c4158df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/arrowpatching\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d3c3308\",\"elType\":\"widget\",\"settings\":{\"title\":\"Arrow Patching\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"d731bf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0179fc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-4.jpeg\",\"id\":133,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/animalandstar\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8936eb7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Animal and Star\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30135eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f9cad88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-1.webp\",\"id\":134,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/angrybubble\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a46f2ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Angry Bubble\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3da2e8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"18e2170\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/alienonearth.png\",\"id\":136,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/alienonearth\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ac6a9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Alien On Earth\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"089b42e\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"8acf6af\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"0663dd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f0bfcef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed.webp\",\"id\":121,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/airbattlemission\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3dd25d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Air Battle Mission \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3e4701e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fba511f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.jpeg\",\"id\":122,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/advantureousboyrun\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b0c61ee\",\"elType\":\"widget\",\"settings\":{\"title\":\"Adventurous Boy Run\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2ccca8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"53f0099\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.jpeg\",\"id\":123,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2048\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36c15a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"2048\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dff0197\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"ab8a1a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.png\",\"id\":124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/bottleclimbing\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e81965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bottle Climbing\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8c416c4\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff3fae1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"826c6fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\",\"id\":125,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/bemillionaire\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"490c566\",\"elType\":\"widget\",\"settings\":{\"title\":\"Be Millionaire\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30a7a1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"791aba0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-2.jpeg\",\"id\":126,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f847e96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Out\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"26a3b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"a2ea20f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/icon.jpg\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a93c085\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balloon Pop\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a5eb85d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fbf6905\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-3.jpeg\",\"id\":128,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"03bcf8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Bouncer Wall\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(834, 166, '_elementor_page_assets', 'a:0:{}'),
(835, 167, '_elementor_edit_mode', 'builder'),
(836, 167, '_elementor_template_type', 'wp-page'),
(837, 167, '_elementor_version', '3.15.1'),
(838, 167, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(839, 167, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\",\"link\":{\"url\":\"#gamescroll\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d86408\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1f35e02\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb59ac0\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n  window.googletag = window.googletag || {cmd: []};\\r\\n  googletag.cmd.push(function() {\\r\\n    googletag.defineSlot(\'\\/23197884379\\/1\', [250, 250], \'div-gpt-ad-1722319012812-0\').addService(googletag.pubads());\\r\\n    googletag.pubads().collapseEmptyDivs();\\r\\n    googletag.enableServices();\\r\\n  });\\r\\n<\\/script>\\r\\n<!-- \\/23197884379\\/1 -->\\r\\n<div id=\'div-gpt-ad-1722319012812-0\' style=\'min-width: 250px; min-height: 250px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722319012812-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\",\"_element_id\":\"gamescroll\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b32d91\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/6 -->\\n<div id=\'div-gpt-ad-1722509254788-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509254788-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1819844\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6e5da39\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"57bbcba\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c4158df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/arrowpatching\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d3c3308\",\"elType\":\"widget\",\"settings\":{\"title\":\"Arrow Patching\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"d731bf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0179fc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-4.jpeg\",\"id\":133,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/animalandstar\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8936eb7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Animal and Star\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30135eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f9cad88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-1.webp\",\"id\":134,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/angrybubble\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a46f2ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Angry Bubble\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3da2e8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"18e2170\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/alienonearth.png\",\"id\":136,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/alienonearth\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ac6a9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Alien On Earth\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"089b42e\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"8acf6af\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"0663dd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f0bfcef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed.webp\",\"id\":121,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/airbattlemission\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3dd25d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Air Battle Mission \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3e4701e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fba511f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.jpeg\",\"id\":122,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/advantureousboyrun\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b0c61ee\",\"elType\":\"widget\",\"settings\":{\"title\":\"Adventurous Boy Run\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2ccca8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"53f0099\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.jpeg\",\"id\":123,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2048\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36c15a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"2048\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dff0197\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"ab8a1a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.png\",\"id\":124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/bottleclimbing\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e81965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bottle Climbing\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8c416c4\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff3fae1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"826c6fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\",\"id\":125,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/bemillionaire\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"490c566\",\"elType\":\"widget\",\"settings\":{\"title\":\"Be Millionaire\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30a7a1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"791aba0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-2.jpeg\",\"id\":126,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f847e96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Out\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"26a3b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"a2ea20f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/icon.jpg\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a93c085\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balloon Pop\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a5eb85d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fbf6905\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-3.jpeg\",\"id\":128,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"03bcf8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Bouncer Wall\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(840, 167, '_elementor_page_assets', 'a:0:{}'),
(841, 168, '_elementor_edit_mode', 'builder'),
(842, 168, '_elementor_template_type', 'wp-page'),
(843, 168, '_elementor_version', '3.15.1'),
(844, 168, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(845, 168, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\",\"link\":{\"url\":\"#gamescroll\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d86408\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1f35e02\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb59ac0\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n  window.googletag = window.googletag || {cmd: []};\\r\\n  googletag.cmd.push(function() {\\r\\n    googletag.defineSlot(\'\\/23197884379\\/1\', [250, 250], \'div-gpt-ad-1722319012812-0\').addService(googletag.pubads());\\r\\n    googletag.pubads().collapseEmptyDivs();\\r\\n    googletag.enableServices();\\r\\n  });\\r\\n<\\/script>\\r\\n<!-- \\/23197884379\\/1 -->\\r\\n<div id=\'div-gpt-ad-1722319012812-0\' style=\'min-width: 250px; min-height: 250px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722319012812-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\",\"_element_id\":\"gamescroll\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b32d91\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/6 -->\\n<div id=\'div-gpt-ad-1722509254788-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509254788-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1819844\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6e5da39\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"57bbcba\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c4158df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/arrowpatching\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d3c3308\",\"elType\":\"widget\",\"settings\":{\"title\":\"Arrow Patching\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"d731bf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0179fc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-4.jpeg\",\"id\":133,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/animalandstar\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8936eb7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Animal and Star\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30135eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f9cad88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-1.webp\",\"id\":134,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/angrybubble\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a46f2ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Angry Bubble\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3da2e8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"18e2170\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/alienonearth.png\",\"id\":136,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/alienonearth\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ac6a9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Alien On Earth\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"089b42e\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"8acf6af\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"0663dd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f0bfcef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed.webp\",\"id\":121,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/airbattlemission\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3dd25d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Air Battle Mission \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3e4701e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fba511f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.jpeg\",\"id\":122,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/advantureousboyrun\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b0c61ee\",\"elType\":\"widget\",\"settings\":{\"title\":\"Adventurous Boy Run\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2ccca8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"53f0099\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.jpeg\",\"id\":123,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2048\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36c15a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"2048\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dff0197\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"ab8a1a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.png\",\"id\":124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/bottleclimbing\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e81965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bottle Climbing\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8c416c4\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff3fae1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"826c6fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\",\"id\":125,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/bemillionaire\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"490c566\",\"elType\":\"widget\",\"settings\":{\"title\":\"Be Millionaire\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30a7a1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"791aba0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-2.jpeg\",\"id\":126,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f847e96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Out\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"26a3b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"a2ea20f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/icon.jpg\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a93c085\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balloon Pop\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a5eb85d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fbf6905\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-3.jpeg\",\"id\":128,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"03bcf8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Bouncer Wall\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(846, 168, '_elementor_page_assets', 'a:0:{}'),
(847, 169, '_elementor_edit_mode', 'builder'),
(848, 169, '_elementor_template_type', 'wp-page'),
(849, 169, '_elementor_version', '3.15.1'),
(850, 169, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(851, 169, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\",\"link\":{\"url\":\"#gamescroll\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d86408\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1f35e02\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb59ac0\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n  window.googletag = window.googletag || {cmd: []};\\r\\n  googletag.cmd.push(function() {\\r\\n    googletag.defineSlot(\'\\/23197884379\\/1\', [250, 250], \'div-gpt-ad-1722319012812-0\').addService(googletag.pubads());\\r\\n    googletag.pubads().collapseEmptyDivs();\\r\\n    googletag.enableServices();\\r\\n  });\\r\\n<\\/script>\\r\\n<!-- \\/23197884379\\/1 -->\\r\\n<div id=\'div-gpt-ad-1722319012812-0\' style=\'min-width: 250px; min-height: 250px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722319012812-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\",\"_element_id\":\"gamescroll\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b32d91\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/6 -->\\n<div id=\'div-gpt-ad-1722509254788-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509254788-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1819844\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6e5da39\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"57bbcba\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c4158df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/arrowpatching\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d3c3308\",\"elType\":\"widget\",\"settings\":{\"title\":\"Arrow Patching\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"d731bf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0179fc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-4.jpeg\",\"id\":133,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/animalandstar\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8936eb7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Animal and Star\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30135eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f9cad88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-1.webp\",\"id\":134,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/angrybubble\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a46f2ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Angry Bubble\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3da2e8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"18e2170\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/alienonearth.png\",\"id\":136,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/alienonearth\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ac6a9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Alien On Earth\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"089b42e\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"8acf6af\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"0663dd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f0bfcef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed.webp\",\"id\":121,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/airbattlemission\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3dd25d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Air Battle Mission \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3e4701e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fba511f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.jpeg\",\"id\":122,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/advantureousboyrun\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b0c61ee\",\"elType\":\"widget\",\"settings\":{\"title\":\"Adventurous Boy Run\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2ccca8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"53f0099\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.jpeg\",\"id\":123,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2048\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36c15a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"2048\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dff0197\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"ab8a1a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.png\",\"id\":124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/bottleclimbing\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e81965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bottle Climbing\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8c416c4\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff3fae1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"826c6fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\",\"id\":125,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/bemillionaire\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"490c566\",\"elType\":\"widget\",\"settings\":{\"title\":\"Be Millionaire\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30a7a1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"791aba0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-2.jpeg\",\"id\":126,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ballout\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f847e96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Out\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"26a3b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"a2ea20f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/icon.jpg\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a93c085\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balloon Pop\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a5eb85d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fbf6905\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-3.jpeg\",\"id\":128,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"03bcf8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Bouncer Wall\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(852, 169, '_elementor_page_assets', 'a:0:{}'),
(853, 170, '_elementor_edit_mode', 'builder'),
(854, 170, '_elementor_template_type', 'wp-page'),
(855, 170, '_elementor_version', '3.15.1'),
(856, 170, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(857, 170, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\",\"link\":{\"url\":\"#gamescroll\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d86408\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1f35e02\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb59ac0\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n  window.googletag = window.googletag || {cmd: []};\\r\\n  googletag.cmd.push(function() {\\r\\n    googletag.defineSlot(\'\\/23197884379\\/1\', [250, 250], \'div-gpt-ad-1722319012812-0\').addService(googletag.pubads());\\r\\n    googletag.pubads().collapseEmptyDivs();\\r\\n    googletag.enableServices();\\r\\n  });\\r\\n<\\/script>\\r\\n<!-- \\/23197884379\\/1 -->\\r\\n<div id=\'div-gpt-ad-1722319012812-0\' style=\'min-width: 250px; min-height: 250px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722319012812-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\",\"_element_id\":\"gamescroll\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b32d91\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/6 -->\\n<div id=\'div-gpt-ad-1722509254788-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509254788-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1819844\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6e5da39\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"57bbcba\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c4158df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/arrowpatching\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d3c3308\",\"elType\":\"widget\",\"settings\":{\"title\":\"Arrow Patching\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"d731bf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0179fc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-4.jpeg\",\"id\":133,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/animalandstar\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8936eb7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Animal and Star\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30135eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f9cad88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-1.webp\",\"id\":134,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/angrybubble\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a46f2ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Angry Bubble\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3da2e8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"18e2170\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/alienonearth.png\",\"id\":136,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/alienonearth\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ac6a9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Alien On Earth\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"089b42e\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"8acf6af\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"0663dd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f0bfcef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed.webp\",\"id\":121,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/airbattlemission\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3dd25d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Air Battle Mission \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3e4701e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fba511f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.jpeg\",\"id\":122,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/advantureousboyrun\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b0c61ee\",\"elType\":\"widget\",\"settings\":{\"title\":\"Adventurous Boy Run\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2ccca8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"53f0099\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.jpeg\",\"id\":123,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2048\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36c15a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"2048\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dff0197\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"ab8a1a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.png\",\"id\":124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/bottleclimbing\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e81965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bottle Climbing\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8c416c4\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff3fae1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"826c6fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\",\"id\":125,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/bemillionaire\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"490c566\",\"elType\":\"widget\",\"settings\":{\"title\":\"Be Millionaire\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30a7a1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"791aba0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-2.jpeg\",\"id\":126,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ballout\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f847e96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Out\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"26a3b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"a2ea20f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/icon.jpg\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a93c085\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balloon Pop\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a5eb85d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fbf6905\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-3.jpeg\",\"id\":128,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"03bcf8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Bouncer Wall\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(858, 170, '_elementor_page_assets', 'a:0:{}'),
(859, 171, '_elementor_edit_mode', 'builder'),
(860, 171, '_elementor_template_type', 'wp-page'),
(861, 171, '_elementor_version', '3.15.1'),
(862, 171, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(863, 171, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\",\"link\":{\"url\":\"#gamescroll\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d86408\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1f35e02\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb59ac0\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n  window.googletag = window.googletag || {cmd: []};\\r\\n  googletag.cmd.push(function() {\\r\\n    googletag.defineSlot(\'\\/23197884379\\/1\', [250, 250], \'div-gpt-ad-1722319012812-0\').addService(googletag.pubads());\\r\\n    googletag.pubads().collapseEmptyDivs();\\r\\n    googletag.enableServices();\\r\\n  });\\r\\n<\\/script>\\r\\n<!-- \\/23197884379\\/1 -->\\r\\n<div id=\'div-gpt-ad-1722319012812-0\' style=\'min-width: 250px; min-height: 250px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722319012812-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\",\"_element_id\":\"gamescroll\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b32d91\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/6 -->\\n<div id=\'div-gpt-ad-1722509254788-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509254788-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1819844\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6e5da39\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"57bbcba\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c4158df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/arrowpatching\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d3c3308\",\"elType\":\"widget\",\"settings\":{\"title\":\"Arrow Patching\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"d731bf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0179fc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-4.jpeg\",\"id\":133,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/animalandstar\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8936eb7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Animal and Star\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30135eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f9cad88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-1.webp\",\"id\":134,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/angrybubble\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a46f2ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Angry Bubble\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3da2e8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"18e2170\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/alienonearth.png\",\"id\":136,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/alienonearth\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ac6a9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Alien On Earth\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"089b42e\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"8acf6af\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"0663dd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f0bfcef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed.webp\",\"id\":121,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/airbattlemission\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3dd25d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Air Battle Mission \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3e4701e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fba511f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.jpeg\",\"id\":122,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/advantureousboyrun\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b0c61ee\",\"elType\":\"widget\",\"settings\":{\"title\":\"Adventurous Boy Run\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2ccca8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"53f0099\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.jpeg\",\"id\":123,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2048\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36c15a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"2048\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dff0197\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"ab8a1a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.png\",\"id\":124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/bottleclimbing\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e81965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bottle Climbing\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8c416c4\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff3fae1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"826c6fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\",\"id\":125,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/bemillionaire\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"490c566\",\"elType\":\"widget\",\"settings\":{\"title\":\"Be Millionaire\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30a7a1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"791aba0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-2.jpeg\",\"id\":126,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ballout\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f847e96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Out\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"26a3b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"a2ea20f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/icon.jpg\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a93c085\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balloon Pop\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a5eb85d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fbf6905\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-3.jpeg\",\"id\":128,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"03bcf8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Bouncer Wall\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(864, 171, '_elementor_page_assets', 'a:0:{}'),
(865, 172, '_elementor_edit_mode', 'builder'),
(866, 172, '_elementor_template_type', 'wp-page'),
(867, 172, '_elementor_version', '3.15.1'),
(868, 172, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(869, 172, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\",\"link\":{\"url\":\"#gamescroll\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d86408\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1f35e02\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb59ac0\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n  window.googletag = window.googletag || {cmd: []};\\r\\n  googletag.cmd.push(function() {\\r\\n    googletag.defineSlot(\'\\/23197884379\\/1\', [250, 250], \'div-gpt-ad-1722319012812-0\').addService(googletag.pubads());\\r\\n    googletag.pubads().collapseEmptyDivs();\\r\\n    googletag.enableServices();\\r\\n  });\\r\\n<\\/script>\\r\\n<!-- \\/23197884379\\/1 -->\\r\\n<div id=\'div-gpt-ad-1722319012812-0\' style=\'min-width: 250px; min-height: 250px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722319012812-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\",\"_element_id\":\"gamescroll\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b32d91\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/6 -->\\n<div id=\'div-gpt-ad-1722509254788-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509254788-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1819844\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6e5da39\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"57bbcba\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c4158df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/arrowpatching\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d3c3308\",\"elType\":\"widget\",\"settings\":{\"title\":\"Arrow Patching\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"d731bf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0179fc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-4.jpeg\",\"id\":133,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/animalandstar\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8936eb7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Animal and Star\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30135eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f9cad88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-1.webp\",\"id\":134,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/angrybubble\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a46f2ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Angry Bubble\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3da2e8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"18e2170\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/alienonearth.png\",\"id\":136,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/alienonearth\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ac6a9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Alien On Earth\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"089b42e\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"8acf6af\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"0663dd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f0bfcef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed.webp\",\"id\":121,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/airbattlemission\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3dd25d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Air Battle Mission \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3e4701e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fba511f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.jpeg\",\"id\":122,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/advantureousboyrun\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b0c61ee\",\"elType\":\"widget\",\"settings\":{\"title\":\"Adventurous Boy Run\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2ccca8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"53f0099\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.jpeg\",\"id\":123,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2048\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36c15a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"2048\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dff0197\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"ab8a1a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.png\",\"id\":124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/bottleclimbing\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e81965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bottle Climbing\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8c416c4\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff3fae1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"826c6fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\",\"id\":125,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/bemillionaire\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"490c566\",\"elType\":\"widget\",\"settings\":{\"title\":\"Be Millionaire\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30a7a1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"791aba0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-2.jpeg\",\"id\":126,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ballout\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f847e96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Out\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"26a3b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"a2ea20f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/icon.jpg\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/balloonpop\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a93c085\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balloon Pop\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a5eb85d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fbf6905\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-3.jpeg\",\"id\":128,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"03bcf8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Bouncer Wall\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(870, 172, '_elementor_page_assets', 'a:0:{}'),
(871, 173, '_elementor_edit_mode', 'builder'),
(872, 173, '_elementor_template_type', 'wp-page'),
(873, 173, '_elementor_version', '3.15.1'),
(874, 173, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(875, 173, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\",\"link\":{\"url\":\"#gamescroll\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d86408\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1f35e02\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb59ac0\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n  window.googletag = window.googletag || {cmd: []};\\r\\n  googletag.cmd.push(function() {\\r\\n    googletag.defineSlot(\'\\/23197884379\\/1\', [250, 250], \'div-gpt-ad-1722319012812-0\').addService(googletag.pubads());\\r\\n    googletag.pubads().collapseEmptyDivs();\\r\\n    googletag.enableServices();\\r\\n  });\\r\\n<\\/script>\\r\\n<!-- \\/23197884379\\/1 -->\\r\\n<div id=\'div-gpt-ad-1722319012812-0\' style=\'min-width: 250px; min-height: 250px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722319012812-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\",\"_element_id\":\"gamescroll\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b32d91\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/6 -->\\n<div id=\'div-gpt-ad-1722509254788-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509254788-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1819844\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6e5da39\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"57bbcba\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c4158df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/arrowpatching\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d3c3308\",\"elType\":\"widget\",\"settings\":{\"title\":\"Arrow Patching\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"d731bf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0179fc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-4.jpeg\",\"id\":133,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/animalandstar\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8936eb7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Animal and Star\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30135eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f9cad88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-1.webp\",\"id\":134,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/angrybubble\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a46f2ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Angry Bubble\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3da2e8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"18e2170\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/alienonearth.png\",\"id\":136,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/alienonearth\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ac6a9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Alien On Earth\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"089b42e\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"8acf6af\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"0663dd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f0bfcef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed.webp\",\"id\":121,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/airbattlemission\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3dd25d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Air Battle Mission \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3e4701e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fba511f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.jpeg\",\"id\":122,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/advantureousboyrun\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b0c61ee\",\"elType\":\"widget\",\"settings\":{\"title\":\"Adventurous Boy Run\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2ccca8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"53f0099\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.jpeg\",\"id\":123,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2048\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36c15a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"2048\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dff0197\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"ab8a1a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.png\",\"id\":124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/bottleclimbing\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e81965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bottle Climbing\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8c416c4\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff3fae1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"826c6fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\",\"id\":125,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/bemillionaire\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"490c566\",\"elType\":\"widget\",\"settings\":{\"title\":\"Be Millionaire\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30a7a1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"791aba0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-2.jpeg\",\"id\":126,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ballout\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f847e96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Out\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"26a3b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"a2ea20f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/icon.jpg\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/balloonpop\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a93c085\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balloon Pop\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a5eb85d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fbf6905\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-3.jpeg\",\"id\":128,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"03bcf8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Bouncer Wall\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(876, 173, '_elementor_page_assets', 'a:0:{}'),
(877, 174, '_elementor_edit_mode', 'builder'),
(878, 174, '_elementor_template_type', 'wp-page'),
(879, 174, '_elementor_version', '3.15.1'),
(880, 174, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(881, 174, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\",\"link\":{\"url\":\"#gamescroll\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d86408\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1f35e02\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb59ac0\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n  window.googletag = window.googletag || {cmd: []};\\r\\n  googletag.cmd.push(function() {\\r\\n    googletag.defineSlot(\'\\/23197884379\\/1\', [250, 250], \'div-gpt-ad-1722319012812-0\').addService(googletag.pubads());\\r\\n    googletag.pubads().collapseEmptyDivs();\\r\\n    googletag.enableServices();\\r\\n  });\\r\\n<\\/script>\\r\\n<!-- \\/23197884379\\/1 -->\\r\\n<div id=\'div-gpt-ad-1722319012812-0\' style=\'min-width: 250px; min-height: 250px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722319012812-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\",\"_element_id\":\"gamescroll\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b32d91\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/6 -->\\n<div id=\'div-gpt-ad-1722509254788-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509254788-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1819844\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6e5da39\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"57bbcba\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c4158df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/arrowpatching\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d3c3308\",\"elType\":\"widget\",\"settings\":{\"title\":\"Arrow Patching\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"d731bf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0179fc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-4.jpeg\",\"id\":133,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/animalandstar\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8936eb7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Animal and Star\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30135eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f9cad88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-1.webp\",\"id\":134,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/angrybubble\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a46f2ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Angry Bubble\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3da2e8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"18e2170\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/alienonearth.png\",\"id\":136,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/alienonearth\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ac6a9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Alien On Earth\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"089b42e\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"8acf6af\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"0663dd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f0bfcef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed.webp\",\"id\":121,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/airbattlemission\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3dd25d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Air Battle Mission \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3e4701e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fba511f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.jpeg\",\"id\":122,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/advantureousboyrun\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b0c61ee\",\"elType\":\"widget\",\"settings\":{\"title\":\"Adventurous Boy Run\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2ccca8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"53f0099\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.jpeg\",\"id\":123,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2048\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36c15a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"2048\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dff0197\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"ab8a1a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.png\",\"id\":124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/bottleclimbing\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e81965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bottle Climbing\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8c416c4\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff3fae1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"826c6fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\",\"id\":125,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/bemillionaire\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"490c566\",\"elType\":\"widget\",\"settings\":{\"title\":\"Be Millionaire\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30a7a1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"791aba0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-2.jpeg\",\"id\":126,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ballout\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f847e96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Out\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"26a3b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"a2ea20f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/icon.jpg\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/balloonpop\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a93c085\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balloon Pop\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a5eb85d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fbf6905\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-3.jpeg\",\"id\":128,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"03bcf8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Bouncer Wall\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(882, 174, '_elementor_page_assets', 'a:0:{}'),
(883, 175, '_elementor_edit_mode', 'builder'),
(884, 175, '_elementor_template_type', 'wp-page'),
(885, 175, '_elementor_version', '3.15.1'),
(886, 175, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(887, 175, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\",\"link\":{\"url\":\"#gamescroll\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d86408\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1f35e02\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb59ac0\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n  window.googletag = window.googletag || {cmd: []};\\r\\n  googletag.cmd.push(function() {\\r\\n    googletag.defineSlot(\'\\/23197884379\\/1\', [250, 250], \'div-gpt-ad-1722319012812-0\').addService(googletag.pubads());\\r\\n    googletag.pubads().collapseEmptyDivs();\\r\\n    googletag.enableServices();\\r\\n  });\\r\\n<\\/script>\\r\\n<!-- \\/23197884379\\/1 -->\\r\\n<div id=\'div-gpt-ad-1722319012812-0\' style=\'min-width: 250px; min-height: 250px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722319012812-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\",\"_element_id\":\"gamescroll\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b32d91\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/6 -->\\n<div id=\'div-gpt-ad-1722509254788-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509254788-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1819844\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6e5da39\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"57bbcba\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c4158df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/arrowpatching\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d3c3308\",\"elType\":\"widget\",\"settings\":{\"title\":\"Arrow Patching\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"d731bf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0179fc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-4.jpeg\",\"id\":133,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/animalandstar\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8936eb7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Animal and Star\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30135eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f9cad88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-1.webp\",\"id\":134,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/angrybubble\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a46f2ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Angry Bubble\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3da2e8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"18e2170\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/alienonearth.png\",\"id\":136,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/alienonearth\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ac6a9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Alien On Earth\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"089b42e\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"8acf6af\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"0663dd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f0bfcef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed.webp\",\"id\":121,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/airbattlemission\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3dd25d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Air Battle Mission \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3e4701e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fba511f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.jpeg\",\"id\":122,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/advantureousboyrun\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b0c61ee\",\"elType\":\"widget\",\"settings\":{\"title\":\"Adventurous Boy Run\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2ccca8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"53f0099\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.jpeg\",\"id\":123,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2048\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36c15a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"2048\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dff0197\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"ab8a1a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.png\",\"id\":124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/bottleclimbing\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e81965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bottle Climbing\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8c416c4\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff3fae1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"826c6fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\",\"id\":125,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/bemillionaire\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"490c566\",\"elType\":\"widget\",\"settings\":{\"title\":\"Be Millionaire\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30a7a1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"791aba0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-2.jpeg\",\"id\":126,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ballout\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f847e96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Out\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"26a3b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"a2ea20f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/icon.jpg\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/balloonpop\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a93c085\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balloon Pop\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a5eb85d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fbf6905\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-3.jpeg\",\"id\":128,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ballbouncerwall\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"03bcf8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Bouncer Wall\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(888, 175, '_elementor_page_assets', 'a:0:{}'),
(890, 6, '_elementor_css', 'a:6:{s:4:\"time\";i:1722580633;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:11:\"Roboto Slab\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(892, 176, '_wp_attached_file', '2024/08/unnamed-1.png'),
(893, 176, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:21:\"2024/08/unnamed-1.png\";s:8:\"filesize\";i:80134;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"unnamed-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:44633;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"unnamed-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17104;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(894, 177, '_wp_attached_file', '2024/08/three-burning-balls.png'),
(895, 177, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:31:\"2024/08/three-burning-balls.png\";s:8:\"filesize\";i:15150;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"three-burning-balls-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:28580;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"three-burning-balls-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11021;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(903, 179, '_wp_attached_file', '2024/08/3549847.webp'),
(904, 179, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:256;s:6:\"height\";i:256;s:4:\"file\";s:20:\"2024/08/3549847.webp\";s:8:\"filesize\";i:22092;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"3549847-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:10344;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(905, 180, '_wp_attached_file', '2024/08/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512.webp'),
(906, 180, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:256;s:6:\"height\";i:256;s:4:\"file\";s:78:\"2024/08/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512.webp\";s:8:\"filesize\";i:7882;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:78:\"com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5916;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(907, 181, '_elementor_edit_mode', 'builder'),
(908, 181, '_elementor_template_type', 'wp-page'),
(909, 181, '_elementor_version', '3.15.1'),
(910, 181, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(911, 181, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\",\"link\":{\"url\":\"#gamescroll\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d86408\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1f35e02\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb59ac0\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n  window.googletag = window.googletag || {cmd: []};\\r\\n  googletag.cmd.push(function() {\\r\\n    googletag.defineSlot(\'\\/23197884379\\/1\', [250, 250], \'div-gpt-ad-1722319012812-0\').addService(googletag.pubads());\\r\\n    googletag.pubads().collapseEmptyDivs();\\r\\n    googletag.enableServices();\\r\\n  });\\r\\n<\\/script>\\r\\n<!-- \\/23197884379\\/1 -->\\r\\n<div id=\'div-gpt-ad-1722319012812-0\' style=\'min-width: 250px; min-height: 250px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722319012812-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\",\"_element_id\":\"gamescroll\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b32d91\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/6 -->\\n<div id=\'div-gpt-ad-1722509254788-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509254788-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1819844\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6e5da39\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"57bbcba\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c4158df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/arrowpatching\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d3c3308\",\"elType\":\"widget\",\"settings\":{\"title\":\"Arrow Patching\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"d731bf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0179fc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-4.jpeg\",\"id\":133,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/animalandstar\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8936eb7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Animal and Star\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30135eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f9cad88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-1.webp\",\"id\":134,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/angrybubble\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a46f2ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Angry Bubble\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3da2e8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"18e2170\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/alienonearth.png\",\"id\":136,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/alienonearth\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ac6a9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Alien On Earth\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"089b42e\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"8acf6af\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"0663dd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f0bfcef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed.webp\",\"id\":121,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/airbattlemission\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3dd25d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Air Battle Mission \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3e4701e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fba511f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.jpeg\",\"id\":122,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/advantureousboyrun\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b0c61ee\",\"elType\":\"widget\",\"settings\":{\"title\":\"Adventurous Boy Run\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2ccca8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"53f0099\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.jpeg\",\"id\":123,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2048\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36c15a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"2048\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dff0197\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"ab8a1a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.png\",\"id\":124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/bottleclimbing\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e81965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bottle Climbing\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8c416c4\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff3fae1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"826c6fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\",\"id\":125,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/bemillionaire\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"490c566\",\"elType\":\"widget\",\"settings\":{\"title\":\"Be Millionaire\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30a7a1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"791aba0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-2.jpeg\",\"id\":126,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ballout\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f847e96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Out\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"26a3b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"a2ea20f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/icon.jpg\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/balloonpop\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a93c085\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balloon Pop\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a5eb85d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fbf6905\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-3.jpeg\",\"id\":128,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ballbouncerwall\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"03bcf8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Bouncer Wall\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(912, 181, '_elementor_page_assets', 'a:0:{}'),
(913, 182, '_elementor_edit_mode', 'builder'),
(914, 182, '_elementor_template_type', 'wp-page'),
(915, 182, '_elementor_version', '3.15.1'),
(916, 182, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(917, 182, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\",\"link\":{\"url\":\"#gamescroll\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d86408\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1f35e02\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb59ac0\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n  window.googletag = window.googletag || {cmd: []};\\r\\n  googletag.cmd.push(function() {\\r\\n    googletag.defineSlot(\'\\/23197884379\\/1\', [250, 250], \'div-gpt-ad-1722319012812-0\').addService(googletag.pubads());\\r\\n    googletag.pubads().collapseEmptyDivs();\\r\\n    googletag.enableServices();\\r\\n  });\\r\\n<\\/script>\\r\\n<!-- \\/23197884379\\/1 -->\\r\\n<div id=\'div-gpt-ad-1722319012812-0\' style=\'min-width: 250px; min-height: 250px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722319012812-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\",\"_element_id\":\"gamescroll\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256.png\",\"id\":15,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Cleaner\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Army Bomber Truck\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-2.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"ABC Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-3.png\",\"id\":18,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tank Strategy\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b32d91\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/6 -->\\n<div id=\'div-gpt-ad-1722509254788-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509254788-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1819844\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6e5da39\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"57bbcba\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c4158df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/arrowpatching\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d3c3308\",\"elType\":\"widget\",\"settings\":{\"title\":\"Arrow Patching\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"d731bf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0179fc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-4.jpeg\",\"id\":133,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/animalandstar\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8936eb7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Animal and Star\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30135eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f9cad88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-1.webp\",\"id\":134,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/angrybubble\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a46f2ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Angry Bubble\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3da2e8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"18e2170\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/alienonearth.png\",\"id\":136,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/alienonearth\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ac6a9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Alien On Earth\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"089b42e\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"8acf6af\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"0663dd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f0bfcef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed.webp\",\"id\":121,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/airbattlemission\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3dd25d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Air Battle Mission \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3e4701e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fba511f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.jpeg\",\"id\":122,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/advantureousboyrun\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b0c61ee\",\"elType\":\"widget\",\"settings\":{\"title\":\"Adventurous Boy Run\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2ccca8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"53f0099\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.jpeg\",\"id\":123,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2048\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36c15a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"2048\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dff0197\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"ab8a1a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.png\",\"id\":124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/bottleclimbing\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e81965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bottle Climbing\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8c416c4\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff3fae1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"826c6fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\",\"id\":125,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/bemillionaire\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"490c566\",\"elType\":\"widget\",\"settings\":{\"title\":\"Be Millionaire\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30a7a1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"791aba0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-2.jpeg\",\"id\":126,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ballout\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f847e96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Out\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"26a3b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"a2ea20f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/icon.jpg\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/balloonpop\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a93c085\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balloon Pop\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a5eb85d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fbf6905\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-3.jpeg\",\"id\":128,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ballbouncerwall\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"03bcf8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Bouncer Wall\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(918, 182, '_elementor_page_assets', 'a:0:{}'),
(919, 183, '_elementor_edit_mode', 'builder'),
(920, 183, '_elementor_template_type', 'wp-page'),
(921, 183, '_elementor_version', '3.15.1'),
(922, 183, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(923, 183, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\",\"link\":{\"url\":\"#gamescroll\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d86408\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1f35e02\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb59ac0\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n  window.googletag = window.googletag || {cmd: []};\\r\\n  googletag.cmd.push(function() {\\r\\n    googletag.defineSlot(\'\\/23197884379\\/1\', [250, 250], \'div-gpt-ad-1722319012812-0\').addService(googletag.pubads());\\r\\n    googletag.pubads().collapseEmptyDivs();\\r\\n    googletag.enableServices();\\r\\n  });\\r\\n<\\/script>\\r\\n<!-- \\/23197884379\\/1 -->\\r\\n<div id=\'div-gpt-ad-1722319012812-0\' style=\'min-width: 250px; min-height: 250px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722319012812-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\",\"_element_id\":\"gamescroll\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-1.png\",\"id\":176,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brain Exercise \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/three-burning-balls.png\",\"id\":177,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Burning Balls\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/3549847.webp\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"Car Breaker \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512.webp\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chicken Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b32d91\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/6 -->\\n<div id=\'div-gpt-ad-1722509254788-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509254788-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1819844\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6e5da39\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"57bbcba\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c4158df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/arrowpatching\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d3c3308\",\"elType\":\"widget\",\"settings\":{\"title\":\"Arrow Patching\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"d731bf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0179fc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-4.jpeg\",\"id\":133,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/animalandstar\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8936eb7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Animal and Star\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30135eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f9cad88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-1.webp\",\"id\":134,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/angrybubble\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a46f2ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Angry Bubble\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3da2e8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"18e2170\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/alienonearth.png\",\"id\":136,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/alienonearth\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ac6a9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Alien On Earth\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"089b42e\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"8acf6af\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"0663dd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f0bfcef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed.webp\",\"id\":121,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/airbattlemission\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3dd25d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Air Battle Mission \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3e4701e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fba511f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.jpeg\",\"id\":122,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/advantureousboyrun\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b0c61ee\",\"elType\":\"widget\",\"settings\":{\"title\":\"Adventurous Boy Run\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2ccca8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"53f0099\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.jpeg\",\"id\":123,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2048\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36c15a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"2048\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dff0197\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"ab8a1a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.png\",\"id\":124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/bottleclimbing\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e81965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bottle Climbing\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8c416c4\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff3fae1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"826c6fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\",\"id\":125,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/bemillionaire\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"490c566\",\"elType\":\"widget\",\"settings\":{\"title\":\"Be Millionaire\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30a7a1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"791aba0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-2.jpeg\",\"id\":126,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ballout\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f847e96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Out\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"26a3b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"a2ea20f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/icon.jpg\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/balloonpop\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a93c085\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balloon Pop\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a5eb85d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fbf6905\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-3.jpeg\",\"id\":128,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ballbouncerwall\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"03bcf8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Bouncer Wall\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(924, 183, '_elementor_page_assets', 'a:0:{}'),
(925, 184, '_wp_attached_file', '2024/08/unnamed-1.jpg'),
(926, 184, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:640;s:6:\"height\";i:400;s:4:\"file\";s:21:\"2024/08/unnamed-1.jpg\";s:8:\"filesize\";i:22781;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"unnamed-1-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11687;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"unnamed-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6263;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(927, 185, '_wp_attached_file', '2024/08/unnamed-2.webp'),
(928, 185, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:240;s:6:\"height\";i:240;s:4:\"file\";s:22:\"2024/08/unnamed-2.webp\";s:8:\"filesize\";i:40756;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"unnamed-2-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6258;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(935, 187, '_wp_attached_file', '2024/08/christmas-gifts-icon.png'),
(936, 187, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:32:\"2024/08/christmas-gifts-icon.png\";s:8:\"filesize\";i:16377;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"christmas-gifts-icon-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:30497;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"christmas-gifts-icon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12420;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(937, 188, '_wp_attached_file', '2024/08/unnamed-3.webp'),
(938, 188, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:240;s:6:\"height\";i:240;s:4:\"file\";s:22:\"2024/08/unnamed-3.webp\";s:8:\"filesize\";i:29666;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"unnamed-3-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5308;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(940, 189, '_wp_attached_file', '2024/08/images-5.jpeg'),
(941, 189, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:225;s:6:\"height\";i:225;s:4:\"file\";s:21:\"2024/08/images-5.jpeg\";s:8:\"filesize\";i:13904;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"images-5-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6896;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(942, 190, '_elementor_edit_mode', 'builder'),
(943, 190, '_elementor_template_type', 'wp-page'),
(944, 190, '_elementor_version', '3.15.1'),
(945, 190, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(946, 190, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\",\"link\":{\"url\":\"#gamescroll\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d86408\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1f35e02\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb59ac0\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n  window.googletag = window.googletag || {cmd: []};\\r\\n  googletag.cmd.push(function() {\\r\\n    googletag.defineSlot(\'\\/23197884379\\/1\', [250, 250], \'div-gpt-ad-1722319012812-0\').addService(googletag.pubads());\\r\\n    googletag.pubads().collapseEmptyDivs();\\r\\n    googletag.enableServices();\\r\\n  });\\r\\n<\\/script>\\r\\n<!-- \\/23197884379\\/1 -->\\r\\n<div id=\'div-gpt-ad-1722319012812-0\' style=\'min-width: 250px; min-height: 250px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722319012812-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\",\"_element_id\":\"gamescroll\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-1.png\",\"id\":176,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brain Exercise \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/three-burning-balls.png\",\"id\":177,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Burning Balls\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/3549847.webp\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"Car Breaker \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512.webp\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chicken Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b32d91\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/6 -->\\n<div id=\'div-gpt-ad-1722509254788-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509254788-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1819844\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6e5da39\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"57bbcba\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c4158df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/arrowpatching\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d3c3308\",\"elType\":\"widget\",\"settings\":{\"title\":\"Arrow Patching\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"d731bf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0179fc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-4.jpeg\",\"id\":133,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/animalandstar\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8936eb7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Animal and Star\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30135eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f9cad88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-1.webp\",\"id\":134,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/angrybubble\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a46f2ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Angry Bubble\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3da2e8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"18e2170\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/alienonearth.png\",\"id\":136,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/alienonearth\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ac6a9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Alien On Earth\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"089b42e\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"8acf6af\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"0663dd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f0bfcef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed.webp\",\"id\":121,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/airbattlemission\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3dd25d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Air Battle Mission \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3e4701e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fba511f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.jpeg\",\"id\":122,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/advantureousboyrun\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b0c61ee\",\"elType\":\"widget\",\"settings\":{\"title\":\"Adventurous Boy Run\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2ccca8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"53f0099\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.jpeg\",\"id\":123,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2048\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36c15a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"2048\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dff0197\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"ab8a1a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.png\",\"id\":124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/bottleclimbing\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e81965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bottle Climbing\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8c416c4\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff3fae1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"826c6fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\",\"id\":125,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/bemillionaire\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"490c566\",\"elType\":\"widget\",\"settings\":{\"title\":\"Be Millionaire\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30a7a1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"791aba0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-2.jpeg\",\"id\":126,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ballout\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f847e96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Out\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"26a3b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"a2ea20f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/icon.jpg\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/balloonpop\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a93c085\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balloon Pop\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a5eb85d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fbf6905\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-3.jpeg\",\"id\":128,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ballbouncerwall\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"03bcf8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Bouncer Wall\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(947, 190, '_elementor_page_assets', 'a:0:{}'),
(948, 190, '_elementor_css', 'a:6:{s:4:\"time\";i:1722581714;s:5:\"fonts\";a:1:{i:0;s:7:\"Poppins\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(949, 191, '_elementor_edit_mode', 'builder'),
(950, 191, '_elementor_template_type', 'wp-page'),
(951, 191, '_elementor_version', '3.15.1'),
(952, 191, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(953, 191, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\",\"link\":{\"url\":\"#gamescroll\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d86408\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1f35e02\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb59ac0\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n  window.googletag = window.googletag || {cmd: []};\\r\\n  googletag.cmd.push(function() {\\r\\n    googletag.defineSlot(\'\\/23197884379\\/1\', [250, 250], \'div-gpt-ad-1722319012812-0\').addService(googletag.pubads());\\r\\n    googletag.pubads().collapseEmptyDivs();\\r\\n    googletag.enableServices();\\r\\n  });\\r\\n<\\/script>\\r\\n<!-- \\/23197884379\\/1 -->\\r\\n<div id=\'div-gpt-ad-1722319012812-0\' style=\'min-width: 250px; min-height: 250px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722319012812-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\",\"_element_id\":\"gamescroll\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-1.png\",\"id\":176,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brain Exercise \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/three-burning-balls.png\",\"id\":177,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Burning Balls\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/3549847.webp\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"Car Breaker \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512.webp\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chicken Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b32d91\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/6 -->\\n<div id=\'div-gpt-ad-1722509254788-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509254788-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-1-1.png\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roll Orange\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-5.png\",\"id\":20,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ninja Pumpkin\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-6.png\",\"id\":21,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Baloon Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-7.png\",\"id\":22,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spacetime Challenge\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1819844\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6e5da39\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"57bbcba\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c4158df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/arrowpatching\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d3c3308\",\"elType\":\"widget\",\"settings\":{\"title\":\"Arrow Patching\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"d731bf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0179fc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-4.jpeg\",\"id\":133,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/animalandstar\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8936eb7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Animal and Star\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30135eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f9cad88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-1.webp\",\"id\":134,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/angrybubble\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a46f2ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Angry Bubble\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3da2e8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"18e2170\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/alienonearth.png\",\"id\":136,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/alienonearth\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ac6a9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Alien On Earth\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"089b42e\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"8acf6af\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"0663dd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f0bfcef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed.webp\",\"id\":121,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/airbattlemission\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3dd25d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Air Battle Mission \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3e4701e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fba511f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.jpeg\",\"id\":122,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/advantureousboyrun\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b0c61ee\",\"elType\":\"widget\",\"settings\":{\"title\":\"Adventurous Boy Run\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2ccca8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"53f0099\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.jpeg\",\"id\":123,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2048\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36c15a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"2048\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dff0197\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"ab8a1a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.png\",\"id\":124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/bottleclimbing\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e81965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bottle Climbing\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8c416c4\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff3fae1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"826c6fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\",\"id\":125,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/bemillionaire\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"490c566\",\"elType\":\"widget\",\"settings\":{\"title\":\"Be Millionaire\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30a7a1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"791aba0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-2.jpeg\",\"id\":126,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ballout\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f847e96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Out\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"26a3b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"a2ea20f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/icon.jpg\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/balloonpop\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a93c085\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balloon Pop\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a5eb85d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fbf6905\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-3.jpeg\",\"id\":128,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ballbouncerwall\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"03bcf8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Bouncer Wall\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(954, 191, '_elementor_page_assets', 'a:0:{}'),
(955, 191, '_elementor_css', 'a:6:{s:4:\"time\";i:1722581714;s:5:\"fonts\";a:1:{i:0;s:7:\"Poppins\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(956, 192, '_elementor_edit_mode', 'builder'),
(957, 192, '_elementor_template_type', 'wp-page'),
(958, 192, '_elementor_version', '3.15.1'),
(959, 192, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(960, 192, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\",\"link\":{\"url\":\"#gamescroll\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d86408\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1f35e02\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb59ac0\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n  window.googletag = window.googletag || {cmd: []};\\r\\n  googletag.cmd.push(function() {\\r\\n    googletag.defineSlot(\'\\/23197884379\\/1\', [250, 250], \'div-gpt-ad-1722319012812-0\').addService(googletag.pubads());\\r\\n    googletag.pubads().collapseEmptyDivs();\\r\\n    googletag.enableServices();\\r\\n  });\\r\\n<\\/script>\\r\\n<!-- \\/23197884379\\/1 -->\\r\\n<div id=\'div-gpt-ad-1722319012812-0\' style=\'min-width: 250px; min-height: 250px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722319012812-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\",\"_element_id\":\"gamescroll\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-1.png\",\"id\":176,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brain Exercise \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/three-burning-balls.png\",\"id\":177,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Burning Balls\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/3549847.webp\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"Car Breaker \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512.webp\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chicken Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b32d91\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/6 -->\\n<div id=\'div-gpt-ad-1722509254788-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509254788-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-2.webp\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Choose True Colors\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/christmas-gifts-icon.png\",\"id\":187,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christmas Gift\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-3.webp\",\"id\":188,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christmas Ant Run\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-5.jpeg\",\"id\":189,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coin Snake\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1819844\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6e5da39\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"57bbcba\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c4158df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/arrowpatching\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d3c3308\",\"elType\":\"widget\",\"settings\":{\"title\":\"Arrow Patching\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"d731bf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0179fc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-4.jpeg\",\"id\":133,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/animalandstar\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8936eb7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Animal and Star\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30135eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f9cad88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-1.webp\",\"id\":134,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/angrybubble\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a46f2ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Angry Bubble\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3da2e8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"18e2170\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/alienonearth.png\",\"id\":136,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/alienonearth\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ac6a9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Alien On Earth\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"089b42e\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"8acf6af\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"0663dd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f0bfcef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed.webp\",\"id\":121,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/airbattlemission\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3dd25d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Air Battle Mission \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3e4701e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fba511f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.jpeg\",\"id\":122,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/advantureousboyrun\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b0c61ee\",\"elType\":\"widget\",\"settings\":{\"title\":\"Adventurous Boy Run\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2ccca8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"53f0099\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.jpeg\",\"id\":123,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2048\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36c15a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"2048\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dff0197\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"ab8a1a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.png\",\"id\":124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/bottleclimbing\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e81965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bottle Climbing\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8c416c4\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff3fae1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"826c6fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\",\"id\":125,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/bemillionaire\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"490c566\",\"elType\":\"widget\",\"settings\":{\"title\":\"Be Millionaire\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30a7a1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"791aba0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-2.jpeg\",\"id\":126,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ballout\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f847e96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Out\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"26a3b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"a2ea20f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/icon.jpg\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/balloonpop\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a93c085\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balloon Pop\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a5eb85d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fbf6905\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-3.jpeg\",\"id\":128,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ballbouncerwall\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"03bcf8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Bouncer Wall\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(961, 192, '_elementor_page_assets', 'a:0:{}'),
(962, 192, '_elementor_css', 'a:6:{s:4:\"time\";i:1722581714;s:5:\"fonts\";a:1:{i:0;s:7:\"Poppins\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(963, 193, '_wp_attached_file', '2024/08/images-6.jpeg'),
(964, 193, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:225;s:6:\"height\";i:225;s:4:\"file\";s:21:\"2024/08/images-6.jpeg\";s:8:\"filesize\";i:11421;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"images-6-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6829;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(965, 194, '_wp_attached_file', '2024/08/images-7.jpeg'),
(966, 194, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:225;s:6:\"height\";i:225;s:4:\"file\";s:21:\"2024/08/images-7.jpeg\";s:8:\"filesize\";i:12113;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"images-7-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6941;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(967, 195, '_wp_attached_file', '2024/08/unnamed-2.png'),
(968, 195, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:21:\"2024/08/unnamed-2.png\";s:8:\"filesize\";i:76307;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"unnamed-2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:88465;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"unnamed-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25501;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(969, 196, '_elementor_edit_mode', 'builder'),
(970, 196, '_elementor_template_type', 'wp-page'),
(971, 196, '_elementor_version', '3.15.1'),
(972, 196, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(973, 196, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\",\"link\":{\"url\":\"#gamescroll\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d86408\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1f35e02\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb59ac0\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n  window.googletag = window.googletag || {cmd: []};\\r\\n  googletag.cmd.push(function() {\\r\\n    googletag.defineSlot(\'\\/23197884379\\/1\', [250, 250], \'div-gpt-ad-1722319012812-0\').addService(googletag.pubads());\\r\\n    googletag.pubads().collapseEmptyDivs();\\r\\n    googletag.enableServices();\\r\\n  });\\r\\n<\\/script>\\r\\n<!-- \\/23197884379\\/1 -->\\r\\n<div id=\'div-gpt-ad-1722319012812-0\' style=\'min-width: 250px; min-height: 250px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722319012812-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\",\"_element_id\":\"gamescroll\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-1.png\",\"id\":176,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brain Exercise \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/three-burning-balls.png\",\"id\":177,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Burning Balls\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/3549847.webp\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"Car Breaker \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512.webp\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chicken Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b32d91\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/6 -->\\n<div id=\'div-gpt-ad-1722509254788-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509254788-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-2.webp\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Choose True Colors\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/christmas-gifts-icon.png\",\"id\":187,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christmas Gift\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-3.webp\",\"id\":188,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christmas Ant Run\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-5.jpeg\",\"id\":189,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coin Snake\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1819844\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6e5da39\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"57bbcba\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c4158df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/arrowpatching\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d3c3308\",\"elType\":\"widget\",\"settings\":{\"title\":\"Arrow Patching\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"d731bf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0179fc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-4.jpeg\",\"id\":133,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/animalandstar\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8936eb7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Animal and Star\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30135eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f9cad88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-1.webp\",\"id\":134,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/angrybubble\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a46f2ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Angry Bubble\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3da2e8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"18e2170\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/alienonearth.png\",\"id\":136,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/alienonearth\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ac6a9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Alien On Earth\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"089b42e\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"8acf6af\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"0663dd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f0bfcef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed.webp\",\"id\":121,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/airbattlemission\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3dd25d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Air Battle Mission \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3e4701e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fba511f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.jpeg\",\"id\":122,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/advantureousboyrun\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b0c61ee\",\"elType\":\"widget\",\"settings\":{\"title\":\"Adventurous Boy Run\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2ccca8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"53f0099\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.jpeg\",\"id\":123,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2048\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36c15a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"2048\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dff0197\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"ab8a1a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.png\",\"id\":124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/bottleclimbing\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e81965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bottle Climbing\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8c416c4\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff3fae1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"826c6fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\",\"id\":125,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/bemillionaire\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"490c566\",\"elType\":\"widget\",\"settings\":{\"title\":\"Be Millionaire\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30a7a1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"791aba0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-2.jpeg\",\"id\":126,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ballout\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f847e96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Out\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"26a3b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"a2ea20f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/icon.jpg\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/balloonpop\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a93c085\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balloon Pop\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a5eb85d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fbf6905\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-3.jpeg\",\"id\":128,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ballbouncerwall\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"03bcf8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Bouncer Wall\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(974, 196, '_elementor_page_assets', 'a:0:{}'),
(975, 197, '_elementor_edit_mode', 'builder'),
(976, 197, '_elementor_template_type', 'wp-page'),
(977, 197, '_elementor_version', '3.15.1'),
(978, 197, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(979, 197, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\",\"link\":{\"url\":\"#gamescroll\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d86408\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1f35e02\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb59ac0\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n  window.googletag = window.googletag || {cmd: []};\\r\\n  googletag.cmd.push(function() {\\r\\n    googletag.defineSlot(\'\\/23197884379\\/1\', [250, 250], \'div-gpt-ad-1722319012812-0\').addService(googletag.pubads());\\r\\n    googletag.pubads().collapseEmptyDivs();\\r\\n    googletag.enableServices();\\r\\n  });\\r\\n<\\/script>\\r\\n<!-- \\/23197884379\\/1 -->\\r\\n<div id=\'div-gpt-ad-1722319012812-0\' style=\'min-width: 250px; min-height: 250px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722319012812-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\",\"_element_id\":\"gamescroll\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-1.png\",\"id\":176,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brain Exercise \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/three-burning-balls.png\",\"id\":177,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Burning Balls\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/3549847.webp\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"Car Breaker \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512.webp\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chicken Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b32d91\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/6 -->\\n<div id=\'div-gpt-ad-1722509254788-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509254788-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-2.webp\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Choose True Colors\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/christmas-gifts-icon.png\",\"id\":187,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christmas Gift\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-3.webp\",\"id\":188,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christmas Ant Run\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-5.jpeg\",\"id\":189,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coin Snake\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-8.png\",\"id\":23,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Boom Room\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-9.png\",\"id\":24,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colorful Clock\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-10.png\",\"id\":25,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Colored Square\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1819844\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6e5da39\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"57bbcba\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c4158df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/arrowpatching\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d3c3308\",\"elType\":\"widget\",\"settings\":{\"title\":\"Arrow Patching\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"d731bf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0179fc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-4.jpeg\",\"id\":133,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/animalandstar\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8936eb7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Animal and Star\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30135eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f9cad88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-1.webp\",\"id\":134,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/angrybubble\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a46f2ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Angry Bubble\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3da2e8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"18e2170\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/alienonearth.png\",\"id\":136,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/alienonearth\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ac6a9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Alien On Earth\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"089b42e\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"8acf6af\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"0663dd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f0bfcef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed.webp\",\"id\":121,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/airbattlemission\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3dd25d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Air Battle Mission \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3e4701e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fba511f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.jpeg\",\"id\":122,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/advantureousboyrun\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b0c61ee\",\"elType\":\"widget\",\"settings\":{\"title\":\"Adventurous Boy Run\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2ccca8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"53f0099\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.jpeg\",\"id\":123,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2048\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36c15a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"2048\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dff0197\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"ab8a1a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.png\",\"id\":124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/bottleclimbing\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e81965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bottle Climbing\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8c416c4\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff3fae1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"826c6fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\",\"id\":125,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/bemillionaire\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"490c566\",\"elType\":\"widget\",\"settings\":{\"title\":\"Be Millionaire\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30a7a1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"791aba0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-2.jpeg\",\"id\":126,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ballout\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f847e96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Out\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"26a3b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"a2ea20f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/icon.jpg\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/balloonpop\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a93c085\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balloon Pop\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a5eb85d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fbf6905\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-3.jpeg\",\"id\":128,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ballbouncerwall\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"03bcf8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Bouncer Wall\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(980, 197, '_elementor_page_assets', 'a:0:{}'),
(981, 198, '_elementor_edit_mode', 'builder'),
(982, 198, '_elementor_template_type', 'wp-page'),
(983, 198, '_elementor_version', '3.15.1'),
(984, 198, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(985, 198, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\",\"link\":{\"url\":\"#gamescroll\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d86408\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1f35e02\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb59ac0\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n  window.googletag = window.googletag || {cmd: []};\\r\\n  googletag.cmd.push(function() {\\r\\n    googletag.defineSlot(\'\\/23197884379\\/1\', [250, 250], \'div-gpt-ad-1722319012812-0\').addService(googletag.pubads());\\r\\n    googletag.pubads().collapseEmptyDivs();\\r\\n    googletag.enableServices();\\r\\n  });\\r\\n<\\/script>\\r\\n<!-- \\/23197884379\\/1 -->\\r\\n<div id=\'div-gpt-ad-1722319012812-0\' style=\'min-width: 250px; min-height: 250px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722319012812-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\",\"_element_id\":\"gamescroll\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-1.png\",\"id\":176,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brain Exercise \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/three-burning-balls.png\",\"id\":177,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Burning Balls\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/3549847.webp\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"Car Breaker \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512.webp\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chicken Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b32d91\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/6 -->\\n<div id=\'div-gpt-ad-1722509254788-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509254788-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-2.webp\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Choose True Colors\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/christmas-gifts-icon.png\",\"id\":187,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christmas Gift\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-3.webp\",\"id\":188,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christmas Ant Run\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-5.jpeg\",\"id\":189,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coin Snake\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-6.jpeg\",\"id\":193,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Collect Same Balls\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-7.jpeg\",\"id\":194,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Color Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-2.png\",\"id\":195,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Color Match\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1819844\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6e5da39\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"57bbcba\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c4158df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/arrowpatching\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d3c3308\",\"elType\":\"widget\",\"settings\":{\"title\":\"Arrow Patching\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"d731bf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0179fc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-4.jpeg\",\"id\":133,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/animalandstar\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8936eb7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Animal and Star\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30135eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f9cad88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-1.webp\",\"id\":134,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/angrybubble\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a46f2ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Angry Bubble\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3da2e8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"18e2170\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/alienonearth.png\",\"id\":136,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/alienonearth\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ac6a9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Alien On Earth\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"089b42e\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"8acf6af\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"0663dd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f0bfcef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed.webp\",\"id\":121,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/airbattlemission\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3dd25d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Air Battle Mission \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3e4701e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fba511f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.jpeg\",\"id\":122,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/advantureousboyrun\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b0c61ee\",\"elType\":\"widget\",\"settings\":{\"title\":\"Adventurous Boy Run\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2ccca8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"53f0099\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.jpeg\",\"id\":123,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2048\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36c15a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"2048\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dff0197\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"ab8a1a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.png\",\"id\":124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/bottleclimbing\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e81965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bottle Climbing\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8c416c4\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff3fae1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"826c6fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\",\"id\":125,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/bemillionaire\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"490c566\",\"elType\":\"widget\",\"settings\":{\"title\":\"Be Millionaire\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30a7a1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"791aba0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-2.jpeg\",\"id\":126,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ballout\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f847e96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Out\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"26a3b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"a2ea20f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/icon.jpg\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/balloonpop\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a93c085\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balloon Pop\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a5eb85d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fbf6905\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-3.jpeg\",\"id\":128,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ballbouncerwall\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"03bcf8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Bouncer Wall\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(986, 198, '_elementor_page_assets', 'a:0:{}'),
(987, 199, '_wp_attached_file', '2024/08/png-transparent-computer-icons-casino-token-game-icon-design-others-game-gambling-casino.png'),
(988, 199, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:920;s:6:\"height\";i:512;s:4:\"file\";s:100:\"2024/08/png-transparent-computer-icons-casino-token-game-icon-design-others-game-gambling-casino.png\";s:8:\"filesize\";i:35510;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:100:\"png-transparent-computer-icons-casino-token-game-icon-design-others-game-gambling-casino-300x167.png\";s:5:\"width\";i:300;s:6:\"height\";i:167;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:38935;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:100:\"png-transparent-computer-icons-casino-token-game-icon-design-others-game-gambling-casino-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:28597;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:100:\"png-transparent-computer-icons-casino-token-game-icon-design-others-game-gambling-casino-768x427.png\";s:5:\"width\";i:768;s:6:\"height\";i:427;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:188800;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(989, 200, '_wp_attached_file', '2024/08/png-transparent-six-assorted-color-poker-chips-casino-token-gambling-game-poker-chips-icon-material-camera-icon-poster-phone-icon.png'),
(990, 200, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:920;s:6:\"height\";i:547;s:4:\"file\";s:141:\"2024/08/png-transparent-six-assorted-color-poker-chips-casino-token-gambling-game-poker-chips-icon-material-camera-icon-poster-phone-icon.png\";s:8:\"filesize\";i:38096;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:141:\"png-transparent-six-assorted-color-poker-chips-casino-token-gambling-game-poker-chips-icon-material-camera-icon-poster-phone-icon-300x178.png\";s:5:\"width\";i:300;s:6:\"height\";i:178;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:42587;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:141:\"png-transparent-six-assorted-color-poker-chips-casino-token-gambling-game-poker-chips-icon-material-camera-icon-poster-phone-icon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29990;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:141:\"png-transparent-six-assorted-color-poker-chips-casino-token-gambling-game-poker-chips-icon-material-camera-icon-poster-phone-icon-768x457.png\";s:5:\"width\";i:768;s:6:\"height\";i:457;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:191647;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(997, 202, '_wp_attached_file', '2024/08/casino-chips-black-icon-gambling-game-symbol_53562-18470.jpg'),
(998, 202, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:360;s:6:\"height\";i:340;s:4:\"file\";s:68:\"2024/08/casino-chips-black-icon-gambling-game-symbol_53562-18470.jpg\";s:8:\"filesize\";i:29314;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:68:\"casino-chips-black-icon-gambling-game-symbol_53562-18470-300x283.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:283;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17570;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:68:\"casino-chips-black-icon-gambling-game-symbol_53562-18470-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7863;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(999, 203, '_elementor_edit_mode', 'builder'),
(1000, 203, '_elementor_template_type', 'wp-page'),
(1001, 203, '_elementor_version', '3.15.1'),
(1002, 203, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1003, 203, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\",\"link\":{\"url\":\"#gamescroll\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d86408\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1f35e02\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb59ac0\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n  window.googletag = window.googletag || {cmd: []};\\r\\n  googletag.cmd.push(function() {\\r\\n    googletag.defineSlot(\'\\/23197884379\\/1\', [250, 250], \'div-gpt-ad-1722319012812-0\').addService(googletag.pubads());\\r\\n    googletag.pubads().collapseEmptyDivs();\\r\\n    googletag.enableServices();\\r\\n  });\\r\\n<\\/script>\\r\\n<!-- \\/23197884379\\/1 -->\\r\\n<div id=\'div-gpt-ad-1722319012812-0\' style=\'min-width: 250px; min-height: 250px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722319012812-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\",\"_element_id\":\"gamescroll\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-1.png\",\"id\":176,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brain Exercise \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/three-burning-balls.png\",\"id\":177,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Burning Balls\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/3549847.webp\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"Car Breaker \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512.webp\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chicken Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b32d91\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/6 -->\\n<div id=\'div-gpt-ad-1722509254788-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509254788-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-2.webp\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Choose True Colors\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/christmas-gifts-icon.png\",\"id\":187,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christmas Gift\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-3.webp\",\"id\":188,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christmas Ant Run\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-5.jpeg\",\"id\":189,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coin Snake\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-6.jpeg\",\"id\":193,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Collect Same Balls\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-7.jpeg\",\"id\":194,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Color Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-2.png\",\"id\":195,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Color Match\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1819844\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6e5da39\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"57bbcba\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c4158df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/arrowpatching\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d3c3308\",\"elType\":\"widget\",\"settings\":{\"title\":\"Arrow Patching\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"d731bf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0179fc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-4.jpeg\",\"id\":133,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/animalandstar\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8936eb7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Animal and Star\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30135eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f9cad88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-1.webp\",\"id\":134,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/angrybubble\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a46f2ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Angry Bubble\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3da2e8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"18e2170\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/alienonearth.png\",\"id\":136,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/alienonearth\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ac6a9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Alien On Earth\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"089b42e\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"8acf6af\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"0663dd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f0bfcef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed.webp\",\"id\":121,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/airbattlemission\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3dd25d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Air Battle Mission \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3e4701e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fba511f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.jpeg\",\"id\":122,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/advantureousboyrun\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b0c61ee\",\"elType\":\"widget\",\"settings\":{\"title\":\"Adventurous Boy Run\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2ccca8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"53f0099\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.jpeg\",\"id\":123,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2048\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36c15a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"2048\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dff0197\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"ab8a1a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.png\",\"id\":124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/bottleclimbing\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e81965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bottle Climbing\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8c416c4\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff3fae1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"826c6fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\",\"id\":125,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/bemillionaire\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"490c566\",\"elType\":\"widget\",\"settings\":{\"title\":\"Be Millionaire\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30a7a1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"791aba0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-2.jpeg\",\"id\":126,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ballout\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f847e96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Out\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"26a3b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"a2ea20f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/icon.jpg\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/balloonpop\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a93c085\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balloon Pop\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a5eb85d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fbf6905\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-3.jpeg\",\"id\":128,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ballbouncerwall\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"03bcf8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Bouncer Wall\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1004, 203, '_elementor_page_assets', 'a:0:{}'),
(1005, 204, '_elementor_edit_mode', 'builder'),
(1006, 204, '_elementor_template_type', 'wp-page'),
(1007, 204, '_elementor_version', '3.15.1'),
(1008, 204, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1009, 204, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\",\"link\":{\"url\":\"#gamescroll\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d86408\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1f35e02\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb59ac0\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n  window.googletag = window.googletag || {cmd: []};\\r\\n  googletag.cmd.push(function() {\\r\\n    googletag.defineSlot(\'\\/23197884379\\/1\', [250, 250], \'div-gpt-ad-1722319012812-0\').addService(googletag.pubads());\\r\\n    googletag.pubads().collapseEmptyDivs();\\r\\n    googletag.enableServices();\\r\\n  });\\r\\n<\\/script>\\r\\n<!-- \\/23197884379\\/1 -->\\r\\n<div id=\'div-gpt-ad-1722319012812-0\' style=\'min-width: 250px; min-height: 250px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722319012812-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\",\"_element_id\":\"gamescroll\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-1.png\",\"id\":176,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brain Exercise \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/three-burning-balls.png\",\"id\":177,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Burning Balls\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/3549847.webp\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"Car Breaker \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512.webp\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chicken Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b32d91\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/6 -->\\n<div id=\'div-gpt-ad-1722509254788-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509254788-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-2.webp\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Choose True Colors\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/christmas-gifts-icon.png\",\"id\":187,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christmas Gift\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-3.webp\",\"id\":188,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christmas Ant Run\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-5.jpeg\",\"id\":189,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coin Snake\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-6.jpeg\",\"id\":193,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Collect Same Balls\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-7.jpeg\",\"id\":194,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Color Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-2.png\",\"id\":195,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Color Match\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-11.png\",\"id\":26,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dungeon Box\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1819844\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6e5da39\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"57bbcba\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c4158df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/arrowpatching\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d3c3308\",\"elType\":\"widget\",\"settings\":{\"title\":\"Arrow Patching\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"d731bf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0179fc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-4.jpeg\",\"id\":133,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/animalandstar\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8936eb7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Animal and Star\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30135eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f9cad88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-1.webp\",\"id\":134,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/angrybubble\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a46f2ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Angry Bubble\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3da2e8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"18e2170\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/alienonearth.png\",\"id\":136,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/alienonearth\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ac6a9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Alien On Earth\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"089b42e\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"8acf6af\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"0663dd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f0bfcef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed.webp\",\"id\":121,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/airbattlemission\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3dd25d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Air Battle Mission \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3e4701e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fba511f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.jpeg\",\"id\":122,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/advantureousboyrun\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b0c61ee\",\"elType\":\"widget\",\"settings\":{\"title\":\"Adventurous Boy Run\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2ccca8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"53f0099\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.jpeg\",\"id\":123,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2048\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36c15a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"2048\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dff0197\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"ab8a1a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.png\",\"id\":124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/bottleclimbing\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e81965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bottle Climbing\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8c416c4\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff3fae1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"826c6fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\",\"id\":125,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/bemillionaire\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"490c566\",\"elType\":\"widget\",\"settings\":{\"title\":\"Be Millionaire\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30a7a1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"791aba0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-2.jpeg\",\"id\":126,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ballout\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f847e96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Out\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"26a3b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"a2ea20f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/icon.jpg\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/balloonpop\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a93c085\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balloon Pop\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a5eb85d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fbf6905\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-3.jpeg\",\"id\":128,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ballbouncerwall\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"03bcf8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Bouncer Wall\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1010, 204, '_elementor_page_assets', 'a:0:{}'),
(1011, 205, '_elementor_edit_mode', 'builder'),
(1012, 205, '_elementor_template_type', 'wp-page'),
(1013, 205, '_elementor_version', '3.15.1'),
(1014, 205, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1015, 205, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\",\"link\":{\"url\":\"#gamescroll\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d86408\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1f35e02\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb59ac0\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n  window.googletag = window.googletag || {cmd: []};\\r\\n  googletag.cmd.push(function() {\\r\\n    googletag.defineSlot(\'\\/23197884379\\/1\', [250, 250], \'div-gpt-ad-1722319012812-0\').addService(googletag.pubads());\\r\\n    googletag.pubads().collapseEmptyDivs();\\r\\n    googletag.enableServices();\\r\\n  });\\r\\n<\\/script>\\r\\n<!-- \\/23197884379\\/1 -->\\r\\n<div id=\'div-gpt-ad-1722319012812-0\' style=\'min-width: 250px; min-height: 250px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722319012812-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\",\"_element_id\":\"gamescroll\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-1.png\",\"id\":176,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brain Exercise \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/three-burning-balls.png\",\"id\":177,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Burning Balls\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/3549847.webp\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"Car Breaker \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512.webp\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chicken Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b32d91\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/6 -->\\n<div id=\'div-gpt-ad-1722509254788-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509254788-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-2.webp\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Choose True Colors\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/christmas-gifts-icon.png\",\"id\":187,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christmas Gift\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-3.webp\",\"id\":188,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christmas Ant Run\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-5.jpeg\",\"id\":189,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coin Snake\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-6.jpeg\",\"id\":193,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Collect Same Balls\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-7.jpeg\",\"id\":194,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Color Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-2.png\",\"id\":195,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Color Match\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/casino-chips-black-icon-gambling-game-symbol_53562-18470.jpg\",\"id\":202,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cookies Bookies\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1819844\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6e5da39\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"57bbcba\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c4158df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/arrowpatching\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d3c3308\",\"elType\":\"widget\",\"settings\":{\"title\":\"Arrow Patching\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"d731bf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0179fc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-4.jpeg\",\"id\":133,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/animalandstar\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8936eb7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Animal and Star\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30135eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f9cad88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-1.webp\",\"id\":134,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/angrybubble\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a46f2ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Angry Bubble\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3da2e8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"18e2170\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/alienonearth.png\",\"id\":136,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/alienonearth\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ac6a9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Alien On Earth\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"089b42e\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"8acf6af\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"0663dd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f0bfcef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed.webp\",\"id\":121,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/airbattlemission\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3dd25d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Air Battle Mission \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3e4701e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fba511f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.jpeg\",\"id\":122,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/advantureousboyrun\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b0c61ee\",\"elType\":\"widget\",\"settings\":{\"title\":\"Adventurous Boy Run\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2ccca8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"53f0099\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.jpeg\",\"id\":123,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2048\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36c15a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"2048\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dff0197\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"ab8a1a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.png\",\"id\":124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/bottleclimbing\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e81965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bottle Climbing\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8c416c4\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff3fae1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"826c6fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\",\"id\":125,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/bemillionaire\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"490c566\",\"elType\":\"widget\",\"settings\":{\"title\":\"Be Millionaire\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30a7a1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"791aba0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-2.jpeg\",\"id\":126,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ballout\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f847e96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Out\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"26a3b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"a2ea20f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/icon.jpg\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/balloonpop\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a93c085\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balloon Pop\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a5eb85d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fbf6905\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-3.jpeg\",\"id\":128,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ballbouncerwall\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"03bcf8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Bouncer Wall\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1016, 205, '_elementor_page_assets', 'a:0:{}'),
(1017, 206, '_wp_attached_file', '2024/08/free-sport-game-batsman-cricket-player-bat-ball-pad-gloves-helmet-29296.webp'),
(1018, 206, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:256;s:6:\"height\";i:256;s:4:\"file\";s:84:\"2024/08/free-sport-game-batsman-cricket-player-bat-ball-pad-gloves-helmet-29296.webp\";s:8:\"filesize\";i:15564;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:84:\"free-sport-game-batsman-cricket-player-bat-ball-pad-gloves-helmet-29296-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5400;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1019, 207, '_wp_attached_file', '2024/08/Crossy_Road_icon.jpeg'),
(1020, 207, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:175;s:6:\"height\";i:175;s:4:\"file\";s:29:\"2024/08/Crossy_Road_icon.jpeg\";s:8:\"filesize\";i:3984;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"Crossy_Road_icon-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3272;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1021, 208, '_wp_attached_file', '2024/08/png-clipart-crossy-road-video-game-android-crossy-road-game-angle.png'),
(1022, 208, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:900;s:6:\"height\";i:544;s:4:\"file\";s:77:\"2024/08/png-clipart-crossy-road-video-game-android-crossy-road-game-angle.png\";s:8:\"filesize\";i:28680;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:77:\"png-clipart-crossy-road-video-game-android-crossy-road-game-angle-300x181.png\";s:5:\"width\";i:300;s:6:\"height\";i:181;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26917;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:77:\"png-clipart-crossy-road-video-game-android-crossy-road-game-angle-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21237;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:77:\"png-clipart-crossy-road-video-game-android-crossy-road-game-angle-768x464.png\";s:5:\"width\";i:768;s:6:\"height\";i:464;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:150494;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1023, 209, '_wp_attached_file', '2024/08/unnamed-2.jpg'),
(1024, 209, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:300;s:4:\"file\";s:21:\"2024/08/unnamed-2.jpg\";s:8:\"filesize\";i:18793;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"unnamed-2-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5004;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"unnamed-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3880;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1025, 210, '_wp_attached_file', '2024/08/1354be628b798ec200c60d9d7f5c62ca.jpg'),
(1026, 210, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:750;s:6:\"height\";i:750;s:4:\"file\";s:44:\"2024/08/1354be628b798ec200c60d9d7f5c62ca.jpg\";s:8:\"filesize\";i:16992;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"1354be628b798ec200c60d9d7f5c62ca-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6439;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"1354be628b798ec200c60d9d7f5c62ca-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2934;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:13:\"carosanchez21\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:126:\"{\"uid\":\"F32DE59F-EC44-49F6-B763-EDB845E67DED_1619525134857\",\"source\":\"other\",\"origin\":\"gallery\",\"sources\":[\"331738955005211\"]}\";s:17:\"created_timestamp\";s:10:\"1619514490\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1033, 212, '_wp_attached_file', '2024/08/icon_20231120020716655abf54cf06b.webp'),
(1034, 212, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:45:\"2024/08/icon_20231120020716655abf54cf06b.webp\";s:8:\"filesize\";i:217106;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"icon_20231120020716655abf54cf06b-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:17240;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"icon_20231120020716655abf54cf06b-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6522;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1035, 213, '_wp_attached_file', '2024/08/images-8.jpeg'),
(1036, 213, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:219;s:6:\"height\";i:230;s:4:\"file\";s:21:\"2024/08/images-8.jpeg\";s:8:\"filesize\";i:8393;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"images-8-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6462;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1037, 214, '_wp_attached_file', '2024/08/dark-cave-forest-with-path-through-it-game-background-vector-illustration_597121-539.jpg'),
(1038, 214, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:626;s:6:\"height\";i:626;s:4:\"file\";s:96:\"2024/08/dark-cave-forest-with-path-through-it-game-background-vector-illustration_597121-539.jpg\";s:8:\"filesize\";i:88332;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:96:\"dark-cave-forest-with-path-through-it-game-background-vector-illustration_597121-539-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15482;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:96:\"dark-cave-forest-with-path-through-it-game-background-vector-illustration_597121-539-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5023;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1039, 215, '_elementor_edit_mode', 'builder'),
(1040, 215, '_elementor_template_type', 'wp-page'),
(1041, 215, '_elementor_version', '3.15.1'),
(1042, 215, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1043, 215, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\",\"link\":{\"url\":\"#gamescroll\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d86408\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1f35e02\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb59ac0\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n  window.googletag = window.googletag || {cmd: []};\\r\\n  googletag.cmd.push(function() {\\r\\n    googletag.defineSlot(\'\\/23197884379\\/1\', [250, 250], \'div-gpt-ad-1722319012812-0\').addService(googletag.pubads());\\r\\n    googletag.pubads().collapseEmptyDivs();\\r\\n    googletag.enableServices();\\r\\n  });\\r\\n<\\/script>\\r\\n<!-- \\/23197884379\\/1 -->\\r\\n<div id=\'div-gpt-ad-1722319012812-0\' style=\'min-width: 250px; min-height: 250px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722319012812-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\",\"_element_id\":\"gamescroll\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-1.png\",\"id\":176,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brain Exercise \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/three-burning-balls.png\",\"id\":177,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Burning Balls\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/3549847.webp\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"Car Breaker \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512.webp\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chicken Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b32d91\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/6 -->\\n<div id=\'div-gpt-ad-1722509254788-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509254788-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-2.webp\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Choose True Colors\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/christmas-gifts-icon.png\",\"id\":187,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christmas Gift\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-3.webp\",\"id\":188,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christmas Ant Run\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-5.jpeg\",\"id\":189,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coin Snake\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-6.jpeg\",\"id\":193,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Collect Same Balls\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-7.jpeg\",\"id\":194,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Color Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-2.png\",\"id\":195,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Color Match\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/casino-chips-black-icon-gambling-game-symbol_53562-18470.jpg\",\"id\":202,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cookies Bookies\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1819844\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6e5da39\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"57bbcba\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c4158df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/arrowpatching\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d3c3308\",\"elType\":\"widget\",\"settings\":{\"title\":\"Arrow Patching\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"d731bf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0179fc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-4.jpeg\",\"id\":133,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/animalandstar\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8936eb7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Animal and Star\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30135eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f9cad88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-1.webp\",\"id\":134,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/angrybubble\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a46f2ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Angry Bubble\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3da2e8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"18e2170\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/alienonearth.png\",\"id\":136,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/alienonearth\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ac6a9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Alien On Earth\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"089b42e\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"8acf6af\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"0663dd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f0bfcef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed.webp\",\"id\":121,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/airbattlemission\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3dd25d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Air Battle Mission \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3e4701e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fba511f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.jpeg\",\"id\":122,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/advantureousboyrun\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b0c61ee\",\"elType\":\"widget\",\"settings\":{\"title\":\"Adventurous Boy Run\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2ccca8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"53f0099\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.jpeg\",\"id\":123,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2048\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36c15a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"2048\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dff0197\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"ab8a1a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.png\",\"id\":124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/bottleclimbing\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e81965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bottle Climbing\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8c416c4\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff3fae1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"826c6fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\",\"id\":125,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/bemillionaire\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"490c566\",\"elType\":\"widget\",\"settings\":{\"title\":\"Be Millionaire\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30a7a1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"791aba0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-2.jpeg\",\"id\":126,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ballout\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f847e96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Out\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"26a3b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"a2ea20f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/icon.jpg\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/balloonpop\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a93c085\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balloon Pop\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a5eb85d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fbf6905\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-3.jpeg\",\"id\":128,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ballbouncerwall\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"03bcf8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Bouncer Wall\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1044, 215, '_elementor_page_assets', 'a:0:{}'),
(1045, 216, '_elementor_edit_mode', 'builder'),
(1046, 216, '_elementor_template_type', 'wp-page'),
(1047, 216, '_elementor_version', '3.15.1'),
(1048, 216, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1049, 216, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\",\"link\":{\"url\":\"#gamescroll\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d86408\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1f35e02\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb59ac0\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n  window.googletag = window.googletag || {cmd: []};\\r\\n  googletag.cmd.push(function() {\\r\\n    googletag.defineSlot(\'\\/23197884379\\/1\', [250, 250], \'div-gpt-ad-1722319012812-0\').addService(googletag.pubads());\\r\\n    googletag.pubads().collapseEmptyDivs();\\r\\n    googletag.enableServices();\\r\\n  });\\r\\n<\\/script>\\r\\n<!-- \\/23197884379\\/1 -->\\r\\n<div id=\'div-gpt-ad-1722319012812-0\' style=\'min-width: 250px; min-height: 250px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722319012812-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\",\"_element_id\":\"gamescroll\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-1.png\",\"id\":176,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brain Exercise \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/three-burning-balls.png\",\"id\":177,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Burning Balls\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/3549847.webp\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"Car Breaker \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512.webp\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chicken Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b32d91\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/6 -->\\n<div id=\'div-gpt-ad-1722509254788-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509254788-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-2.webp\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Choose True Colors\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/christmas-gifts-icon.png\",\"id\":187,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christmas Gift\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-3.webp\",\"id\":188,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christmas Ant Run\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-5.jpeg\",\"id\":189,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coin Snake\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-6.jpeg\",\"id\":193,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Collect Same Balls\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-7.jpeg\",\"id\":194,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Color Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-2.png\",\"id\":195,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Color Match\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/casino-chips-black-icon-gambling-game-symbol_53562-18470.jpg\",\"id\":202,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cookies Bookies\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1819844\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-12.png\",\"id\":27,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jugglers Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-14.png\",\"id\":29,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sky Jump KARA\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-15.png\",\"id\":30,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"WWII Air Battle\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/icon-256-17.png\",\"id\":32},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coloring Book\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6e5da39\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"57bbcba\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c4158df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/arrowpatching\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d3c3308\",\"elType\":\"widget\",\"settings\":{\"title\":\"Arrow Patching\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"d731bf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0179fc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-4.jpeg\",\"id\":133,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/animalandstar\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8936eb7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Animal and Star\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30135eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f9cad88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-1.webp\",\"id\":134,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/angrybubble\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a46f2ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Angry Bubble\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3da2e8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"18e2170\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/alienonearth.png\",\"id\":136,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/alienonearth\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ac6a9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Alien On Earth\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"089b42e\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"8acf6af\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"0663dd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f0bfcef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed.webp\",\"id\":121,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/airbattlemission\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3dd25d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Air Battle Mission \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3e4701e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fba511f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.jpeg\",\"id\":122,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/advantureousboyrun\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b0c61ee\",\"elType\":\"widget\",\"settings\":{\"title\":\"Adventurous Boy Run\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2ccca8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"53f0099\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.jpeg\",\"id\":123,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2048\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36c15a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"2048\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dff0197\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"ab8a1a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.png\",\"id\":124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/bottleclimbing\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e81965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bottle Climbing\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8c416c4\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff3fae1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"826c6fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\",\"id\":125,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/bemillionaire\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"490c566\",\"elType\":\"widget\",\"settings\":{\"title\":\"Be Millionaire\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30a7a1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"791aba0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-2.jpeg\",\"id\":126,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ballout\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f847e96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Out\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"26a3b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"a2ea20f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/icon.jpg\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/balloonpop\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a93c085\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balloon Pop\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a5eb85d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fbf6905\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-3.jpeg\",\"id\":128,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ballbouncerwall\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"03bcf8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Bouncer Wall\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1050, 216, '_elementor_page_assets', 'a:0:{}'),
(1051, 217, '_elementor_edit_mode', 'builder'),
(1052, 217, '_elementor_template_type', 'wp-page'),
(1053, 217, '_elementor_version', '3.15.1'),
(1054, 217, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1055, 217, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\",\"link\":{\"url\":\"#gamescroll\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d86408\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1f35e02\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb59ac0\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n  window.googletag = window.googletag || {cmd: []};\\r\\n  googletag.cmd.push(function() {\\r\\n    googletag.defineSlot(\'\\/23197884379\\/1\', [250, 250], \'div-gpt-ad-1722319012812-0\').addService(googletag.pubads());\\r\\n    googletag.pubads().collapseEmptyDivs();\\r\\n    googletag.enableServices();\\r\\n  });\\r\\n<\\/script>\\r\\n<!-- \\/23197884379\\/1 -->\\r\\n<div id=\'div-gpt-ad-1722319012812-0\' style=\'min-width: 250px; min-height: 250px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722319012812-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\",\"_element_id\":\"gamescroll\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-1.png\",\"id\":176,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brain Exercise \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/three-burning-balls.png\",\"id\":177,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Burning Balls\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/3549847.webp\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"Car Breaker \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512.webp\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chicken Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b32d91\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/6 -->\\n<div id=\'div-gpt-ad-1722509254788-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509254788-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-2.webp\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Choose True Colors\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/christmas-gifts-icon.png\",\"id\":187,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christmas Gift\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-3.webp\",\"id\":188,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christmas Ant Run\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-5.jpeg\",\"id\":189,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coin Snake\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-6.jpeg\",\"id\":193,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Collect Same Balls\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-7.jpeg\",\"id\":194,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Color Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-2.png\",\"id\":195,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Color Match\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/casino-chips-black-icon-gambling-game-symbol_53562-18470.jpg\",\"id\":202,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cookies Bookies\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1819844\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/free-sport-game-batsman-cricket-player-bat-ball-pad-gloves-helmet-29296.webp\",\"id\":206,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cricket Batter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/1354be628b798ec200c60d9d7f5c62ca.jpg\",\"id\":210,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Crossy Road\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/icon_20231120020716655abf54cf06b.webp\",\"id\":212,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cute Dress Up\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/dark-cave-forest-with-path-through-it-game-background-vector-illustration_597121-539.jpg\",\"id\":214,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dark Forest\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6e5da39\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"57bbcba\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c4158df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/arrowpatching\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d3c3308\",\"elType\":\"widget\",\"settings\":{\"title\":\"Arrow Patching\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"d731bf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0179fc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-4.jpeg\",\"id\":133,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/animalandstar\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8936eb7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Animal and Star\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30135eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f9cad88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-1.webp\",\"id\":134,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/angrybubble\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a46f2ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Angry Bubble\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3da2e8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"18e2170\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/alienonearth.png\",\"id\":136,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/alienonearth\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ac6a9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Alien On Earth\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"089b42e\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"8acf6af\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"0663dd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f0bfcef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed.webp\",\"id\":121,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/airbattlemission\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3dd25d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Air Battle Mission \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3e4701e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fba511f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.jpeg\",\"id\":122,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/advantureousboyrun\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b0c61ee\",\"elType\":\"widget\",\"settings\":{\"title\":\"Adventurous Boy Run\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2ccca8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"53f0099\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.jpeg\",\"id\":123,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2048\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36c15a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"2048\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dff0197\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"ab8a1a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.png\",\"id\":124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/bottleclimbing\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e81965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bottle Climbing\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8c416c4\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff3fae1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"826c6fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\",\"id\":125,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/bemillionaire\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"490c566\",\"elType\":\"widget\",\"settings\":{\"title\":\"Be Millionaire\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30a7a1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"791aba0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-2.jpeg\",\"id\":126,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ballout\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f847e96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Out\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"26a3b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"a2ea20f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/icon.jpg\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/balloonpop\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a93c085\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balloon Pop\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a5eb85d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fbf6905\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-3.jpeg\",\"id\":128,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ballbouncerwall\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"03bcf8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Bouncer Wall\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1056, 217, '_elementor_page_assets', 'a:0:{}'),
(1057, 218, '_wp_attached_file', '2024/08/d8usybz-d4ed4f9b-3f60-454f-abed-5c19a5904742.png'),
(1058, 218, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:256;s:6:\"height\";i:256;s:4:\"file\";s:56:\"2024/08/d8usybz-d4ed4f9b-3f60-454f-abed-5c19a5904742.png\";s:8:\"filesize\";i:52781;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:56:\"d8usybz-d4ed4f9b-3f60-454f-abed-5c19a5904742-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21407;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1059, 219, '_wp_attached_file', '2024/08/images-2.png'),
(1060, 219, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:225;s:6:\"height\";i:225;s:4:\"file\";s:20:\"2024/08/images-2.png\";s:8:\"filesize\";i:4243;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"images-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8098;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1061, 220, '_wp_attached_file', '2024/08/images-9.jpeg'),
(1062, 220, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:225;s:6:\"height\";i:225;s:4:\"file\";s:21:\"2024/08/images-9.jpeg\";s:8:\"filesize\";i:16185;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"images-9-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8290;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1063, 221, '_wp_attached_file', '2024/08/images-10.jpeg'),
(1064, 221, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:211;s:6:\"height\";i:238;s:4:\"file\";s:22:\"2024/08/images-10.jpeg\";s:8:\"filesize\";i:10924;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"images-10-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6731;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1065, 222, '_elementor_edit_mode', 'builder'),
(1066, 222, '_elementor_template_type', 'wp-page'),
(1067, 222, '_elementor_version', '3.15.1'),
(1068, 222, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1069, 222, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\",\"link\":{\"url\":\"#gamescroll\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d86408\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1f35e02\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb59ac0\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n  window.googletag = window.googletag || {cmd: []};\\r\\n  googletag.cmd.push(function() {\\r\\n    googletag.defineSlot(\'\\/23197884379\\/1\', [250, 250], \'div-gpt-ad-1722319012812-0\').addService(googletag.pubads());\\r\\n    googletag.pubads().collapseEmptyDivs();\\r\\n    googletag.enableServices();\\r\\n  });\\r\\n<\\/script>\\r\\n<!-- \\/23197884379\\/1 -->\\r\\n<div id=\'div-gpt-ad-1722319012812-0\' style=\'min-width: 250px; min-height: 250px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722319012812-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\",\"_element_id\":\"gamescroll\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-1.png\",\"id\":176,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brain Exercise \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/three-burning-balls.png\",\"id\":177,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Burning Balls\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/3549847.webp\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"Car Breaker \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512.webp\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chicken Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b32d91\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/6 -->\\n<div id=\'div-gpt-ad-1722509254788-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509254788-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-2.webp\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Choose True Colors\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/christmas-gifts-icon.png\",\"id\":187,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christmas Gift\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-3.webp\",\"id\":188,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christmas Ant Run\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-5.jpeg\",\"id\":189,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coin Snake\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-6.jpeg\",\"id\":193,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Collect Same Balls\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-7.jpeg\",\"id\":194,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Color Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-2.png\",\"id\":195,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Color Match\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/casino-chips-black-icon-gambling-game-symbol_53562-18470.jpg\",\"id\":202,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cookies Bookies\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1819844\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/free-sport-game-batsman-cricket-player-bat-ball-pad-gloves-helmet-29296.webp\",\"id\":206,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cricket Batter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/1354be628b798ec200c60d9d7f5c62ca.jpg\",\"id\":210,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Crossy Road\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/icon_20231120020716655abf54cf06b.webp\",\"id\":212,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cute Dress Up\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/dark-cave-forest-with-path-through-it-game-background-vector-illustration_597121-539.jpg\",\"id\":214,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dark Forest\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6e5da39\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"57bbcba\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c4158df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/arrowpatching\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d3c3308\",\"elType\":\"widget\",\"settings\":{\"title\":\"Arrow Patching\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"d731bf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0179fc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-4.jpeg\",\"id\":133,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/animalandstar\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8936eb7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Animal and Star\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30135eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f9cad88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-1.webp\",\"id\":134,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/angrybubble\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a46f2ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Angry Bubble\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3da2e8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"18e2170\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/alienonearth.png\",\"id\":136,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/alienonearth\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ac6a9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Alien On Earth\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"089b42e\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"8acf6af\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"0663dd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f0bfcef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed.webp\",\"id\":121,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/airbattlemission\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3dd25d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Air Battle Mission \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3e4701e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fba511f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.jpeg\",\"id\":122,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/advantureousboyrun\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b0c61ee\",\"elType\":\"widget\",\"settings\":{\"title\":\"Adventurous Boy Run\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2ccca8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"53f0099\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.jpeg\",\"id\":123,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2048\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36c15a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"2048\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dff0197\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"ab8a1a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.png\",\"id\":124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/bottleclimbing\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e81965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bottle Climbing\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8c416c4\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff3fae1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"826c6fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\",\"id\":125,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/bemillionaire\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"490c566\",\"elType\":\"widget\",\"settings\":{\"title\":\"Be Millionaire\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30a7a1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"791aba0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-2.jpeg\",\"id\":126,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ballout\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f847e96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Out\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"26a3b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"a2ea20f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/icon.jpg\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/balloonpop\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a93c085\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balloon Pop\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a5eb85d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fbf6905\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-3.jpeg\",\"id\":128,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ballbouncerwall\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"03bcf8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Bouncer Wall\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1070, 222, '_elementor_page_assets', 'a:0:{}'),
(1071, 223, '_elementor_edit_mode', 'builder'),
(1072, 223, '_elementor_template_type', 'wp-page'),
(1073, 223, '_elementor_version', '3.15.1'),
(1074, 223, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1075, 223, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\",\"link\":{\"url\":\"#gamescroll\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d86408\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1f35e02\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb59ac0\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n  window.googletag = window.googletag || {cmd: []};\\r\\n  googletag.cmd.push(function() {\\r\\n    googletag.defineSlot(\'\\/23197884379\\/1\', [250, 250], \'div-gpt-ad-1722319012812-0\').addService(googletag.pubads());\\r\\n    googletag.pubads().collapseEmptyDivs();\\r\\n    googletag.enableServices();\\r\\n  });\\r\\n<\\/script>\\r\\n<!-- \\/23197884379\\/1 -->\\r\\n<div id=\'div-gpt-ad-1722319012812-0\' style=\'min-width: 250px; min-height: 250px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722319012812-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\",\"_element_id\":\"gamescroll\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-1.png\",\"id\":176,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brain Exercise \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/three-burning-balls.png\",\"id\":177,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Burning Balls\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/3549847.webp\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"Car Breaker \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512.webp\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chicken Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b32d91\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/6 -->\\n<div id=\'div-gpt-ad-1722509254788-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509254788-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-2.webp\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Choose True Colors\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/christmas-gifts-icon.png\",\"id\":187,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christmas Gift\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-3.webp\",\"id\":188,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christmas Ant Run\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-5.jpeg\",\"id\":189,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coin Snake\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-6.jpeg\",\"id\":193,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Collect Same Balls\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-7.jpeg\",\"id\":194,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Color Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-2.png\",\"id\":195,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Color Match\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/casino-chips-black-icon-gambling-game-symbol_53562-18470.jpg\",\"id\":202,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cookies Bookies\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1819844\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/free-sport-game-batsman-cricket-player-bat-ball-pad-gloves-helmet-29296.webp\",\"id\":206,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cricket Batter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/1354be628b798ec200c60d9d7f5c62ca.jpg\",\"id\":210,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Crossy Road\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/icon_20231120020716655abf54cf06b.webp\",\"id\":212,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cute Dress Up\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/dark-cave-forest-with-path-through-it-game-background-vector-illustration_597121-539.jpg\",\"id\":214,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dark Forest\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6e5da39\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"57bbcba\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c4158df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.png\",\"id\":132,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/arrowpatching\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d3c3308\",\"elType\":\"widget\",\"settings\":{\"title\":\"Arrow Patching\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"d731bf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0179fc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-4.jpeg\",\"id\":133,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/animalandstar\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8936eb7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Animal and Star\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30135eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f9cad88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-1.webp\",\"id\":134,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/angrybubble\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a46f2ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Angry Bubble\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3da2e8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"18e2170\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/alienonearth.png\",\"id\":136,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/alienonearth\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ac6a9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Alien On Earth\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"089b42e\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"8acf6af\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"0663dd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f0bfcef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed.webp\",\"id\":121,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/airbattlemission\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3dd25d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Air Battle Mission \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3e4701e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fba511f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.jpeg\",\"id\":122,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/advantureousboyrun\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b0c61ee\",\"elType\":\"widget\",\"settings\":{\"title\":\"Adventurous Boy Run\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2ccca8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"53f0099\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.jpeg\",\"id\":123,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2048\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36c15a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"2048\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dff0197\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"ab8a1a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.png\",\"id\":124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/bottleclimbing\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e81965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bottle Climbing\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8c416c4\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff3fae1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"826c6fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\",\"id\":125,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/bemillionaire\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"490c566\",\"elType\":\"widget\",\"settings\":{\"title\":\"Be Millionaire\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30a7a1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"791aba0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-2.jpeg\",\"id\":126,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ballout\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f847e96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Out\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"26a3b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"a2ea20f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/icon.jpg\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/balloonpop\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a93c085\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balloon Pop\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a5eb85d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fbf6905\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-3.jpeg\",\"id\":128,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ballbouncerwall\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"03bcf8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Bouncer Wall\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1076, 223, '_elementor_page_assets', 'a:0:{}'),
(1077, 224, '_elementor_edit_mode', 'builder'),
(1078, 224, '_elementor_template_type', 'wp-page'),
(1079, 224, '_elementor_version', '3.15.1'),
(1080, 224, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1081, 224, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\",\"link\":{\"url\":\"#gamescroll\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d86408\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1f35e02\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb59ac0\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n  window.googletag = window.googletag || {cmd: []};\\r\\n  googletag.cmd.push(function() {\\r\\n    googletag.defineSlot(\'\\/23197884379\\/1\', [250, 250], \'div-gpt-ad-1722319012812-0\').addService(googletag.pubads());\\r\\n    googletag.pubads().collapseEmptyDivs();\\r\\n    googletag.enableServices();\\r\\n  });\\r\\n<\\/script>\\r\\n<!-- \\/23197884379\\/1 -->\\r\\n<div id=\'div-gpt-ad-1722319012812-0\' style=\'min-width: 250px; min-height: 250px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722319012812-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\",\"_element_id\":\"gamescroll\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-1.png\",\"id\":176,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brain Exercise \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/three-burning-balls.png\",\"id\":177,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Burning Balls\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/3549847.webp\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"Car Breaker \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512.webp\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chicken Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b32d91\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/6 -->\\n<div id=\'div-gpt-ad-1722509254788-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509254788-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-2.webp\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Choose True Colors\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/christmas-gifts-icon.png\",\"id\":187,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christmas Gift\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-3.webp\",\"id\":188,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christmas Ant Run\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-5.jpeg\",\"id\":189,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coin Snake\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-6.jpeg\",\"id\":193,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Collect Same Balls\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-7.jpeg\",\"id\":194,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Color Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-2.png\",\"id\":195,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Color Match\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/casino-chips-black-icon-gambling-game-symbol_53562-18470.jpg\",\"id\":202,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cookies Bookies\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1819844\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/free-sport-game-batsman-cricket-player-bat-ball-pad-gloves-helmet-29296.webp\",\"id\":206,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cricket Batter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/1354be628b798ec200c60d9d7f5c62ca.jpg\",\"id\":210,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Crossy Road\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/icon_20231120020716655abf54cf06b.webp\",\"id\":212,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cute Dress Up\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/dark-cave-forest-with-path-through-it-game-background-vector-illustration_597121-539.jpg\",\"id\":214,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dark Forest\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6e5da39\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"57bbcba\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c4158df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/d8usybz-d4ed4f9b-3f60-454f-abed-5c19a5904742.png\",\"id\":218,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/arrowpatching\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d3c3308\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dark Knight Rider\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"d731bf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0179fc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-2.png\",\"id\":219,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/animalandstar\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8936eb7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dash Color Switch\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30135eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f9cad88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-9.jpeg\",\"id\":220,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/angrybubble\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a46f2ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dashing Donut\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3da2e8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"18e2170\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-10.jpeg\",\"id\":221,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/alienonearth\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ac6a9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Diamond Robber\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"089b42e\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"8acf6af\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"0663dd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f0bfcef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed.webp\",\"id\":121,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/airbattlemission\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3dd25d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Air Battle Mission \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3e4701e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fba511f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.jpeg\",\"id\":122,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/advantureousboyrun\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b0c61ee\",\"elType\":\"widget\",\"settings\":{\"title\":\"Adventurous Boy Run\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2ccca8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"53f0099\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.jpeg\",\"id\":123,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2048\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36c15a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"2048\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dff0197\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"ab8a1a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.png\",\"id\":124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/bottleclimbing\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e81965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bottle Climbing\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8c416c4\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff3fae1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"826c6fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\",\"id\":125,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/bemillionaire\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"490c566\",\"elType\":\"widget\",\"settings\":{\"title\":\"Be Millionaire\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30a7a1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"791aba0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-2.jpeg\",\"id\":126,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ballout\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f847e96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Out\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"26a3b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"a2ea20f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/icon.jpg\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/balloonpop\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a93c085\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balloon Pop\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a5eb85d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fbf6905\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-3.jpeg\",\"id\":128,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ballbouncerwall\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"03bcf8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Bouncer Wall\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1082, 224, '_elementor_page_assets', 'a:0:{}'),
(1083, 225, '_wp_attached_file', '2024/08/images-10-1.jpeg'),
(1084, 225, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:211;s:6:\"height\";i:238;s:4:\"file\";s:24:\"2024/08/images-10-1.jpeg\";s:8:\"filesize\";i:10924;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"images-10-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6731;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1085, 226, '_wp_attached_file', '2024/08/unnamed-5.webp'),
(1086, 226, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:240;s:6:\"height\";i:240;s:4:\"file\";s:22:\"2024/08/unnamed-5.webp\";s:8:\"filesize\";i:94796;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"unnamed-5-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:10682;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1093, 228, '_wp_attached_file', '2024/08/unnamed-3.png'),
(1094, 228, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:21:\"2024/08/unnamed-3.png\";s:8:\"filesize\";i:55190;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"unnamed-3-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:39730;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"unnamed-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15063;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1095, 229, '_elementor_edit_mode', 'builder'),
(1096, 229, '_elementor_template_type', 'wp-page'),
(1097, 229, '_elementor_version', '3.15.1'),
(1098, 229, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1099, 229, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\",\"link\":{\"url\":\"#gamescroll\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d86408\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1f35e02\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb59ac0\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n  window.googletag = window.googletag || {cmd: []};\\r\\n  googletag.cmd.push(function() {\\r\\n    googletag.defineSlot(\'\\/23197884379\\/1\', [250, 250], \'div-gpt-ad-1722319012812-0\').addService(googletag.pubads());\\r\\n    googletag.pubads().collapseEmptyDivs();\\r\\n    googletag.enableServices();\\r\\n  });\\r\\n<\\/script>\\r\\n<!-- \\/23197884379\\/1 -->\\r\\n<div id=\'div-gpt-ad-1722319012812-0\' style=\'min-width: 250px; min-height: 250px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722319012812-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\",\"_element_id\":\"gamescroll\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-1.png\",\"id\":176,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brain Exercise \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/three-burning-balls.png\",\"id\":177,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Burning Balls\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/3549847.webp\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"Car Breaker \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512.webp\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chicken Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b32d91\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/6 -->\\n<div id=\'div-gpt-ad-1722509254788-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509254788-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-2.webp\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Choose True Colors\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/christmas-gifts-icon.png\",\"id\":187,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christmas Gift\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-3.webp\",\"id\":188,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christmas Ant Run\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-5.jpeg\",\"id\":189,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coin Snake\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-6.jpeg\",\"id\":193,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Collect Same Balls\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-7.jpeg\",\"id\":194,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Color Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-2.png\",\"id\":195,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Color Match\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/casino-chips-black-icon-gambling-game-symbol_53562-18470.jpg\",\"id\":202,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cookies Bookies\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1819844\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/free-sport-game-batsman-cricket-player-bat-ball-pad-gloves-helmet-29296.webp\",\"id\":206,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cricket Batter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/1354be628b798ec200c60d9d7f5c62ca.jpg\",\"id\":210,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Crossy Road\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/icon_20231120020716655abf54cf06b.webp\",\"id\":212,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cute Dress Up\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/dark-cave-forest-with-path-through-it-game-background-vector-illustration_597121-539.jpg\",\"id\":214,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dark Forest\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6e5da39\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"57bbcba\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c4158df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/d8usybz-d4ed4f9b-3f60-454f-abed-5c19a5904742.png\",\"id\":218,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/arrowpatching\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d3c3308\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dark Knight Rider\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"d731bf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0179fc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-2.png\",\"id\":219,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/animalandstar\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8936eb7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dash Color Switch\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30135eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f9cad88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-9.jpeg\",\"id\":220,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/angrybubble\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a46f2ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dashing Donut\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3da2e8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"18e2170\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-10.jpeg\",\"id\":221,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/alienonearth\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ac6a9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Diamond Robber\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"089b42e\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"8acf6af\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"0663dd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f0bfcef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed.webp\",\"id\":121,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/airbattlemission\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3dd25d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Air Battle Mission \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3e4701e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fba511f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.jpeg\",\"id\":122,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/advantureousboyrun\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b0c61ee\",\"elType\":\"widget\",\"settings\":{\"title\":\"Adventurous Boy Run\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2ccca8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"53f0099\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.jpeg\",\"id\":123,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2048\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36c15a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"2048\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dff0197\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"ab8a1a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.png\",\"id\":124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/bottleclimbing\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e81965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bottle Climbing\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8c416c4\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff3fae1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"826c6fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\",\"id\":125,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/bemillionaire\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"490c566\",\"elType\":\"widget\",\"settings\":{\"title\":\"Be Millionaire\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30a7a1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"791aba0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-2.jpeg\",\"id\":126,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ballout\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f847e96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Out\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"26a3b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"a2ea20f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/icon.jpg\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/balloonpop\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a93c085\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balloon Pop\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a5eb85d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fbf6905\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-3.jpeg\",\"id\":128,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ballbouncerwall\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"03bcf8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Bouncer Wall\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1100, 229, '_elementor_page_assets', 'a:0:{}'),
(1101, 230, '_elementor_edit_mode', 'builder'),
(1102, 230, '_elementor_template_type', 'wp-page'),
(1103, 230, '_elementor_version', '3.15.1'),
(1104, 230, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1105, 230, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\",\"link\":{\"url\":\"#gamescroll\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d86408\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1f35e02\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb59ac0\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n  window.googletag = window.googletag || {cmd: []};\\r\\n  googletag.cmd.push(function() {\\r\\n    googletag.defineSlot(\'\\/23197884379\\/1\', [250, 250], \'div-gpt-ad-1722319012812-0\').addService(googletag.pubads());\\r\\n    googletag.pubads().collapseEmptyDivs();\\r\\n    googletag.enableServices();\\r\\n  });\\r\\n<\\/script>\\r\\n<!-- \\/23197884379\\/1 -->\\r\\n<div id=\'div-gpt-ad-1722319012812-0\' style=\'min-width: 250px; min-height: 250px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722319012812-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\",\"_element_id\":\"gamescroll\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-1.png\",\"id\":176,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brain Exercise \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/three-burning-balls.png\",\"id\":177,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Burning Balls\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/3549847.webp\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"Car Breaker \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512.webp\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chicken Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b32d91\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/6 -->\\n<div id=\'div-gpt-ad-1722509254788-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509254788-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-2.webp\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Choose True Colors\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/christmas-gifts-icon.png\",\"id\":187,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christmas Gift\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-3.webp\",\"id\":188,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christmas Ant Run\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-5.jpeg\",\"id\":189,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coin Snake\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-6.jpeg\",\"id\":193,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Collect Same Balls\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-7.jpeg\",\"id\":194,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Color Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-2.png\",\"id\":195,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Color Match\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/casino-chips-black-icon-gambling-game-symbol_53562-18470.jpg\",\"id\":202,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cookies Bookies\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1819844\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/free-sport-game-batsman-cricket-player-bat-ball-pad-gloves-helmet-29296.webp\",\"id\":206,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cricket Batter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/1354be628b798ec200c60d9d7f5c62ca.jpg\",\"id\":210,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Crossy Road\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/icon_20231120020716655abf54cf06b.webp\",\"id\":212,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cute Dress Up\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/dark-cave-forest-with-path-through-it-game-background-vector-illustration_597121-539.jpg\",\"id\":214,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dark Forest\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6e5da39\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"57bbcba\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c4158df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/d8usybz-d4ed4f9b-3f60-454f-abed-5c19a5904742.png\",\"id\":218,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/arrowpatching\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d3c3308\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dark Knight Rider\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"d731bf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0179fc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-2.png\",\"id\":219,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/animalandstar\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8936eb7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dash Color Switch\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30135eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f9cad88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-9.jpeg\",\"id\":220,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/angrybubble\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a46f2ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dashing Donut\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3da2e8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"18e2170\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-10.jpeg\",\"id\":221,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/alienonearth\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ac6a9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Diamond Robber\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"089b42e\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"8acf6af\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"0663dd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f0bfcef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed.webp\",\"id\":121,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/airbattlemission\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3dd25d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Air Battle Mission \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3e4701e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fba511f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.jpeg\",\"id\":122,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/advantureousboyrun\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b0c61ee\",\"elType\":\"widget\",\"settings\":{\"title\":\"Adventurous Boy Run\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2ccca8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"53f0099\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.jpeg\",\"id\":123,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2048\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36c15a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"2048\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dff0197\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"ab8a1a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.png\",\"id\":124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/bottleclimbing\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e81965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bottle Climbing\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8c416c4\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff3fae1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"826c6fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\",\"id\":125,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/bemillionaire\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"490c566\",\"elType\":\"widget\",\"settings\":{\"title\":\"Be Millionaire\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30a7a1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"791aba0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-2.jpeg\",\"id\":126,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ballout\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f847e96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Out\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"26a3b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"a2ea20f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/icon.jpg\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/balloonpop\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a93c085\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balloon Pop\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a5eb85d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fbf6905\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-3.jpeg\",\"id\":128,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ballbouncerwall\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"03bcf8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Bouncer Wall\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1106, 230, '_elementor_page_assets', 'a:0:{}'),
(1107, 231, '_elementor_edit_mode', 'builder'),
(1108, 231, '_elementor_template_type', 'wp-page'),
(1109, 231, '_elementor_version', '3.15.1'),
(1110, 231, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1111, 231, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\",\"link\":{\"url\":\"#gamescroll\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d86408\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1f35e02\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb59ac0\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n  window.googletag = window.googletag || {cmd: []};\\r\\n  googletag.cmd.push(function() {\\r\\n    googletag.defineSlot(\'\\/23197884379\\/1\', [250, 250], \'div-gpt-ad-1722319012812-0\').addService(googletag.pubads());\\r\\n    googletag.pubads().collapseEmptyDivs();\\r\\n    googletag.enableServices();\\r\\n  });\\r\\n<\\/script>\\r\\n<!-- \\/23197884379\\/1 -->\\r\\n<div id=\'div-gpt-ad-1722319012812-0\' style=\'min-width: 250px; min-height: 250px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722319012812-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\",\"_element_id\":\"gamescroll\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-1.png\",\"id\":176,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brain Exercise \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/three-burning-balls.png\",\"id\":177,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Burning Balls\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/3549847.webp\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"Car Breaker \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512.webp\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chicken Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b32d91\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/6 -->\\n<div id=\'div-gpt-ad-1722509254788-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509254788-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-2.webp\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Choose True Colors\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/christmas-gifts-icon.png\",\"id\":187,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christmas Gift\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-3.webp\",\"id\":188,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christmas Ant Run\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-5.jpeg\",\"id\":189,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coin Snake\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-6.jpeg\",\"id\":193,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Collect Same Balls\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-7.jpeg\",\"id\":194,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Color Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-2.png\",\"id\":195,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Color Match\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/casino-chips-black-icon-gambling-game-symbol_53562-18470.jpg\",\"id\":202,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cookies Bookies\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1819844\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/free-sport-game-batsman-cricket-player-bat-ball-pad-gloves-helmet-29296.webp\",\"id\":206,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cricket Batter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/1354be628b798ec200c60d9d7f5c62ca.jpg\",\"id\":210,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Crossy Road\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/icon_20231120020716655abf54cf06b.webp\",\"id\":212,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cute Dress Up\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/dark-cave-forest-with-path-through-it-game-background-vector-illustration_597121-539.jpg\",\"id\":214,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dark Forest\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6e5da39\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"57bbcba\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c4158df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/d8usybz-d4ed4f9b-3f60-454f-abed-5c19a5904742.png\",\"id\":218,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/arrowpatching\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d3c3308\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dark Knight Rider\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"d731bf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0179fc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-2.png\",\"id\":219,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/animalandstar\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8936eb7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dash Color Switch\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30135eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f9cad88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-9.jpeg\",\"id\":220,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/angrybubble\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a46f2ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dashing Donut\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3da2e8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"18e2170\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-10.jpeg\",\"id\":221,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/alienonearth\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ac6a9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Diamond Robber\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"089b42e\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"8acf6af\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"0663dd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f0bfcef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-5.webp\",\"id\":226,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/airbattlemission\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3dd25d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dragon Fish\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3e4701e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fba511f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-3.png\",\"id\":228,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/advantureousboyrun\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b0c61ee\",\"elType\":\"widget\",\"settings\":{\"title\":\"Drive Safe\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2ccca8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"53f0099\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.jpeg\",\"id\":123,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2048\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36c15a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"2048\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dff0197\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"ab8a1a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.png\",\"id\":124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/bottleclimbing\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e81965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bottle Climbing\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8c416c4\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff3fae1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"826c6fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\",\"id\":125,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/bemillionaire\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"490c566\",\"elType\":\"widget\",\"settings\":{\"title\":\"Be Millionaire\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30a7a1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"791aba0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-2.jpeg\",\"id\":126,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ballout\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f847e96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Out\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"26a3b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"a2ea20f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/icon.jpg\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/balloonpop\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a93c085\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balloon Pop\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a5eb85d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fbf6905\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-3.jpeg\",\"id\":128,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ballbouncerwall\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"03bcf8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Bouncer Wall\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1112, 231, '_elementor_page_assets', 'a:0:{}'),
(1113, 232, '_wp_attached_file', '2024/08/images-3.png'),
(1114, 232, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:225;s:6:\"height\";i:225;s:4:\"file\";s:20:\"2024/08/images-3.png\";s:8:\"filesize\";i:1156;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"images-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2516;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1115, 233, '_wp_attached_file', '2024/08/9601282.png'),
(1116, 233, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:19:\"2024/08/9601282.png\";s:8:\"filesize\";i:48827;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"9601282-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:36108;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"9601282-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14225;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1117, 234, '_elementor_edit_mode', 'builder'),
(1118, 234, '_elementor_template_type', 'wp-page'),
(1119, 234, '_elementor_version', '3.15.1'),
(1120, 234, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1121, 234, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\",\"link\":{\"url\":\"#gamescroll\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d86408\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1f35e02\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb59ac0\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n  window.googletag = window.googletag || {cmd: []};\\r\\n  googletag.cmd.push(function() {\\r\\n    googletag.defineSlot(\'\\/23197884379\\/1\', [250, 250], \'div-gpt-ad-1722319012812-0\').addService(googletag.pubads());\\r\\n    googletag.pubads().collapseEmptyDivs();\\r\\n    googletag.enableServices();\\r\\n  });\\r\\n<\\/script>\\r\\n<!-- \\/23197884379\\/1 -->\\r\\n<div id=\'div-gpt-ad-1722319012812-0\' style=\'min-width: 250px; min-height: 250px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722319012812-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\",\"_element_id\":\"gamescroll\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-1.png\",\"id\":176,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brain Exercise \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/three-burning-balls.png\",\"id\":177,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Burning Balls\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/3549847.webp\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"Car Breaker \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512.webp\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chicken Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b32d91\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/6 -->\\n<div id=\'div-gpt-ad-1722509254788-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509254788-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-2.webp\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Choose True Colors\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/christmas-gifts-icon.png\",\"id\":187,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christmas Gift\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-3.webp\",\"id\":188,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christmas Ant Run\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-5.jpeg\",\"id\":189,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coin Snake\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-6.jpeg\",\"id\":193,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Collect Same Balls\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-7.jpeg\",\"id\":194,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Color Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-2.png\",\"id\":195,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Color Match\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/casino-chips-black-icon-gambling-game-symbol_53562-18470.jpg\",\"id\":202,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cookies Bookies\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1819844\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/free-sport-game-batsman-cricket-player-bat-ball-pad-gloves-helmet-29296.webp\",\"id\":206,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cricket Batter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/1354be628b798ec200c60d9d7f5c62ca.jpg\",\"id\":210,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Crossy Road\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/icon_20231120020716655abf54cf06b.webp\",\"id\":212,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cute Dress Up\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/dark-cave-forest-with-path-through-it-game-background-vector-illustration_597121-539.jpg\",\"id\":214,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dark Forest\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6e5da39\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"57bbcba\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c4158df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/d8usybz-d4ed4f9b-3f60-454f-abed-5c19a5904742.png\",\"id\":218,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/arrowpatching\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d3c3308\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dark Knight Rider\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"d731bf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0179fc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-2.png\",\"id\":219,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/animalandstar\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8936eb7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dash Color Switch\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30135eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f9cad88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-9.jpeg\",\"id\":220,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/angrybubble\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a46f2ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dashing Donut\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3da2e8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"18e2170\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-10.jpeg\",\"id\":221,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/alienonearth\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ac6a9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Diamond Robber\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"089b42e\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"8acf6af\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"0663dd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f0bfcef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-5.webp\",\"id\":226,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/airbattlemission\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3dd25d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dragon Fish\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3e4701e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fba511f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-3.png\",\"id\":228,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/advantureousboyrun\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b0c61ee\",\"elType\":\"widget\",\"settings\":{\"title\":\"Drive Safe\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2ccca8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"53f0099\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.jpeg\",\"id\":123,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2048\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36c15a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"2048\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dff0197\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"ab8a1a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.png\",\"id\":124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/bottleclimbing\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e81965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bottle Climbing\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8c416c4\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff3fae1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"826c6fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\",\"id\":125,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/bemillionaire\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"490c566\",\"elType\":\"widget\",\"settings\":{\"title\":\"Be Millionaire\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30a7a1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"791aba0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-2.jpeg\",\"id\":126,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ballout\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f847e96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Out\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"26a3b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"a2ea20f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/icon.jpg\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/balloonpop\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a93c085\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balloon Pop\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a5eb85d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fbf6905\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-3.jpeg\",\"id\":128,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ballbouncerwall\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"03bcf8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Bouncer Wall\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1122, 234, '_elementor_page_assets', 'a:0:{}'),
(1123, 235, '_elementor_edit_mode', 'builder'),
(1124, 235, '_elementor_template_type', 'wp-page'),
(1125, 235, '_elementor_version', '3.15.1'),
(1126, 235, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1127, 235, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\",\"link\":{\"url\":\"#gamescroll\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d86408\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1f35e02\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb59ac0\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n  window.googletag = window.googletag || {cmd: []};\\r\\n  googletag.cmd.push(function() {\\r\\n    googletag.defineSlot(\'\\/23197884379\\/1\', [250, 250], \'div-gpt-ad-1722319012812-0\').addService(googletag.pubads());\\r\\n    googletag.pubads().collapseEmptyDivs();\\r\\n    googletag.enableServices();\\r\\n  });\\r\\n<\\/script>\\r\\n<!-- \\/23197884379\\/1 -->\\r\\n<div id=\'div-gpt-ad-1722319012812-0\' style=\'min-width: 250px; min-height: 250px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722319012812-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\",\"_element_id\":\"gamescroll\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-1.png\",\"id\":176,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brain Exercise \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/three-burning-balls.png\",\"id\":177,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Burning Balls\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/3549847.webp\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"Car Breaker \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512.webp\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chicken Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b32d91\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/6 -->\\n<div id=\'div-gpt-ad-1722509254788-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509254788-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-2.webp\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Choose True Colors\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/christmas-gifts-icon.png\",\"id\":187,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christmas Gift\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-3.webp\",\"id\":188,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christmas Ant Run\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-5.jpeg\",\"id\":189,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coin Snake\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-6.jpeg\",\"id\":193,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Collect Same Balls\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-7.jpeg\",\"id\":194,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Color Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-2.png\",\"id\":195,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Color Match\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/casino-chips-black-icon-gambling-game-symbol_53562-18470.jpg\",\"id\":202,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cookies Bookies\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1819844\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/free-sport-game-batsman-cricket-player-bat-ball-pad-gloves-helmet-29296.webp\",\"id\":206,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cricket Batter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/1354be628b798ec200c60d9d7f5c62ca.jpg\",\"id\":210,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Crossy Road\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/icon_20231120020716655abf54cf06b.webp\",\"id\":212,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cute Dress Up\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/dark-cave-forest-with-path-through-it-game-background-vector-illustration_597121-539.jpg\",\"id\":214,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dark Forest\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6e5da39\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"57bbcba\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c4158df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/d8usybz-d4ed4f9b-3f60-454f-abed-5c19a5904742.png\",\"id\":218,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/arrowpatching\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d3c3308\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dark Knight Rider\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"d731bf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0179fc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-2.png\",\"id\":219,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/animalandstar\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8936eb7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dash Color Switch\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30135eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f9cad88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-9.jpeg\",\"id\":220,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/angrybubble\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a46f2ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dashing Donut\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3da2e8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"18e2170\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-10.jpeg\",\"id\":221,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/alienonearth\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ac6a9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Diamond Robber\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"089b42e\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"8acf6af\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"0663dd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f0bfcef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-5.webp\",\"id\":226,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/airbattlemission\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3dd25d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dragon Fish\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3e4701e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fba511f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-3.png\",\"id\":228,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/advantureousboyrun\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b0c61ee\",\"elType\":\"widget\",\"settings\":{\"title\":\"Drive Safe\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2ccca8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"53f0099\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-1.jpeg\",\"id\":123,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2048\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36c15a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"2048\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dff0197\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"ab8a1a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images.png\",\"id\":124,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/bottleclimbing\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e81965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bottle Climbing\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8c416c4\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff3fae1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"826c6fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\",\"id\":125,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/bemillionaire\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"490c566\",\"elType\":\"widget\",\"settings\":{\"title\":\"Be Millionaire\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30a7a1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"791aba0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-2.jpeg\",\"id\":126,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ballout\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f847e96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Out\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"26a3b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"a2ea20f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/icon.jpg\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/balloonpop\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a93c085\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balloon Pop\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a5eb85d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fbf6905\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-3.jpeg\",\"id\":128,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ballbouncerwall\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"03bcf8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Bouncer Wall\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1128, 235, '_elementor_page_assets', 'a:0:{}'),
(1129, 236, '_elementor_edit_mode', 'builder'),
(1130, 236, '_elementor_template_type', 'wp-page'),
(1131, 236, '_elementor_version', '3.15.1'),
(1132, 236, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1133, 236, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\",\"link\":{\"url\":\"#gamescroll\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d86408\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1f35e02\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb59ac0\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n  window.googletag = window.googletag || {cmd: []};\\r\\n  googletag.cmd.push(function() {\\r\\n    googletag.defineSlot(\'\\/23197884379\\/1\', [250, 250], \'div-gpt-ad-1722319012812-0\').addService(googletag.pubads());\\r\\n    googletag.pubads().collapseEmptyDivs();\\r\\n    googletag.enableServices();\\r\\n  });\\r\\n<\\/script>\\r\\n<!-- \\/23197884379\\/1 -->\\r\\n<div id=\'div-gpt-ad-1722319012812-0\' style=\'min-width: 250px; min-height: 250px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722319012812-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\",\"_element_id\":\"gamescroll\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-1.png\",\"id\":176,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brain Exercise \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/three-burning-balls.png\",\"id\":177,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Burning Balls\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/3549847.webp\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"Car Breaker \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512.webp\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chicken Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b32d91\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/6 -->\\n<div id=\'div-gpt-ad-1722509254788-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509254788-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-2.webp\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Choose True Colors\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/christmas-gifts-icon.png\",\"id\":187,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christmas Gift\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-3.webp\",\"id\":188,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christmas Ant Run\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-5.jpeg\",\"id\":189,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coin Snake\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-6.jpeg\",\"id\":193,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Collect Same Balls\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-7.jpeg\",\"id\":194,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Color Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-2.png\",\"id\":195,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Color Match\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/casino-chips-black-icon-gambling-game-symbol_53562-18470.jpg\",\"id\":202,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cookies Bookies\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1819844\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/free-sport-game-batsman-cricket-player-bat-ball-pad-gloves-helmet-29296.webp\",\"id\":206,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cricket Batter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/1354be628b798ec200c60d9d7f5c62ca.jpg\",\"id\":210,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Crossy Road\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/icon_20231120020716655abf54cf06b.webp\",\"id\":212,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cute Dress Up\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/dark-cave-forest-with-path-through-it-game-background-vector-illustration_597121-539.jpg\",\"id\":214,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dark Forest\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6e5da39\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"57bbcba\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c4158df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/d8usybz-d4ed4f9b-3f60-454f-abed-5c19a5904742.png\",\"id\":218,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/arrowpatching\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d3c3308\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dark Knight Rider\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"d731bf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0179fc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-2.png\",\"id\":219,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/animalandstar\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8936eb7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dash Color Switch\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30135eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f9cad88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-9.jpeg\",\"id\":220,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/angrybubble\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a46f2ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dashing Donut\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3da2e8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"18e2170\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-10.jpeg\",\"id\":221,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/alienonearth\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ac6a9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Diamond Robber\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"089b42e\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"8acf6af\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"0663dd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f0bfcef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-5.webp\",\"id\":226,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/airbattlemission\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3dd25d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dragon Fish\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3e4701e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fba511f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-3.png\",\"id\":228,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/advantureousboyrun\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b0c61ee\",\"elType\":\"widget\",\"settings\":{\"title\":\"Drive Safe\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2ccca8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"53f0099\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-3.png\",\"id\":232,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2048\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36c15a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Towel Balancer\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dff0197\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"ab8a1a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/9601282.png\",\"id\":233,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/bottleclimbing\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e81965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Universal Adventure\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8c416c4\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff3fae1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"826c6fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\",\"id\":125,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/bemillionaire\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"490c566\",\"elType\":\"widget\",\"settings\":{\"title\":\"Be Millionaire\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30a7a1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"791aba0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-2.jpeg\",\"id\":126,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ballout\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f847e96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Out\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"26a3b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"a2ea20f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/icon.jpg\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/balloonpop\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a93c085\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balloon Pop\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a5eb85d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fbf6905\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-3.jpeg\",\"id\":128,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ballbouncerwall\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"03bcf8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Bouncer Wall\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1134, 236, '_elementor_page_assets', 'a:0:{}'),
(1135, 237, '_wp_attached_file', '2024/08/d4ikzdo-6fca170e-8af4-4974-9050-7646cc2f3487.png'),
(1136, 237, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:256;s:6:\"height\";i:256;s:4:\"file\";s:56:\"2024/08/d4ikzdo-6fca170e-8af4-4974-9050-7646cc2f3487.png\";s:8:\"filesize\";i:345142;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:56:\"d4ikzdo-6fca170e-8af4-4974-9050-7646cc2f3487-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:47744;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1137, 238, '_wp_attached_file', '2024/08/images-11.jpeg'),
(1138, 238, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:225;s:6:\"height\";i:225;s:4:\"file\";s:22:\"2024/08/images-11.jpeg\";s:8:\"filesize\";i:10054;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"images-11-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5972;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1139, 239, '_wp_attached_file', '2024/08/images-12.jpeg'),
(1140, 239, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:225;s:6:\"height\";i:225;s:4:\"file\";s:22:\"2024/08/images-12.jpeg\";s:8:\"filesize\";i:20572;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"images-12-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11016;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1141, 240, '_wp_attached_file', '2024/08/unnamed-4.png'),
(1142, 240, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:21:\"2024/08/unnamed-4.png\";s:8:\"filesize\";i:493203;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"unnamed-4-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:177939;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"unnamed-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:50356;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1143, 241, '_elementor_edit_mode', 'builder'),
(1144, 241, '_elementor_template_type', 'wp-page'),
(1145, 241, '_elementor_version', '3.15.1'),
(1146, 241, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1147, 241, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\",\"link\":{\"url\":\"#gamescroll\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d86408\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1f35e02\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb59ac0\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n  window.googletag = window.googletag || {cmd: []};\\r\\n  googletag.cmd.push(function() {\\r\\n    googletag.defineSlot(\'\\/23197884379\\/1\', [250, 250], \'div-gpt-ad-1722319012812-0\').addService(googletag.pubads());\\r\\n    googletag.pubads().collapseEmptyDivs();\\r\\n    googletag.enableServices();\\r\\n  });\\r\\n<\\/script>\\r\\n<!-- \\/23197884379\\/1 -->\\r\\n<div id=\'div-gpt-ad-1722319012812-0\' style=\'min-width: 250px; min-height: 250px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722319012812-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\",\"_element_id\":\"gamescroll\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-1.png\",\"id\":176,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brain Exercise \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/three-burning-balls.png\",\"id\":177,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Burning Balls\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/3549847.webp\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"Car Breaker \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512.webp\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chicken Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b32d91\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/6 -->\\n<div id=\'div-gpt-ad-1722509254788-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509254788-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-2.webp\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Choose True Colors\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/christmas-gifts-icon.png\",\"id\":187,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christmas Gift\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-3.webp\",\"id\":188,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christmas Ant Run\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-5.jpeg\",\"id\":189,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coin Snake\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-6.jpeg\",\"id\":193,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Collect Same Balls\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-7.jpeg\",\"id\":194,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Color Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-2.png\",\"id\":195,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Color Match\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/casino-chips-black-icon-gambling-game-symbol_53562-18470.jpg\",\"id\":202,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cookies Bookies\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1819844\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/free-sport-game-batsman-cricket-player-bat-ball-pad-gloves-helmet-29296.webp\",\"id\":206,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cricket Batter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/1354be628b798ec200c60d9d7f5c62ca.jpg\",\"id\":210,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Crossy Road\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/icon_20231120020716655abf54cf06b.webp\",\"id\":212,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cute Dress Up\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/dark-cave-forest-with-path-through-it-game-background-vector-illustration_597121-539.jpg\",\"id\":214,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dark Forest\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6e5da39\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"57bbcba\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c4158df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/d8usybz-d4ed4f9b-3f60-454f-abed-5c19a5904742.png\",\"id\":218,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/arrowpatching\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d3c3308\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dark Knight Rider\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"d731bf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0179fc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-2.png\",\"id\":219,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/animalandstar\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8936eb7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dash Color Switch\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30135eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f9cad88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-9.jpeg\",\"id\":220,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/angrybubble\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a46f2ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dashing Donut\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3da2e8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"18e2170\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-10.jpeg\",\"id\":221,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/alienonearth\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ac6a9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Diamond Robber\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"089b42e\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"8acf6af\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"0663dd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f0bfcef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-5.webp\",\"id\":226,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/airbattlemission\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3dd25d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dragon Fish\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3e4701e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fba511f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-3.png\",\"id\":228,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/advantureousboyrun\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b0c61ee\",\"elType\":\"widget\",\"settings\":{\"title\":\"Drive Safe\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2ccca8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"53f0099\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-3.png\",\"id\":232,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2048\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36c15a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Towel Balancer\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dff0197\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"ab8a1a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/9601282.png\",\"id\":233,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/bottleclimbing\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e81965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Universal Adventure\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8c416c4\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff3fae1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"826c6fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\",\"id\":125,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/bemillionaire\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"490c566\",\"elType\":\"widget\",\"settings\":{\"title\":\"Be Millionaire\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30a7a1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"791aba0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-2.jpeg\",\"id\":126,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ballout\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f847e96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Out\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"26a3b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"a2ea20f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/icon.jpg\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/balloonpop\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a93c085\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balloon Pop\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a5eb85d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fbf6905\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-3.jpeg\",\"id\":128,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ballbouncerwall\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"03bcf8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Bouncer Wall\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1148, 241, '_elementor_page_assets', 'a:0:{}'),
(1149, 242, '_elementor_edit_mode', 'builder'),
(1150, 242, '_elementor_template_type', 'wp-page'),
(1151, 242, '_elementor_version', '3.15.1'),
(1152, 242, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1153, 242, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\",\"link\":{\"url\":\"#gamescroll\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d86408\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1f35e02\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb59ac0\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n  window.googletag = window.googletag || {cmd: []};\\r\\n  googletag.cmd.push(function() {\\r\\n    googletag.defineSlot(\'\\/23197884379\\/1\', [250, 250], \'div-gpt-ad-1722319012812-0\').addService(googletag.pubads());\\r\\n    googletag.pubads().collapseEmptyDivs();\\r\\n    googletag.enableServices();\\r\\n  });\\r\\n<\\/script>\\r\\n<!-- \\/23197884379\\/1 -->\\r\\n<div id=\'div-gpt-ad-1722319012812-0\' style=\'min-width: 250px; min-height: 250px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722319012812-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\",\"_element_id\":\"gamescroll\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-1.png\",\"id\":176,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brain Exercise \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/three-burning-balls.png\",\"id\":177,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Burning Balls\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/3549847.webp\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"Car Breaker \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512.webp\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chicken Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b32d91\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/6 -->\\n<div id=\'div-gpt-ad-1722509254788-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509254788-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-2.webp\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Choose True Colors\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/christmas-gifts-icon.png\",\"id\":187,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christmas Gift\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-3.webp\",\"id\":188,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christmas Ant Run\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-5.jpeg\",\"id\":189,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coin Snake\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-6.jpeg\",\"id\":193,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Collect Same Balls\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-7.jpeg\",\"id\":194,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Color Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-2.png\",\"id\":195,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Color Match\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/casino-chips-black-icon-gambling-game-symbol_53562-18470.jpg\",\"id\":202,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cookies Bookies\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1819844\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/free-sport-game-batsman-cricket-player-bat-ball-pad-gloves-helmet-29296.webp\",\"id\":206,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cricket Batter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/1354be628b798ec200c60d9d7f5c62ca.jpg\",\"id\":210,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Crossy Road\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/icon_20231120020716655abf54cf06b.webp\",\"id\":212,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cute Dress Up\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/dark-cave-forest-with-path-through-it-game-background-vector-illustration_597121-539.jpg\",\"id\":214,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dark Forest\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6e5da39\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"57bbcba\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c4158df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/d8usybz-d4ed4f9b-3f60-454f-abed-5c19a5904742.png\",\"id\":218,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/arrowpatching\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d3c3308\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dark Knight Rider\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"d731bf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0179fc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-2.png\",\"id\":219,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/animalandstar\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8936eb7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dash Color Switch\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30135eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f9cad88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-9.jpeg\",\"id\":220,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/angrybubble\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a46f2ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dashing Donut\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3da2e8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"18e2170\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-10.jpeg\",\"id\":221,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/alienonearth\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ac6a9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Diamond Robber\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"089b42e\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"8acf6af\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"0663dd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f0bfcef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-5.webp\",\"id\":226,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/airbattlemission\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3dd25d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dragon Fish\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3e4701e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fba511f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-3.png\",\"id\":228,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/advantureousboyrun\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b0c61ee\",\"elType\":\"widget\",\"settings\":{\"title\":\"Drive Safe\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2ccca8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"53f0099\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-3.png\",\"id\":232,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2048\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36c15a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Towel Balancer\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dff0197\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"ab8a1a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/9601282.png\",\"id\":233,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/bottleclimbing\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e81965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Universal Adventure\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8c416c4\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff3fae1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"826c6fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\",\"id\":125,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/bemillionaire\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"490c566\",\"elType\":\"widget\",\"settings\":{\"title\":\"Be Millionaire\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30a7a1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"791aba0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-2.jpeg\",\"id\":126,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ballout\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f847e96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Out\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"26a3b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"a2ea20f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/icon.jpg\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/balloonpop\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a93c085\",\"elType\":\"widget\",\"settings\":{\"title\":\"Balloon Pop\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a5eb85d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fbf6905\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-3.jpeg\",\"id\":128,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ballbouncerwall\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"03bcf8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ball Bouncer Wall\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1154, 242, '_elementor_page_assets', 'a:0:{}'),
(1155, 243, '_elementor_edit_mode', 'builder'),
(1156, 243, '_elementor_template_type', 'wp-page'),
(1157, 243, '_elementor_version', '3.15.1'),
(1158, 243, '_wp_page_template', 'elementor_canvas');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1159, 243, '_elementor_data', '[{\"id\":\"f8de3ae\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"gradient\",\"background_color\":\"#FF0000\",\"background_color_b\":\"#BB0B0B\"},\"elements\":[{\"id\":\"e3b27bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d55f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"ac2a576\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true},{\"id\":\"7fabd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"94cbe30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/1.png\",\"id\":87,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"99fcef7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ffee0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/07\\/image_2024-07-26_150321065.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"51e304b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"813cacd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Best Games Online\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_font_weight\":\"700\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e042f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2850abf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Games Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"500\",\"background_color\":\"#FF0000\",\"link\":{\"url\":\"#gamescroll\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d86408\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1f35e02\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fb59ac0\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script async src=\\\"https:\\/\\/securepubads.g.doubleclick.net\\/tag\\/js\\/gpt.js\\\"><\\/script>\\r\\n<script>\\r\\n  window.googletag = window.googletag || {cmd: []};\\r\\n  googletag.cmd.push(function() {\\r\\n    googletag.defineSlot(\'\\/23197884379\\/1\', [250, 250], \'div-gpt-ad-1722319012812-0\').addService(googletag.pubads());\\r\\n    googletag.pubads().collapseEmptyDivs();\\r\\n    googletag.enableServices();\\r\\n  });\\r\\n<\\/script>\\r\\n<!-- \\/23197884379\\/1 -->\\r\\n<div id=\'div-gpt-ad-1722319012812-0\' style=\'min-width: 250px; min-height: 250px;\'>\\r\\n  <script>\\r\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722319012812-0\'); });\\r\\n  <\\/script>\\r\\n<\\/div>\\r\\n\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"449f57e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFE8E8\",\"_element_id\":\"gamescroll\"},\"elements\":[{\"id\":\"75fc6a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb83c6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff08d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"758aada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-1.png\",\"id\":176,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Water_Cleaner\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e63d341\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brain Exercise \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"9a91120\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"aabcfdd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/three-burning-balls.png\",\"id\":177,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Army_Bomber_Truck\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"588604d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Burning Balls\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"926d6b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f314b67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/3549847.webp\",\"id\":179,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ABC_Jump\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c0b895\",\"elType\":\"widget\",\"settings\":{\"title\":\"Car Breaker \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f96ab45\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9451fde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512.webp\",\"id\":180,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Tank_Strategy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d80eca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chicken Shooter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b32d91\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/6 -->\\n<div id=\'div-gpt-ad-1722509254788-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509254788-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"f019de8\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b7aec53\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4649280\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-2.webp\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Wrestling\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Choose True Colors\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7f30cab\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0602bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/christmas-gifts-icon.png\",\"id\":187,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Ninja_Pumpkin\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6b9203e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christmas Gift\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"bf1bb26\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f125d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-3.webp\",\"id\":188,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2_ballon_shooter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a3ca3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christmas Ant Run\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e1674d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"22fd9d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-5.jpeg\",\"id\":189,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/A_Spacetime_Challenge\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e0a32a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coin Snake\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"998aeca\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"b2f30f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"144b867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-6.jpeg\",\"id\":193,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Boom_Room\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"423193c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Collect Same Balls\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a83853f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"78811d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-7.jpeg\",\"id\":194,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colorful_Clock\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"87b266a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Color Jump\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e4fd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"da53377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-2.png\",\"id\":195,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Colored_Square\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5348fb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Color Match\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"62a7e2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"4005ab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/casino-chips-black-icon-gambling-game-symbol_53562-18470.jpg\",\"id\":202,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Dungeon_box\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43d030c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cookies Bookies\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1819844\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0c9028f\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"e2d11af\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"24394f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/free-sport-game-batsman-cricket-player-bat-ball-pad-gloves-helmet-29296.webp\",\"id\":206,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Jugglers_Battle\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1da813b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cricket Batter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"575296d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"9f4d81a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/1354be628b798ec200c60d9d7f5c62ca.jpg\",\"id\":210,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Sky_Jump_KARA\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61e4635\",\"elType\":\"widget\",\"settings\":{\"title\":\"Crossy Road\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"46b90d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c270fbc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/icon_20231120020716655abf54cf06b.webp\",\"id\":212,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c1b7868\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cute Dress Up\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55649ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e8da8f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/dark-cave-forest-with-path-through-it-game-background-vector-illustration_597121-539.jpg\",\"id\":214,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/Coloring_Book\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a7b1b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dark Forest\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6e5da39\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"57bbcba\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"c4158df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/d8usybz-d4ed4f9b-3f60-454f-abed-5c19a5904742.png\",\"id\":218,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/arrowpatching\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d3c3308\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dark Knight Rider\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"d731bf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"e0179fc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-2.png\",\"id\":219,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/animalandstar\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8936eb7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dash Color Switch\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30135eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f9cad88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-9.jpeg\",\"id\":220,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/angrybubble\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a46f2ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dashing Donut\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3da2e8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"18e2170\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-10.jpeg\",\"id\":221,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/alienonearth\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ac6a9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Diamond Robber\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"089b42e\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- \\/23197884379\\/7 -->\\n<div id=\'div-gpt-ad-1722509328175-0\' style=\'min-width: 300px; min-height: 50px;\'>\\n  <script>\\n    googletag.cmd.push(function() { googletag.display(\'div-gpt-ad-1722509328175-0\'); });\\n  <\\/script>\\n<\\/div>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"8acf6af\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"0663dd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"f0bfcef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-5.webp\",\"id\":226,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/airbattlemission\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3dd25d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dragon Fish\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3e4701e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fba511f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-3.png\",\"id\":228,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/advantureousboyrun\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b0c61ee\",\"elType\":\"widget\",\"settings\":{\"title\":\"Drive Safe\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2ccca8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"53f0099\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-3.png\",\"id\":232,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/2048\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36c15a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Towel Balancer\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dff0197\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"ab8a1a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/9601282.png\",\"id\":233,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/bottleclimbing\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e81965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Universal Adventure\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8c416c4\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ff3fae1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"826c6fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/d4ikzdo-6fca170e-8af4-4974-9050-7646cc2f3487.png\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/bemillionaire\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"490c566\",\"elType\":\"widget\",\"settings\":{\"title\":\"War of Tanks\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30a7a1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"791aba0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-11.jpeg\",\"id\":238,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ballout\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f847e96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Yummy Candies\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"26a3b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"a2ea20f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/images-12.jpeg\",\"id\":239,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/balloonpop\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a93c085\",\"elType\":\"widget\",\"settings\":{\"title\":\"Zombie Attack\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"a5eb85d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"fbf6905\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/wp-content\\/uploads\\/2024\\/08\\/unnamed-4.png\",\"id\":240,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/ballbouncerwall\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"03bcf8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Zombie Hunter\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05b8267\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#252525\",\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true}},\"elements\":[{\"id\":\"e5d57a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d25a977\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5181c5d\",\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/privacy-policy-2\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/terms-and-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f01029\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/diginspire.in\\/wordpress_2\\/index.php\\/disclaimer\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"0e494a0\"}],\"icon_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fca382\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"7fa8cf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e32760\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&copy; Copyright 2024 Game Platform | All Rights Reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `TI9k8mggE_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1160, 243, '_elementor_page_assets', 'a:0:{}'),
(1161, 7, '_elementor_css', 'a:6:{s:4:\"time\";i:1722583291;s:5:\"fonts\";a:1:{i:0;s:7:\"Poppins\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}');

-- --------------------------------------------------------

--
-- Table structure for table `TI9k8mggE_posts`
--

CREATE TABLE `TI9k8mggE_posts` (
  `ID` bigint UNSIGNED NOT NULL,
  `post_author` bigint UNSIGNED NOT NULL DEFAULT '0',
  `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_title` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_excerpt` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open',
  `post_password` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `post_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `to_ping` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `pinged` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content_filtered` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_parent` bigint UNSIGNED NOT NULL DEFAULT '0',
  `guid` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `menu_order` int NOT NULL DEFAULT '0',
  `post_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_count` bigint NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `TI9k8mggE_posts`
--

INSERT INTO `TI9k8mggE_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1, 1, '2024-07-26 08:44:45', '2024-07-26 08:44:45', '<!-- wp:paragraph -->\n<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n<!-- /wp:paragraph -->', 'Hello world!', '', 'publish', 'open', 'open', '', 'hello-world', '', '', '2024-07-26 08:44:45', '2024-07-26 08:44:45', '', 0, 'https://diginspire.in/wordpress_o/?p=1', 0, 'post', '', 1),
(2, 1, '2024-07-26 08:44:45', '2024-07-26 08:44:45', '<!-- wp:paragraph -->\n<p>This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like pi&#241;a coladas. (And gettin\' caught in the rain.)</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...or something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As a new WordPress user, you should go to <a href=\"https://diginspire.in/wordpress_2/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->', 'Sample Page', '', 'publish', 'closed', 'open', '', 'sample-page', '', '', '2024-07-26 08:44:45', '2024-07-26 08:44:45', '', 0, 'https://diginspire.in/wordpress_o/?page_id=2', 0, 'page', '', 0),
(3, 1, '2024-07-26 08:44:45', '2024-07-26 08:44:45', '<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Who we are</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Our website address is: https://diginspire.in/wordpress_2.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Comments</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor&#8217;s IP address and browser user agent string to help spam detection.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Media</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Cookies</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select &quot;Remember Me&quot;, your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Embedded content from other websites</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Who we share your data with</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you request a password reset, your IP address will be included in the reset email.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">How long we retain your data</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">What rights you have over your data</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Where your data is sent</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Visitor comments may be checked through an automated spam detection service.</p>\n<!-- /wp:paragraph -->\n', 'Privacy Policy', '', 'draft', 'closed', 'open', '', 'privacy-policy', '', '', '2024-07-26 08:44:45', '2024-07-26 08:44:45', '', 0, 'https://diginspire.in/wordpress_o/?page_id=3', 0, 'page', '', 0),
(4, 0, '2024-07-26 08:44:46', '2024-07-26 08:44:46', '<!-- wp:page-list /-->', 'Navigation', '', 'publish', 'closed', 'closed', '', 'navigation', '', '', '2024-07-26 08:44:46', '2024-07-26 08:44:46', '', 0, 'https://diginspire.in/wordpress_o/index.php/2024/07/26/navigation/', 0, 'wp_navigation', '', 0),
(6, 1, '2024-07-26 09:21:05', '2024-07-26 09:21:05', '', 'Default Kit', '', 'publish', 'closed', 'closed', '', 'default-kit', '', '', '2024-07-29 08:16:02', '2024-07-29 08:16:02', '', 0, 'https://diginspire.in/wordpress_o/?p=6', 0, 'elementor_library', '', 0),
(7, 1, '2024-07-26 09:25:25', '2024-07-26 09:25:25', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://diginspire.in/wordpress_2\">\n							<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#gamescroll\">\n						Explore Games Now\n					</a>\n<!-- /23197884379/1 -->\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Brain Exercise </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Burning Balls</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/3549847.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/3549847.webp 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/3549847-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Car Breaker </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512.webp 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Chicken Shooter</h2>		\n			<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Choose True Colors</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/christmas-gifts-icon.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/christmas-gifts-icon.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/christmas-gifts-icon-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/christmas-gifts-icon-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Christmas Gift</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Christmas Ant Run</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-5.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-5.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-5-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Coin Snake</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-6.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-6.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-6-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Collect Same Balls</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-7.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-7.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-7-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Color Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Color Match</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"360\" height=\"340\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/casino-chips-black-icon-gambling-game-symbol_53562-18470.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/casino-chips-black-icon-gambling-game-symbol_53562-18470.jpg 360w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/casino-chips-black-icon-gambling-game-symbol_53562-18470-300x283.jpg 300w\" sizes=\"(max-width: 360px) 100vw, 360px\" />								</a>\n			<h2>Cookies Bookies</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/free-sport-game-batsman-cricket-player-bat-ball-pad-gloves-helmet-29296.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/free-sport-game-batsman-cricket-player-bat-ball-pad-gloves-helmet-29296.webp 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/free-sport-game-batsman-cricket-player-bat-ball-pad-gloves-helmet-29296-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Cricket Batter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"750\" height=\"750\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/1354be628b798ec200c60d9d7f5c62ca.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/1354be628b798ec200c60d9d7f5c62ca.jpg 750w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/1354be628b798ec200c60d9d7f5c62ca-300x300.jpg 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/1354be628b798ec200c60d9d7f5c62ca-150x150.jpg 150w\" sizes=\"(max-width: 750px) 100vw, 750px\" />								</a>\n			<h2>Crossy Road</h2>		\n															<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon_20231120020716655abf54cf06b.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon_20231120020716655abf54cf06b.webp 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon_20231120020716655abf54cf06b-300x300.webp 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon_20231120020716655abf54cf06b-150x150.webp 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<h2>Cute Dress Up</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"626\" height=\"626\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/dark-cave-forest-with-path-through-it-game-background-vector-illustration_597121-539.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/dark-cave-forest-with-path-through-it-game-background-vector-illustration_597121-539.jpg 626w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/dark-cave-forest-with-path-through-it-game-background-vector-illustration_597121-539-300x300.jpg 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/dark-cave-forest-with-path-through-it-game-background-vector-illustration_597121-539-150x150.jpg 150w\" sizes=\"(max-width: 626px) 100vw, 626px\" />								</a>\n			<h2>Dark Forest</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/arrowpatching\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/d8usybz-d4ed4f9b-3f60-454f-abed-5c19a5904742.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/d8usybz-d4ed4f9b-3f60-454f-abed-5c19a5904742.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/d8usybz-d4ed4f9b-3f60-454f-abed-5c19a5904742-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dark Knight Rider</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/animalandstar\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.png 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2-150x150.png 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Dash Color Switch</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/angrybubble\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-9.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-9.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-9-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Dashing Donut</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/alienonearth\">\n							<img width=\"211\" height=\"238\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-10.jpeg\" alt=\"\" loading=\"lazy\" />								</a>\n			<h2>Diamond Robber</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/airbattlemission\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-5.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-5.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-5-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Dragon Fish</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/advantureousboyrun\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Drive Safe</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2048\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.png 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3-150x150.png 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Towel Balancer</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/bottleclimbing\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/9601282.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/9601282.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/9601282-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/9601282-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Universal Adventure</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/bemillionaire\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/d4ikzdo-6fca170e-8af4-4974-9050-7646cc2f3487.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/d4ikzdo-6fca170e-8af4-4974-9050-7646cc2f3487.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/d4ikzdo-6fca170e-8af4-4974-9050-7646cc2f3487-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>War of Tanks</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ballout\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-11.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-11.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-11-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Yummy Candies</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/balloonpop\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-12.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-12.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-12-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Zombie Attack</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ballbouncerwall\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-4.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-4.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-4-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-4-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Zombie Hunter</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'publish', 'closed', 'closed', '', 'home', '', '', '2024-08-02 07:21:21', '2024-08-02 07:21:21', '', 0, 'https://diginspire.in/wordpress_o/?page_id=7', 0, 'page', '', 0),
(8, 1, '2024-07-26 09:25:00', '2024-07-26 09:25:00', '', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-07-26 09:25:00', '2024-07-26 09:25:00', '', 7, 'https://diginspire.in/wordpress_o/?p=8', 0, 'revision', '', 0),
(9, 1, '2024-07-26 09:30:37', '2024-07-26 09:30:37', '', 'unnamed', '', 'inherit', 'open', 'closed', '', 'unnamed', '', '', '2024-07-26 09:30:37', '2024-07-26 09:30:37', '', 7, 'https://diginspire.in/wordpress_o/wp-content/uploads/2024/07/unnamed.png', 0, 'attachment', 'image/png', 0),
(10, 1, '2024-07-26 09:30:58', '2024-07-26 09:30:58', '', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-07-26 09:30:58', '2024-07-26 09:30:58', '', 7, 'https://diginspire.in/wordpress_o/?p=10', 0, 'revision', '', 0),
(11, 1, '2024-07-26 09:30:58', '2024-07-26 09:30:58', '', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-07-26 09:30:58', '2024-07-26 09:30:58', '', 7, 'https://diginspire.in/wordpress_o/?p=11', 0, 'revision', '', 0),
(12, 1, '2024-07-26 09:30:58', '2024-07-26 09:30:58', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-07-26 09:30:58', '2024-07-26 09:30:58', '', 7, 'https://diginspire.in/wordpress_o/?p=12', 0, 'revision', '', 0),
(13, 1, '2024-07-26 09:33:23', '2024-07-26 09:33:23', '', 'image_2024-07-26_150321065', '', 'inherit', 'open', 'closed', '', 'image_2024-07-26_150321065', '', '', '2024-07-26 09:33:23', '2024-07-26 09:33:23', '', 7, 'https://diginspire.in/wordpress_o/wp-content/uploads/2024/07/image_2024-07-26_150321065.png', 0, 'attachment', 'image/png', 0),
(15, 1, '2024-07-26 09:39:29', '2024-07-26 09:39:29', '', 'icon-256', '', 'inherit', 'open', 'closed', '', 'icon-256', '', '', '2024-07-26 09:39:29', '2024-07-26 09:39:29', '', 7, 'https://diginspire.in/wordpress_o/wp-content/uploads/2024/07/icon-256.png', 0, 'attachment', 'image/png', 0),
(16, 1, '2024-07-26 09:41:36', '2024-07-26 09:41:36', '', 'icon-256', '', 'inherit', 'open', 'closed', '', 'icon-256-2', '', '', '2024-07-26 09:41:36', '2024-07-26 09:41:36', '', 7, 'https://diginspire.in/wordpress_o/wp-content/uploads/2024/07/icon-256-1.png', 0, 'attachment', 'image/png', 0),
(17, 1, '2024-07-26 09:42:11', '2024-07-26 09:42:11', '', 'icon-256', '', 'inherit', 'open', 'closed', '', 'icon-256-3', '', '', '2024-07-26 09:42:11', '2024-07-26 09:42:11', '', 7, 'https://diginspire.in/wordpress_o/wp-content/uploads/2024/07/icon-256-2.png', 0, 'attachment', 'image/png', 0),
(18, 1, '2024-07-26 09:42:34', '2024-07-26 09:42:34', '', 'icon-256', '', 'inherit', 'open', 'closed', '', 'icon-256-4', '', '', '2024-07-26 09:42:34', '2024-07-26 09:42:34', '', 7, 'https://diginspire.in/wordpress_o/wp-content/uploads/2024/07/icon-256-3.png', 0, 'attachment', 'image/png', 0),
(19, 1, '2024-07-26 09:43:24', '2024-07-26 09:43:24', '', 'icon-256', '', 'inherit', 'open', 'closed', '', 'icon-256-5', '', '', '2024-07-26 09:43:24', '2024-07-26 09:43:24', '', 7, 'https://diginspire.in/wordpress_o/wp-content/uploads/2024/07/icon-256-4.png', 0, 'attachment', 'image/png', 0),
(20, 1, '2024-07-26 09:43:50', '2024-07-26 09:43:50', '', 'icon-256', '', 'inherit', 'open', 'closed', '', 'icon-256-6', '', '', '2024-07-26 09:43:50', '2024-07-26 09:43:50', '', 7, 'https://diginspire.in/wordpress_o/wp-content/uploads/2024/07/icon-256-5.png', 0, 'attachment', 'image/png', 0),
(21, 1, '2024-07-26 09:44:15', '2024-07-26 09:44:15', '', 'icon-256', '', 'inherit', 'open', 'closed', '', 'icon-256-7', '', '', '2024-07-26 09:44:15', '2024-07-26 09:44:15', '', 7, 'https://diginspire.in/wordpress_o/wp-content/uploads/2024/07/icon-256-6.png', 0, 'attachment', 'image/png', 0),
(22, 1, '2024-07-26 09:44:35', '2024-07-26 09:44:35', '', 'icon-256', '', 'inherit', 'open', 'closed', '', 'icon-256-8', '', '', '2024-07-26 09:44:35', '2024-07-26 09:44:35', '', 7, 'https://diginspire.in/wordpress_o/wp-content/uploads/2024/07/icon-256-7.png', 0, 'attachment', 'image/png', 0),
(23, 1, '2024-07-26 09:45:03', '2024-07-26 09:45:03', '', 'icon-256', '', 'inherit', 'open', 'closed', '', 'icon-256-9', '', '', '2024-07-26 09:45:03', '2024-07-26 09:45:03', '', 7, 'https://diginspire.in/wordpress_o/wp-content/uploads/2024/07/icon-256-8.png', 0, 'attachment', 'image/png', 0),
(24, 1, '2024-07-26 09:45:22', '2024-07-26 09:45:22', '', 'icon-256', '', 'inherit', 'open', 'closed', '', 'icon-256-10', '', '', '2024-07-26 09:45:22', '2024-07-26 09:45:22', '', 7, 'https://diginspire.in/wordpress_o/wp-content/uploads/2024/07/icon-256-9.png', 0, 'attachment', 'image/png', 0),
(25, 1, '2024-07-26 09:45:38', '2024-07-26 09:45:38', '', 'icon-256', '', 'inherit', 'open', 'closed', '', 'icon-256-11', '', '', '2024-07-26 09:45:38', '2024-07-26 09:45:38', '', 7, 'https://diginspire.in/wordpress_o/wp-content/uploads/2024/07/icon-256-10.png', 0, 'attachment', 'image/png', 0),
(26, 1, '2024-07-26 09:45:57', '2024-07-26 09:45:57', '', 'icon-256', '', 'inherit', 'open', 'closed', '', 'icon-256-12', '', '', '2024-07-26 09:45:57', '2024-07-26 09:45:57', '', 7, 'https://diginspire.in/wordpress_o/wp-content/uploads/2024/07/icon-256-11.png', 0, 'attachment', 'image/png', 0),
(27, 1, '2024-07-26 09:46:34', '2024-07-26 09:46:34', '', 'icon-256', '', 'inherit', 'open', 'closed', '', 'icon-256-13', '', '', '2024-07-26 09:46:34', '2024-07-26 09:46:34', '', 7, 'https://diginspire.in/wordpress_o/wp-content/uploads/2024/07/icon-256-12.png', 0, 'attachment', 'image/png', 0),
(28, 1, '2024-07-26 09:46:54', '2024-07-26 09:46:54', '', 'icon-256', '', 'inherit', 'open', 'closed', '', 'icon-256-14', '', '', '2024-07-26 09:46:54', '2024-07-26 09:46:54', '', 7, 'https://diginspire.in/wordpress_o/wp-content/uploads/2024/07/icon-256-13.png', 0, 'attachment', 'image/png', 0),
(29, 1, '2024-07-26 09:47:13', '2024-07-26 09:47:13', '', 'icon-256', '', 'inherit', 'open', 'closed', '', 'icon-256-15', '', '', '2024-07-26 09:47:13', '2024-07-26 09:47:13', '', 7, 'https://diginspire.in/wordpress_o/wp-content/uploads/2024/07/icon-256-14.png', 0, 'attachment', 'image/png', 0),
(30, 1, '2024-07-26 09:47:35', '2024-07-26 09:47:35', '', 'icon-256', '', 'inherit', 'open', 'closed', '', 'icon-256-16', '', '', '2024-07-26 09:47:35', '2024-07-26 09:47:35', '', 7, 'https://diginspire.in/wordpress_o/wp-content/uploads/2024/07/icon-256-15.png', 0, 'attachment', 'image/png', 0),
(31, 1, '2024-07-26 09:47:52', '2024-07-26 09:47:52', '', 'icon-256', '', 'inherit', 'open', 'closed', '', 'icon-256-17', '', '', '2024-07-26 09:47:52', '2024-07-26 09:47:52', '', 7, 'https://diginspire.in/wordpress_o/wp-content/uploads/2024/07/icon-256-16.png', 0, 'attachment', 'image/png', 0),
(32, 1, '2024-07-26 09:48:15', '2024-07-26 09:48:15', '', 'icon-256-17', '', 'inherit', 'open', 'closed', '', 'icon-256-17-2', '', '', '2024-07-26 09:48:15', '2024-07-26 09:48:15', '', 0, 'https://diginspire.in/wordpress_o/wp-content/uploads/2024/07/icon-256-17.png', 0, 'attachment', 'image/png', 0),
(33, 1, '2024-07-26 09:48:55', '2024-07-26 09:48:55', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-07-26 09:48:55', '2024-07-26 09:48:55', '', 7, 'https://diginspire.in/wordpress_o/?p=33', 0, 'revision', '', 0),
(34, 1, '2024-07-26 09:48:55', '2024-07-26 09:48:55', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-07-26 09:48:55', '2024-07-26 09:48:55', '', 7, 'https://diginspire.in/wordpress_o/?p=34', 0, 'revision', '', 0),
(35, 1, '2024-07-26 09:48:55', '2024-07-26 09:48:55', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#\">\n						Explore Games Now\n					</a>\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Water Cleaner</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Army Bomber Truck</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>ABC Jump</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Tank Strategy</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-4.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-4.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-4-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Roll Orange</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Ninja Pumpkin</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Baloon Shooter</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Spacetime Challenge</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Boom Room</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Colorful Clock</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Colored Square</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Dungeon Box</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Jugglers Battle</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Coloring Book</h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-07-26 09:48:55', '2024-07-26 09:48:55', '', 7, 'https://diginspire.in/wordpress_o/?p=35', 0, 'revision', '', 0);
INSERT INTO `TI9k8mggE_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(36, 1, '2024-07-26 09:50:08', '2024-07-26 09:50:08', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#\">\n						Explore Games Now\n					</a>\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Water Cleaner</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Army Bomber Truck</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>ABC Jump</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Tank Strategy</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-4.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-4.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-4-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Roll Orange</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Ninja Pumpkin</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Baloon Shooter</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Spacetime Challenge</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Boom Room</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Colorful Clock</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Colored Square</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Dungeon Box</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Jugglers Battle</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Coloring Book</h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-07-26 09:50:08', '2024-07-26 09:50:08', '', 7, 'https://diginspire.in/wordpress_o/?p=36', 0, 'revision', '', 0),
(37, 1, '2024-07-26 09:50:08', '2024-07-26 09:50:08', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#\">\n						Explore Games Now\n					</a>\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Water Cleaner</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Army Bomber Truck</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>ABC Jump</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Tank Strategy</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-4.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-4.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-4-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Roll Orange</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Ninja Pumpkin</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Baloon Shooter</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Spacetime Challenge</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Boom Room</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Colorful Clock</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Colored Square</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Dungeon Box</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Jugglers Battle</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Coloring Book</h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-07-26 09:50:08', '2024-07-26 09:50:08', '', 7, 'https://diginspire.in/wordpress_o/?p=37', 0, 'revision', '', 0),
(38, 1, '2024-07-26 09:50:09', '2024-07-26 09:50:09', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#\">\n						Explore Games Now\n					</a>\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Water Cleaner</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Army Bomber Truck</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>ABC Jump</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Tank Strategy</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-4.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-4.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-4-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Roll Orange</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Ninja Pumpkin</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Baloon Shooter</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Spacetime Challenge</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Boom Room</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Colorful Clock</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Colored Square</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Dungeon Box</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Jugglers Battle</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Coloring Book</h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-07-26 09:50:09', '2024-07-26 09:50:09', '', 7, 'https://diginspire.in/wordpress_o/?p=38', 0, 'revision', '', 0),
(39, 1, '2024-07-26 09:51:59', '2024-07-26 09:51:59', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#\">\n						Explore Games Now\n					</a>\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Water Cleaner</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Army Bomber Truck</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>ABC Jump</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Tank Strategy</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-4.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-4.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-4-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Roll Orange</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Ninja Pumpkin</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Baloon Shooter</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Spacetime Challenge</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Boom Room</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Colorful Clock</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Colored Square</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Dungeon Box</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Jugglers Battle</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Coloring Book</h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-07-26 09:51:59', '2024-07-26 09:51:59', '', 7, 'https://diginspire.in/wordpress_o/?p=39', 0, 'revision', '', 0),
(40, 1, '2024-07-26 09:51:59', '2024-07-26 09:51:59', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#\">\n						Explore Games Now\n					</a>\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Water Cleaner</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Army Bomber Truck</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>ABC Jump</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Tank Strategy</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-4.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-4.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-4-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Roll Orange</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Ninja Pumpkin</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Baloon Shooter</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Spacetime Challenge</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Boom Room</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Colorful Clock</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Colored Square</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Dungeon Box</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Jugglers Battle</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Coloring Book</h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-07-26 09:51:59', '2024-07-26 09:51:59', '', 7, 'https://diginspire.in/wordpress_o/?p=40', 0, 'revision', '', 0);
INSERT INTO `TI9k8mggE_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(41, 1, '2024-07-26 09:51:59', '2024-07-26 09:51:59', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#\">\n						Explore Games Now\n					</a>\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Water Cleaner</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Army Bomber Truck</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>ABC Jump</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Tank Strategy</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-4.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-4.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-4-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Roll Orange</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Ninja Pumpkin</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Baloon Shooter</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Spacetime Challenge</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Boom Room</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Colorful Clock</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Colored Square</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Dungeon Box</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Jugglers Battle</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Coloring Book</h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-07-26 09:51:59', '2024-07-26 09:51:59', '', 7, 'https://diginspire.in/wordpress_o/?p=41', 0, 'revision', '', 0),
(42, 1, '2024-07-27 03:58:08', '2024-07-27 03:58:08', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#\">\n						Explore Games Now\n					</a>\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Water Cleaner</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Army Bomber Truck</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>ABC Jump</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Tank Strategy</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-4.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-4.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-4-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Roll Orange</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Ninja Pumpkin</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Baloon Shooter</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Spacetime Challenge</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Boom Room</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Colorful Clock</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Colored Square</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Dungeon Box</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Jugglers Battle</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Coloring Book</h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-07-27 03:58:08', '2024-07-27 03:58:08', '', 7, 'https://diginspire.in/wordpress_o/?p=42', 0, 'revision', '', 0),
(43, 1, '2024-07-27 03:58:08', '2024-07-27 03:58:08', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#\">\n						Explore Games Now\n					</a>\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Water Cleaner</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Army Bomber Truck</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>ABC Jump</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Tank Strategy</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-4.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-4.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-4-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Roll Orange</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Ninja Pumpkin</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Baloon Shooter</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Spacetime Challenge</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Boom Room</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Colorful Clock</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Colored Square</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Dungeon Box</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Jugglers Battle</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Coloring Book</h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-07-27 03:58:08', '2024-07-27 03:58:08', '', 7, 'https://diginspire.in/wordpress_o/?p=43', 0, 'revision', '', 0),
(44, 1, '2024-07-27 03:58:09', '2024-07-27 03:58:09', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#\">\n						Explore Games Now\n					</a>\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Water Cleaner</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Army Bomber Truck</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>ABC Jump</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Tank Strategy</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-4.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-4.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-4-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Roll Orange</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Ninja Pumpkin</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Baloon Shooter</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Spacetime Challenge</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Boom Room</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Colorful Clock</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Colored Square</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Dungeon Box</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Jugglers Battle</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Coloring Book</h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-07-27 03:58:09', '2024-07-27 03:58:09', '', 7, 'https://diginspire.in/wordpress_o/?p=44', 0, 'revision', '', 0),
(45, 1, '2024-07-27 03:58:16', '2024-07-27 03:58:16', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#\">\n						Explore Games Now\n					</a>\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Water Cleaner</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Army Bomber Truck</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>ABC Jump</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Tank Strategy</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-4.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-4.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-4-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Roll Orange</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Ninja Pumpkin</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Baloon Shooter</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Spacetime Challenge</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Boom Room</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Colorful Clock</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Colored Square</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Dungeon Box</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Jugglers Battle</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Coloring Book</h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-07-27 03:58:16', '2024-07-27 03:58:16', '', 7, 'https://diginspire.in/wordpress_o/?p=45', 0, 'revision', '', 0);
INSERT INTO `TI9k8mggE_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(46, 1, '2024-07-27 03:58:16', '2024-07-27 03:58:16', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#\">\n						Explore Games Now\n					</a>\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Water Cleaner</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Army Bomber Truck</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>ABC Jump</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Tank Strategy</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-4.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-4.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-4-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Roll Orange</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Ninja Pumpkin</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Baloon Shooter</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Spacetime Challenge</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Boom Room</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Colorful Clock</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Colored Square</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Dungeon Box</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Jugglers Battle</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Coloring Book</h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-07-27 03:58:16', '2024-07-27 03:58:16', '', 7, 'https://diginspire.in/wordpress_o/?p=46', 0, 'revision', '', 0),
(47, 1, '2024-07-27 03:58:16', '2024-07-27 03:58:16', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#\">\n						Explore Games Now\n					</a>\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Water Cleaner</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Army Bomber Truck</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>ABC Jump</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Tank Strategy</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-4.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-4.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-4-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Roll Orange</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Ninja Pumpkin</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Baloon Shooter</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Spacetime Challenge</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Boom Room</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Colorful Clock</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Colored Square</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Dungeon Box</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Jugglers Battle</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Coloring Book</h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-07-27 03:58:16', '2024-07-27 03:58:16', '', 7, 'https://diginspire.in/wordpress_o/?p=47', 0, 'revision', '', 0),
(49, 1, '2024-07-29 08:16:02', '2024-07-29 08:16:02', '', 'Default Kit', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2024-07-29 08:16:02', '2024-07-29 08:16:02', '', 6, 'https://hindisamachaar.in/?p=49', 0, 'revision', '', 0),
(51, 1, '2024-07-29 08:29:07', '2024-07-29 08:29:07', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#\">\n						Explore Games Now\n					</a>\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Water Cleaner</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Army Bomber Truck</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>ABC Jump</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Tank Strategy</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-4.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-4.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-4-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Roll Orange</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Ninja Pumpkin</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Baloon Shooter</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Spacetime Challenge</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Boom Room</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Colorful Clock</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Colored Square</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Dungeon Box</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Jugglers Battle</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Coloring Book</h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-07-29 08:29:07', '2024-07-29 08:29:07', '', 7, 'https://hindisamachaar.in/?p=51', 0, 'revision', '', 0),
(52, 1, '2024-07-29 08:29:07', '2024-07-29 08:29:07', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#\">\n						Explore Games Now\n					</a>\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Water Cleaner</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Army Bomber Truck</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>ABC Jump</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Tank Strategy</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-4.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-4.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-4-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Roll Orange</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Ninja Pumpkin</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Baloon Shooter</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Spacetime Challenge</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Boom Room</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Colorful Clock</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Colored Square</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Dungeon Box</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Jugglers Battle</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Coloring Book</h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-07-29 08:29:07', '2024-07-29 08:29:07', '', 7, 'https://hindisamachaar.in/?p=52', 0, 'revision', '', 0),
(53, 1, '2024-07-29 08:29:08', '2024-07-29 08:29:08', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#\">\n						Explore Games Now\n					</a>\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-4.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-4.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-4-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Roll Orange</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Dungeon Box</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-07-29 08:29:08', '2024-07-29 08:29:08', '', 7, 'https://hindisamachaar.in/?p=53', 0, 'revision', '', 0),
(55, 1, '2024-07-29 08:53:35', '2024-07-29 08:53:35', '', 'icon-256 (1)', '', 'inherit', 'open', 'closed', '', 'icon-256-1', '', '', '2024-07-29 08:53:35', '2024-07-29 08:53:35', '', 7, 'https://hindisamachaar.in/wp-content/uploads/2024/07/icon-256-1-1.png', 0, 'attachment', 'image/png', 0);
INSERT INTO `TI9k8mggE_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(56, 1, '2024-07-29 08:53:47', '2024-07-29 08:53:47', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#\">\n						Explore Games Now\n					</a>\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-4.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-4.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-4-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Roll Orange</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Dungeon Box</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-07-29 08:53:47', '2024-07-29 08:53:47', '', 7, 'https://hindisamachaar.in/?p=56', 0, 'revision', '', 0),
(57, 1, '2024-07-29 08:53:47', '2024-07-29 08:53:47', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#\">\n						Explore Games Now\n					</a>\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-4.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-4.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-4-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Roll Orange</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Dungeon Box</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-07-29 08:53:47', '2024-07-29 08:53:47', '', 7, 'https://hindisamachaar.in/?p=57', 0, 'revision', '', 0),
(58, 1, '2024-07-29 08:53:47', '2024-07-29 08:53:47', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#\">\n						Explore Games Now\n					</a>\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Dungeon Box</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-07-29 08:53:47', '2024-07-29 08:53:47', '', 7, 'https://hindisamachaar.in/?p=58', 0, 'revision', '', 0),
(59, 1, '2024-07-29 09:07:03', '2024-07-29 09:07:03', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#\">\n						Explore Games Now\n					</a>\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Dungeon Box</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-07-29 09:07:03', '2024-07-29 09:07:03', '', 7, 'https://hindisamachaar.in/?p=59', 0, 'revision', '', 0),
(60, 1, '2024-07-29 09:07:03', '2024-07-29 09:07:03', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#\">\n						Explore Games Now\n					</a>\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Dungeon Box</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-07-29 09:07:03', '2024-07-29 09:07:03', '', 7, 'https://hindisamachaar.in/?p=60', 0, 'revision', '', 0);
INSERT INTO `TI9k8mggE_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(61, 1, '2024-07-29 09:07:03', '2024-07-29 09:07:03', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#\">\n						Explore Games Now\n					</a>\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Dungeon Box</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-07-29 09:07:03', '2024-07-29 09:07:03', '', 7, 'https://hindisamachaar.in/?p=61', 0, 'revision', '', 0),
(62, 1, '2024-07-29 09:07:41', '2024-07-29 09:07:41', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#\">\n						Explore Games Now\n					</a>\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Dungeon Box</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-07-29 09:07:41', '2024-07-29 09:07:41', '', 7, 'https://hindisamachaar.in/?p=62', 0, 'revision', '', 0),
(63, 1, '2024-07-29 09:07:41', '2024-07-29 09:07:41', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#\">\n						Explore Games Now\n					</a>\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>Dungeon Box</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-07-29 09:07:41', '2024-07-29 09:07:41', '', 7, 'https://hindisamachaar.in/?p=63', 0, 'revision', '', 0),
(64, 1, '2024-07-29 09:07:41', '2024-07-29 09:07:41', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#\">\n						Explore Games Now\n					</a>\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-07-29 09:07:41', '2024-07-29 09:07:41', '', 7, 'https://hindisamachaar.in/?p=64', 0, 'revision', '', 0);
INSERT INTO `TI9k8mggE_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(65, 1, '2024-07-30 07:00:07', '2024-07-30 07:00:07', '<!-- wp:paragraph -->\n<p>Last updated: July 30, 2024</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This Privacy Policy describes Our policies and procedures on the collection, use and disclosure of Your information when You use the Service and tells You about Your privacy rights and how the law protects You.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We use Your Personal data to provide and improve the Service. By using the Service, You agree to the collection and use of information in accordance with this Privacy Policy. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Interpretation and Definitions</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Interpretation</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The words of which the initial letter is capitalized have meanings defined under the following conditions. The following definitions shall have the same meaning regardless of whether they appear in singular or in plural.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Definitions</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>For the purposes of this Privacy Policy:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li><strong>Account</strong> means a unique account created for You to access our Service or parts of our Service.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>Affiliate</strong> means an entity that controls, is controlled by or is under common control with a party, where \"control\" means ownership of 50% or more of the shares, equity interest or other securities entitled to vote for election of directors or other managing authority.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>Company</strong> (referred to as either \"the Company\", \"We\", \"Us\" or \"Our\" in this Agreement) refers to Game Platform.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>Cookies</strong> are small files that are placed on Your computer, mobile device or any other device by a website, containing the details of Your browsing history on that website among its many uses.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>Country</strong> refers to: Gujarat, India</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>Device</strong> means any device that can access the Service such as a computer, a cellphone or a digital tablet.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>Personal Data</strong> is any information that relates to an identified or identifiable individual.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>Service</strong> refers to the Website.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>Service Provider</strong> means any natural or legal person who processes the data on behalf of the Company. It refers to third-party companies or individuals employed by the Company to facilitate the Service, to provide the Service on behalf of the Company, to perform services related to the Service or to assist the Company in analyzing how the Service is used.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>Usage Data</strong> refers to data collected automatically, either generated by the use of the Service or from the Service infrastructure itself (for example, the duration of a page visit).</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>Website</strong> refers to Game Platform, accessible from <a href=\"https://diginspire.in/wordpress_2/\" target=\"_blank\" rel=\"noreferrer noopener\">https://diginspire.in/wordpress_2/</a></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>You</strong> means the individual accessing or using the Service, or the company, or other legal entity on behalf of which such individual is accessing or using the Service, as applicable.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Collecting and Using Your Personal Data</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Types of Data Collected</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Personal Data</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>While using Our Service, We may ask You to provide Us with certain personally identifiable information that can be used to contact or identify You. Personally identifiable information may include, but is not limited to:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>Usage Data</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Usage Data</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Usage Data is collected automatically when using the Service.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Usage Data may include information such as Your Device\'s Internet Protocol address (e.g. IP address), browser type, browser version, the pages of our Service that You visit, the time and date of Your visit, the time spent on those pages, unique device identifiers and other diagnostic data.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When You access the Service by or through a mobile device, We may collect certain information automatically, including, but not limited to, the type of mobile device You use, Your mobile device unique ID, the IP address of Your mobile device, Your mobile operating system, the type of mobile Internet browser You use, unique device identifiers and other diagnostic data.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We may also collect information that Your browser sends whenever You visit our Service or when You access the Service by or through a mobile device.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Tracking Technologies and Cookies</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We use Cookies and similar tracking technologies to track the activity on Our Service and store certain information. Tracking technologies used are beacons, tags, and scripts to collect and track information and to improve and analyze Our Service. The technologies We use may include:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li><strong>Cookies or Browser Cookies.</strong> A cookie is a small file placed on Your Device. You can instruct Your browser to refuse all Cookies or to indicate when a Cookie is being sent. However, if You do not accept Cookies, You may not be able to use some parts of our Service. Unless you have adjusted Your browser setting so that it will refuse Cookies, our Service may use Cookies.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>Web Beacons.</strong> Certain sections of our Service and our emails may contain small electronic files known as web beacons (also referred to as clear gifs, pixel tags, and single-pixel gifs) that permit the Company, for example, to count users who have visited those pages or opened an email and for other related website statistics (for example, recording the popularity of a certain section and verifying system and server integrity).</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Cookies can be \"Persistent\" or \"Session\" Cookies. Persistent Cookies remain on Your personal computer or mobile device when You go offline, while Session Cookies are deleted as soon as You close Your web browser. You can learn more about cookies on <a href=\"https://www.termsfeed.com/blog/cookies/#What_Are_Cookies\" target=\"_blank\" rel=\"noreferrer noopener\">TermsFeed website</a> article.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We use both Session and Persistent Cookies for the purposes set out below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li><strong>Necessary / Essential Cookies</strong> Type: Session Cookies Administered by: Us Purpose: These Cookies are essential to provide You with services available through the Website and to enable You to use some of its features. They help to authenticate users and prevent fraudulent use of user accounts. Without these Cookies, the services that You have asked for cannot be provided, and We only use these Cookies to provide You with those services.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>Cookies Policy / Notice Acceptance Cookies</strong> Type: Persistent Cookies Administered by: Us Purpose: These Cookies identify if users have accepted the use of cookies on the Website.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>Functionality Cookies</strong> Type: Persistent Cookies Administered by: Us Purpose: These Cookies allow us to remember choices You make when You use the Website, such as remembering your login details or language preference. The purpose of these Cookies is to provide You with a more personal experience and to avoid You having to re-enter your preferences every time You use the Website.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>For more information about the cookies we use and your choices regarding cookies, please visit our Cookies Policy or the Cookies section of our Privacy Policy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Use of Your Personal Data</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The Company may use Personal Data for the following purposes:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li><strong>To provide and maintain our Service</strong>, including to monitor the usage of our Service.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>To manage Your Account:</strong> to manage Your registration as a user of the Service. The Personal Data You provide can give You access to different functionalities of the Service that are available to You as a registered user.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>For the performance of a contract:</strong> the development, compliance and undertaking of the purchase contract for the products, items or services You have purchased or of any other contract with Us through the Service.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>To contact You:</strong> To contact You by email, telephone calls, SMS, or other equivalent forms of electronic communication, such as a mobile application\'s push notifications regarding updates or informative communications related to the functionalities, products or contracted services, including the security updates, when necessary or reasonable for their implementation.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>To provide You</strong> with news, special offers and general information about other goods, services and events which we offer that are similar to those that you have already purchased or enquired about unless You have opted not to receive such information.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>To manage Your requests:</strong> To attend and manage Your requests to Us.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>For business transfers:</strong> We may use Your information to evaluate or conduct a merger, divestiture, restructuring, reorganization, dissolution, or other sale or transfer of some or all of Our assets, whether as a going concern or as part of bankruptcy, liquidation, or similar proceeding, in which Personal Data held by Us about our Service users is among the assets transferred.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>For other purposes</strong>: We may use Your information for other purposes, such as data analysis, identifying usage trends, determining the effectiveness of our promotional campaigns and to evaluate and improve our Service, products, services, marketing and your experience.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>We may share Your personal information in the following situations:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li><strong>With Service Providers:</strong> We may share Your personal information with Service Providers to monitor and analyze the use of our Service, to contact You.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>For business transfers:</strong> We may share or transfer Your personal information in connection with, or during negotiations of, any merger, sale of Company assets, financing, or acquisition of all or a portion of Our business to another company.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>With Affiliates:</strong> We may share Your information with Our affiliates, in which case we will require those affiliates to honor this Privacy Policy. Affiliates include Our parent company and any other subsidiaries, joint venture partners or other companies that We control or that are under common control with Us.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>With business partners:</strong> We may share Your information with Our business partners to offer You certain products, services or promotions.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>With other users:</strong> when You share personal information or otherwise interact in the public areas with other users, such information may be viewed by all users and may be publicly distributed outside.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>With Your consent</strong>: We may disclose Your personal information for any other purpose with Your consent.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Retention of Your Personal Data</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The Company will retain Your Personal Data only for as long as is necessary for the purposes set out in this Privacy Policy. We will retain and use Your Personal Data to the extent necessary to comply with our legal obligations (for example, if we are required to retain your data to comply with applicable laws), resolve disputes, and enforce our legal agreements and policies.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Company will also retain Usage Data for internal analysis purposes. Usage Data is generally retained for a shorter period of time, except when this data is used to strengthen the security or to improve the functionality of Our Service, or We are legally obligated to retain this data for longer time periods.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Transfer of Your Personal Data</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Your information, including Personal Data, is processed at the Company\'s operating offices and in any other places where the parties involved in the processing are located. It means that this information may be transferred to — and maintained on — computers located outside of Your state, province, country or other governmental jurisdiction where the data protection laws may differ than those from Your jurisdiction.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Your consent to this Privacy Policy followed by Your submission of such information represents Your agreement to that transfer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Company will take all steps reasonably necessary to ensure that Your data is treated securely and in accordance with this Privacy Policy and no transfer of Your Personal Data will take place to an organization or a country unless there are adequate controls in place including the security of Your data and other personal information.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Delete Your Personal Data</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>You have the right to delete or request that We assist in deleting the Personal Data that We have collected about You.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Our Service may give You the ability to delete certain information about You from within the Service.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You may update, amend, or delete Your information at any time by signing in to Your Account, if you have one, and visiting the account settings section that allows you to manage Your personal information. You may also contact Us to request access to, correct, or delete any personal information that You have provided to Us.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Please note, however, that We may need to retain certain information when we have a legal obligation or lawful basis to do so.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Disclosure of Your Personal Data</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Business Transactions</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If the Company is involved in a merger, acquisition or asset sale, Your Personal Data may be transferred. We will provide notice before Your Personal Data is transferred and becomes subject to a different Privacy Policy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Law enforcement</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Under certain circumstances, the Company may be required to disclose Your Personal Data if required to do so by law or in response to valid requests by public authorities (e.g. a court or a government agency).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Other legal requirements</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The Company may disclose Your Personal Data in the good faith belief that such action is necessary to:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>Comply with a legal obligation</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Protect and defend the rights or property of the Company</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Prevent or investigate possible wrongdoing in connection with the Service</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Protect the personal safety of Users of the Service or the public</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Protect against legal liability</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Security of Your Personal Data</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The security of Your Personal Data is important to Us, but remember that no method of transmission over the Internet, or method of electronic storage is 100% secure. While We strive to use commercially acceptable means to protect Your Personal Data, We cannot guarantee its absolute security.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Children\'s Privacy</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Our Service does not address anyone under the age of 13. We do not knowingly collect personally identifiable information from anyone under the age of 13. If You are a parent or guardian and You are aware that Your child has provided Us with Personal Data, please contact Us. If We become aware that We have collected Personal Data from anyone under the age of 13 without verification of parental consent, We take steps to remove that information from Our servers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If We need to rely on consent as a legal basis for processing Your information and Your country requires consent from a parent, We may require Your parent\'s consent before We collect and use that information.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Links to Other Websites</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Our Service may contain links to other websites that are not operated by Us. If You click on a third party link, You will be directed to that third party\'s site. We strongly advise You to review the Privacy Policy of every site You visit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We have no control over and assume no responsibility for the content, privacy policies or practices of any third party sites or services.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Changes to this Privacy Policy</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We may update Our Privacy Policy from time to time. We will notify You of any changes by posting the new Privacy Policy on this page.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We will let You know via email and/or a prominent notice on Our Service, prior to the change becoming effective and update the \"Last updated\" date at the top of this Privacy Policy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You are advised to review this Privacy Policy periodically for any changes. Changes to this Privacy Policy are effective when they are posted on this page.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Contact Us</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If you have any questions about this Privacy Policy, You can contact us:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>By email: info@hindisamachaar.in</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->', 'Privacy Policy', '', 'publish', 'closed', 'closed', '', 'privacy-policy-2', '', '', '2024-07-30 07:00:29', '2024-07-30 07:00:29', '', 0, 'https://hindisamachaar.in/?page_id=65', 0, 'page', '', 0),
(66, 1, '2024-07-30 07:00:07', '2024-07-30 07:00:07', '<!-- wp:paragraph -->\n<p>Last updated: July 30, 2024</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This Privacy Policy describes Our policies and procedures on the collection, use and disclosure of Your information when You use the Service and tells You about Your privacy rights and how the law protects You.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We use Your Personal data to provide and improve the Service. By using the Service, You agree to the collection and use of information in accordance with this Privacy Policy. This Privacy Policy has been created with the help of the <a href=\"https://www.termsfeed.com/privacy-policy-generator/\" target=\"_blank\" rel=\"noreferrer noopener\">Privacy Policy Generator</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Interpretation and Definitions</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Interpretation</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The words of which the initial letter is capitalized have meanings defined under the following conditions. The following definitions shall have the same meaning regardless of whether they appear in singular or in plural.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Definitions</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>For the purposes of this Privacy Policy:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li><strong>Account</strong> means a unique account created for You to access our Service or parts of our Service.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>Affiliate</strong> means an entity that controls, is controlled by or is under common control with a party, where \"control\" means ownership of 50% or more of the shares, equity interest or other securities entitled to vote for election of directors or other managing authority.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>Company</strong> (referred to as either \"the Company\", \"We\", \"Us\" or \"Our\" in this Agreement) refers to Game Platform.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>Cookies</strong> are small files that are placed on Your computer, mobile device or any other device by a website, containing the details of Your browsing history on that website among its many uses.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>Country</strong> refers to: Gujarat, India</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>Device</strong> means any device that can access the Service such as a computer, a cellphone or a digital tablet.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>Personal Data</strong> is any information that relates to an identified or identifiable individual.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>Service</strong> refers to the Website.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>Service Provider</strong> means any natural or legal person who processes the data on behalf of the Company. It refers to third-party companies or individuals employed by the Company to facilitate the Service, to provide the Service on behalf of the Company, to perform services related to the Service or to assist the Company in analyzing how the Service is used.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>Usage Data</strong> refers to data collected automatically, either generated by the use of the Service or from the Service infrastructure itself (for example, the duration of a page visit).</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>Website</strong> refers to Game Platform, accessible from <a href=\"https://diginspire.in/wordpress_2/\" target=\"_blank\" rel=\"noreferrer noopener\">https://diginspire.in/wordpress_2/</a></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>You</strong> means the individual accessing or using the Service, or the company, or other legal entity on behalf of which such individual is accessing or using the Service, as applicable.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Collecting and Using Your Personal Data</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Types of Data Collected</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Personal Data</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>While using Our Service, We may ask You to provide Us with certain personally identifiable information that can be used to contact or identify You. Personally identifiable information may include, but is not limited to:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>Usage Data</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Usage Data</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Usage Data is collected automatically when using the Service.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Usage Data may include information such as Your Device\'s Internet Protocol address (e.g. IP address), browser type, browser version, the pages of our Service that You visit, the time and date of Your visit, the time spent on those pages, unique device identifiers and other diagnostic data.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When You access the Service by or through a mobile device, We may collect certain information automatically, including, but not limited to, the type of mobile device You use, Your mobile device unique ID, the IP address of Your mobile device, Your mobile operating system, the type of mobile Internet browser You use, unique device identifiers and other diagnostic data.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We may also collect information that Your browser sends whenever You visit our Service or when You access the Service by or through a mobile device.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Tracking Technologies and Cookies</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We use Cookies and similar tracking technologies to track the activity on Our Service and store certain information. Tracking technologies used are beacons, tags, and scripts to collect and track information and to improve and analyze Our Service. The technologies We use may include:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li><strong>Cookies or Browser Cookies.</strong> A cookie is a small file placed on Your Device. You can instruct Your browser to refuse all Cookies or to indicate when a Cookie is being sent. However, if You do not accept Cookies, You may not be able to use some parts of our Service. Unless you have adjusted Your browser setting so that it will refuse Cookies, our Service may use Cookies.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>Web Beacons.</strong> Certain sections of our Service and our emails may contain small electronic files known as web beacons (also referred to as clear gifs, pixel tags, and single-pixel gifs) that permit the Company, for example, to count users who have visited those pages or opened an email and for other related website statistics (for example, recording the popularity of a certain section and verifying system and server integrity).</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Cookies can be \"Persistent\" or \"Session\" Cookies. Persistent Cookies remain on Your personal computer or mobile device when You go offline, while Session Cookies are deleted as soon as You close Your web browser. You can learn more about cookies on <a href=\"https://www.termsfeed.com/blog/cookies/#What_Are_Cookies\" target=\"_blank\" rel=\"noreferrer noopener\">TermsFeed website</a> article.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We use both Session and Persistent Cookies for the purposes set out below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li><strong>Necessary / Essential Cookies</strong> Type: Session Cookies Administered by: Us Purpose: These Cookies are essential to provide You with services available through the Website and to enable You to use some of its features. They help to authenticate users and prevent fraudulent use of user accounts. Without these Cookies, the services that You have asked for cannot be provided, and We only use these Cookies to provide You with those services.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>Cookies Policy / Notice Acceptance Cookies</strong> Type: Persistent Cookies Administered by: Us Purpose: These Cookies identify if users have accepted the use of cookies on the Website.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>Functionality Cookies</strong> Type: Persistent Cookies Administered by: Us Purpose: These Cookies allow us to remember choices You make when You use the Website, such as remembering your login details or language preference. The purpose of these Cookies is to provide You with a more personal experience and to avoid You having to re-enter your preferences every time You use the Website.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>For more information about the cookies we use and your choices regarding cookies, please visit our Cookies Policy or the Cookies section of our Privacy Policy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Use of Your Personal Data</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The Company may use Personal Data for the following purposes:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li><strong>To provide and maintain our Service</strong>, including to monitor the usage of our Service.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>To manage Your Account:</strong> to manage Your registration as a user of the Service. The Personal Data You provide can give You access to different functionalities of the Service that are available to You as a registered user.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>For the performance of a contract:</strong> the development, compliance and undertaking of the purchase contract for the products, items or services You have purchased or of any other contract with Us through the Service.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>To contact You:</strong> To contact You by email, telephone calls, SMS, or other equivalent forms of electronic communication, such as a mobile application\'s push notifications regarding updates or informative communications related to the functionalities, products or contracted services, including the security updates, when necessary or reasonable for their implementation.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>To provide You</strong> with news, special offers and general information about other goods, services and events which we offer that are similar to those that you have already purchased or enquired about unless You have opted not to receive such information.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>To manage Your requests:</strong> To attend and manage Your requests to Us.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>For business transfers:</strong> We may use Your information to evaluate or conduct a merger, divestiture, restructuring, reorganization, dissolution, or other sale or transfer of some or all of Our assets, whether as a going concern or as part of bankruptcy, liquidation, or similar proceeding, in which Personal Data held by Us about our Service users is among the assets transferred.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>For other purposes</strong>: We may use Your information for other purposes, such as data analysis, identifying usage trends, determining the effectiveness of our promotional campaigns and to evaluate and improve our Service, products, services, marketing and your experience.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>We may share Your personal information in the following situations:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li><strong>With Service Providers:</strong> We may share Your personal information with Service Providers to monitor and analyze the use of our Service, to contact You.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>For business transfers:</strong> We may share or transfer Your personal information in connection with, or during negotiations of, any merger, sale of Company assets, financing, or acquisition of all or a portion of Our business to another company.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>With Affiliates:</strong> We may share Your information with Our affiliates, in which case we will require those affiliates to honor this Privacy Policy. Affiliates include Our parent company and any other subsidiaries, joint venture partners or other companies that We control or that are under common control with Us.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>With business partners:</strong> We may share Your information with Our business partners to offer You certain products, services or promotions.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>With other users:</strong> when You share personal information or otherwise interact in the public areas with other users, such information may be viewed by all users and may be publicly distributed outside.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>With Your consent</strong>: We may disclose Your personal information for any other purpose with Your consent.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Retention of Your Personal Data</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The Company will retain Your Personal Data only for as long as is necessary for the purposes set out in this Privacy Policy. We will retain and use Your Personal Data to the extent necessary to comply with our legal obligations (for example, if we are required to retain your data to comply with applicable laws), resolve disputes, and enforce our legal agreements and policies.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Company will also retain Usage Data for internal analysis purposes. Usage Data is generally retained for a shorter period of time, except when this data is used to strengthen the security or to improve the functionality of Our Service, or We are legally obligated to retain this data for longer time periods.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Transfer of Your Personal Data</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Your information, including Personal Data, is processed at the Company\'s operating offices and in any other places where the parties involved in the processing are located. It means that this information may be transferred to — and maintained on — computers located outside of Your state, province, country or other governmental jurisdiction where the data protection laws may differ than those from Your jurisdiction.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Your consent to this Privacy Policy followed by Your submission of such information represents Your agreement to that transfer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Company will take all steps reasonably necessary to ensure that Your data is treated securely and in accordance with this Privacy Policy and no transfer of Your Personal Data will take place to an organization or a country unless there are adequate controls in place including the security of Your data and other personal information.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Delete Your Personal Data</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>You have the right to delete or request that We assist in deleting the Personal Data that We have collected about You.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Our Service may give You the ability to delete certain information about You from within the Service.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You may update, amend, or delete Your information at any time by signing in to Your Account, if you have one, and visiting the account settings section that allows you to manage Your personal information. You may also contact Us to request access to, correct, or delete any personal information that You have provided to Us.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Please note, however, that We may need to retain certain information when we have a legal obligation or lawful basis to do so.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Disclosure of Your Personal Data</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Business Transactions</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If the Company is involved in a merger, acquisition or asset sale, Your Personal Data may be transferred. We will provide notice before Your Personal Data is transferred and becomes subject to a different Privacy Policy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Law enforcement</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Under certain circumstances, the Company may be required to disclose Your Personal Data if required to do so by law or in response to valid requests by public authorities (e.g. a court or a government agency).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Other legal requirements</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The Company may disclose Your Personal Data in the good faith belief that such action is necessary to:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>Comply with a legal obligation</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Protect and defend the rights or property of the Company</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Prevent or investigate possible wrongdoing in connection with the Service</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Protect the personal safety of Users of the Service or the public</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Protect against legal liability</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Security of Your Personal Data</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The security of Your Personal Data is important to Us, but remember that no method of transmission over the Internet, or method of electronic storage is 100% secure. While We strive to use commercially acceptable means to protect Your Personal Data, We cannot guarantee its absolute security.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Children\'s Privacy</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Our Service does not address anyone under the age of 13. We do not knowingly collect personally identifiable information from anyone under the age of 13. If You are a parent or guardian and You are aware that Your child has provided Us with Personal Data, please contact Us. If We become aware that We have collected Personal Data from anyone under the age of 13 without verification of parental consent, We take steps to remove that information from Our servers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If We need to rely on consent as a legal basis for processing Your information and Your country requires consent from a parent, We may require Your parent\'s consent before We collect and use that information.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Links to Other Websites</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Our Service may contain links to other websites that are not operated by Us. If You click on a third party link, You will be directed to that third party\'s site. We strongly advise You to review the Privacy Policy of every site You visit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We have no control over and assume no responsibility for the content, privacy policies or practices of any third party sites or services.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Changes to this Privacy Policy</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We may update Our Privacy Policy from time to time. We will notify You of any changes by posting the new Privacy Policy on this page.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We will let You know via email and/or a prominent notice on Our Service, prior to the change becoming effective and update the \"Last updated\" date at the top of this Privacy Policy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You are advised to review this Privacy Policy periodically for any changes. Changes to this Privacy Policy are effective when they are posted on this page.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Contact Us</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If you have any questions about this Privacy Policy, You can contact us:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>By email: info@hindisamachaar.in</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->', 'Privacy Policy', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2024-07-30 07:00:07', '2024-07-30 07:00:07', '', 65, 'https://hindisamachaar.in/?p=66', 0, 'revision', '', 0);
INSERT INTO `TI9k8mggE_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(67, 1, '2024-07-30 07:00:29', '2024-07-30 07:00:29', '<!-- wp:paragraph -->\n<p>Last updated: July 30, 2024</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This Privacy Policy describes Our policies and procedures on the collection, use and disclosure of Your information when You use the Service and tells You about Your privacy rights and how the law protects You.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We use Your Personal data to provide and improve the Service. By using the Service, You agree to the collection and use of information in accordance with this Privacy Policy. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Interpretation and Definitions</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Interpretation</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The words of which the initial letter is capitalized have meanings defined under the following conditions. The following definitions shall have the same meaning regardless of whether they appear in singular or in plural.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Definitions</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>For the purposes of this Privacy Policy:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li><strong>Account</strong> means a unique account created for You to access our Service or parts of our Service.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>Affiliate</strong> means an entity that controls, is controlled by or is under common control with a party, where \"control\" means ownership of 50% or more of the shares, equity interest or other securities entitled to vote for election of directors or other managing authority.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>Company</strong> (referred to as either \"the Company\", \"We\", \"Us\" or \"Our\" in this Agreement) refers to Game Platform.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>Cookies</strong> are small files that are placed on Your computer, mobile device or any other device by a website, containing the details of Your browsing history on that website among its many uses.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>Country</strong> refers to: Gujarat, India</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>Device</strong> means any device that can access the Service such as a computer, a cellphone or a digital tablet.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>Personal Data</strong> is any information that relates to an identified or identifiable individual.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>Service</strong> refers to the Website.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>Service Provider</strong> means any natural or legal person who processes the data on behalf of the Company. It refers to third-party companies or individuals employed by the Company to facilitate the Service, to provide the Service on behalf of the Company, to perform services related to the Service or to assist the Company in analyzing how the Service is used.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>Usage Data</strong> refers to data collected automatically, either generated by the use of the Service or from the Service infrastructure itself (for example, the duration of a page visit).</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>Website</strong> refers to Game Platform, accessible from <a href=\"https://diginspire.in/wordpress_2/\" target=\"_blank\" rel=\"noreferrer noopener\">https://diginspire.in/wordpress_2/</a></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>You</strong> means the individual accessing or using the Service, or the company, or other legal entity on behalf of which such individual is accessing or using the Service, as applicable.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Collecting and Using Your Personal Data</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Types of Data Collected</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Personal Data</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>While using Our Service, We may ask You to provide Us with certain personally identifiable information that can be used to contact or identify You. Personally identifiable information may include, but is not limited to:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>Usage Data</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Usage Data</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Usage Data is collected automatically when using the Service.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Usage Data may include information such as Your Device\'s Internet Protocol address (e.g. IP address), browser type, browser version, the pages of our Service that You visit, the time and date of Your visit, the time spent on those pages, unique device identifiers and other diagnostic data.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When You access the Service by or through a mobile device, We may collect certain information automatically, including, but not limited to, the type of mobile device You use, Your mobile device unique ID, the IP address of Your mobile device, Your mobile operating system, the type of mobile Internet browser You use, unique device identifiers and other diagnostic data.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We may also collect information that Your browser sends whenever You visit our Service or when You access the Service by or through a mobile device.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Tracking Technologies and Cookies</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We use Cookies and similar tracking technologies to track the activity on Our Service and store certain information. Tracking technologies used are beacons, tags, and scripts to collect and track information and to improve and analyze Our Service. The technologies We use may include:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li><strong>Cookies or Browser Cookies.</strong> A cookie is a small file placed on Your Device. You can instruct Your browser to refuse all Cookies or to indicate when a Cookie is being sent. However, if You do not accept Cookies, You may not be able to use some parts of our Service. Unless you have adjusted Your browser setting so that it will refuse Cookies, our Service may use Cookies.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>Web Beacons.</strong> Certain sections of our Service and our emails may contain small electronic files known as web beacons (also referred to as clear gifs, pixel tags, and single-pixel gifs) that permit the Company, for example, to count users who have visited those pages or opened an email and for other related website statistics (for example, recording the popularity of a certain section and verifying system and server integrity).</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Cookies can be \"Persistent\" or \"Session\" Cookies. Persistent Cookies remain on Your personal computer or mobile device when You go offline, while Session Cookies are deleted as soon as You close Your web browser. You can learn more about cookies on <a href=\"https://www.termsfeed.com/blog/cookies/#What_Are_Cookies\" target=\"_blank\" rel=\"noreferrer noopener\">TermsFeed website</a> article.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We use both Session and Persistent Cookies for the purposes set out below:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li><strong>Necessary / Essential Cookies</strong> Type: Session Cookies Administered by: Us Purpose: These Cookies are essential to provide You with services available through the Website and to enable You to use some of its features. They help to authenticate users and prevent fraudulent use of user accounts. Without these Cookies, the services that You have asked for cannot be provided, and We only use these Cookies to provide You with those services.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>Cookies Policy / Notice Acceptance Cookies</strong> Type: Persistent Cookies Administered by: Us Purpose: These Cookies identify if users have accepted the use of cookies on the Website.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>Functionality Cookies</strong> Type: Persistent Cookies Administered by: Us Purpose: These Cookies allow us to remember choices You make when You use the Website, such as remembering your login details or language preference. The purpose of these Cookies is to provide You with a more personal experience and to avoid You having to re-enter your preferences every time You use the Website.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>For more information about the cookies we use and your choices regarding cookies, please visit our Cookies Policy or the Cookies section of our Privacy Policy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Use of Your Personal Data</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The Company may use Personal Data for the following purposes:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li><strong>To provide and maintain our Service</strong>, including to monitor the usage of our Service.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>To manage Your Account:</strong> to manage Your registration as a user of the Service. The Personal Data You provide can give You access to different functionalities of the Service that are available to You as a registered user.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>For the performance of a contract:</strong> the development, compliance and undertaking of the purchase contract for the products, items or services You have purchased or of any other contract with Us through the Service.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>To contact You:</strong> To contact You by email, telephone calls, SMS, or other equivalent forms of electronic communication, such as a mobile application\'s push notifications regarding updates or informative communications related to the functionalities, products or contracted services, including the security updates, when necessary or reasonable for their implementation.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>To provide You</strong> with news, special offers and general information about other goods, services and events which we offer that are similar to those that you have already purchased or enquired about unless You have opted not to receive such information.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>To manage Your requests:</strong> To attend and manage Your requests to Us.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>For business transfers:</strong> We may use Your information to evaluate or conduct a merger, divestiture, restructuring, reorganization, dissolution, or other sale or transfer of some or all of Our assets, whether as a going concern or as part of bankruptcy, liquidation, or similar proceeding, in which Personal Data held by Us about our Service users is among the assets transferred.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>For other purposes</strong>: We may use Your information for other purposes, such as data analysis, identifying usage trends, determining the effectiveness of our promotional campaigns and to evaluate and improve our Service, products, services, marketing and your experience.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>We may share Your personal information in the following situations:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li><strong>With Service Providers:</strong> We may share Your personal information with Service Providers to monitor and analyze the use of our Service, to contact You.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>For business transfers:</strong> We may share or transfer Your personal information in connection with, or during negotiations of, any merger, sale of Company assets, financing, or acquisition of all or a portion of Our business to another company.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>With Affiliates:</strong> We may share Your information with Our affiliates, in which case we will require those affiliates to honor this Privacy Policy. Affiliates include Our parent company and any other subsidiaries, joint venture partners or other companies that We control or that are under common control with Us.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>With business partners:</strong> We may share Your information with Our business partners to offer You certain products, services or promotions.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>With other users:</strong> when You share personal information or otherwise interact in the public areas with other users, such information may be viewed by all users and may be publicly distributed outside.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>With Your consent</strong>: We may disclose Your personal information for any other purpose with Your consent.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Retention of Your Personal Data</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The Company will retain Your Personal Data only for as long as is necessary for the purposes set out in this Privacy Policy. We will retain and use Your Personal Data to the extent necessary to comply with our legal obligations (for example, if we are required to retain your data to comply with applicable laws), resolve disputes, and enforce our legal agreements and policies.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Company will also retain Usage Data for internal analysis purposes. Usage Data is generally retained for a shorter period of time, except when this data is used to strengthen the security or to improve the functionality of Our Service, or We are legally obligated to retain this data for longer time periods.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Transfer of Your Personal Data</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Your information, including Personal Data, is processed at the Company\'s operating offices and in any other places where the parties involved in the processing are located. It means that this information may be transferred to — and maintained on — computers located outside of Your state, province, country or other governmental jurisdiction where the data protection laws may differ than those from Your jurisdiction.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Your consent to this Privacy Policy followed by Your submission of such information represents Your agreement to that transfer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Company will take all steps reasonably necessary to ensure that Your data is treated securely and in accordance with this Privacy Policy and no transfer of Your Personal Data will take place to an organization or a country unless there are adequate controls in place including the security of Your data and other personal information.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Delete Your Personal Data</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>You have the right to delete or request that We assist in deleting the Personal Data that We have collected about You.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Our Service may give You the ability to delete certain information about You from within the Service.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You may update, amend, or delete Your information at any time by signing in to Your Account, if you have one, and visiting the account settings section that allows you to manage Your personal information. You may also contact Us to request access to, correct, or delete any personal information that You have provided to Us.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Please note, however, that We may need to retain certain information when we have a legal obligation or lawful basis to do so.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Disclosure of Your Personal Data</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Business Transactions</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If the Company is involved in a merger, acquisition or asset sale, Your Personal Data may be transferred. We will provide notice before Your Personal Data is transferred and becomes subject to a different Privacy Policy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Law enforcement</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Under certain circumstances, the Company may be required to disclose Your Personal Data if required to do so by law or in response to valid requests by public authorities (e.g. a court or a government agency).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Other legal requirements</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The Company may disclose Your Personal Data in the good faith belief that such action is necessary to:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>Comply with a legal obligation</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Protect and defend the rights or property of the Company</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Prevent or investigate possible wrongdoing in connection with the Service</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Protect the personal safety of Users of the Service or the public</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Protect against legal liability</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Security of Your Personal Data</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The security of Your Personal Data is important to Us, but remember that no method of transmission over the Internet, or method of electronic storage is 100% secure. While We strive to use commercially acceptable means to protect Your Personal Data, We cannot guarantee its absolute security.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Children\'s Privacy</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Our Service does not address anyone under the age of 13. We do not knowingly collect personally identifiable information from anyone under the age of 13. If You are a parent or guardian and You are aware that Your child has provided Us with Personal Data, please contact Us. If We become aware that We have collected Personal Data from anyone under the age of 13 without verification of parental consent, We take steps to remove that information from Our servers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If We need to rely on consent as a legal basis for processing Your information and Your country requires consent from a parent, We may require Your parent\'s consent before We collect and use that information.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Links to Other Websites</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Our Service may contain links to other websites that are not operated by Us. If You click on a third party link, You will be directed to that third party\'s site. We strongly advise You to review the Privacy Policy of every site You visit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We have no control over and assume no responsibility for the content, privacy policies or practices of any third party sites or services.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Changes to this Privacy Policy</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We may update Our Privacy Policy from time to time. We will notify You of any changes by posting the new Privacy Policy on this page.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We will let You know via email and/or a prominent notice on Our Service, prior to the change becoming effective and update the \"Last updated\" date at the top of this Privacy Policy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You are advised to review this Privacy Policy periodically for any changes. Changes to this Privacy Policy are effective when they are posted on this page.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Contact Us</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If you have any questions about this Privacy Policy, You can contact us:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>By email: info@hindisamachaar.in</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->', 'Privacy Policy', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2024-07-30 07:00:29', '2024-07-30 07:00:29', '', 65, 'https://hindisamachaar.in/?p=67', 0, 'revision', '', 0),
(68, 1, '2024-07-30 07:02:00', '2024-07-30 07:02:00', '<!-- wp:paragraph -->\n<p>Last updated: July 30, 2024</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Please read these terms and conditions carefully before using Our Service.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Interpretation and Definitions</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Interpretation</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The words of which the initial letter is capitalized have meanings defined under the following conditions. The following definitions shall have the same meaning regardless of whether they appear in singular or in plural.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Definitions</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>For the purposes of these Terms and Conditions:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li><strong>Affiliate</strong> means an entity that controls, is controlled by or is under common control with a party, where \"control\" means ownership of 50% or more of the shares, equity interest or other securities entitled to vote for election of directors or other managing authority.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>Country</strong> refers to: Gujarat, India</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>Company</strong> (referred to as either \"the Company\", \"We\", \"Us\" or \"Our\" in this Agreement) refers to Game Platform.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>Device</strong> means any device that can access the Service such as a computer, a cellphone or a digital tablet.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>Service</strong> refers to the Website.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>Terms and Conditions</strong> (also referred as \"Terms\") mean these Terms and Conditions that form the entire agreement between You and the Company regarding the use of the Service. </li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>Third-party Social Media Service</strong> means any services or content (including data, information, products or services) provided by a third-party that may be displayed, included or made available by the Service.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>Website</strong> refers to Game Platform, accessible from <a href=\"https://diginspire.in/wordpress_2/\" target=\"_blank\" rel=\"noreferrer noopener\">https://diginspire.in/wordpress_2/</a></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>You</strong> means the individual accessing or using the Service, or the company, or other legal entity on behalf of which such individual is accessing or using the Service, as applicable.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Acknowledgment</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>These are the Terms and Conditions governing the use of this Service and the agreement that operates between You and the Company. These Terms and Conditions set out the rights and obligations of all users regarding the use of the Service.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Your access to and use of the Service is conditioned on Your acceptance of and compliance with these Terms and Conditions. These Terms and Conditions apply to all visitors, users and others who access or use the Service.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>By accessing or using the Service You agree to be bound by these Terms and Conditions. If You disagree with any part of these Terms and Conditions then You may not access the Service.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You represent that you are over the age of 18. The Company does not permit those under 18 to use the Service.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Your access to and use of the Service is also conditioned on Your acceptance of and compliance with the Privacy Policy of the Company. Our Privacy Policy describes Our policies and procedures on the collection, use and disclosure of Your personal information when You use the Application or the Website and tells You about Your privacy rights and how the law protects You. Please read Our Privacy Policy carefully before using Our Service.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Links to Other Websites</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Our Service may contain links to third-party web sites or services that are not owned or controlled by the Company.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Company has no control over, and assumes no responsibility for, the content, privacy policies, or practices of any third party web sites or services. You further acknowledge and agree that the Company shall not be responsible or liable, directly or indirectly, for any damage or loss caused or alleged to be caused by or in connection with the use of or reliance on any such content, goods or services available on or through any such web sites or services.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We strongly advise You to read the terms and conditions and privacy policies of any third-party web sites or services that You visit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Termination</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We may terminate or suspend Your access immediately, without prior notice or liability, for any reason whatsoever, including without limitation if You breach these Terms and Conditions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Upon termination, Your right to use the Service will cease immediately.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Limitation of Liability</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Notwithstanding any damages that You might incur, the entire liability of the Company and any of its suppliers under any provision of this Terms and Your exclusive remedy for all of the foregoing shall be limited to the amount actually paid by You through the Service or 100 USD if You haven\'t purchased anything through the Service.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To the maximum extent permitted by applicable law, in no event shall the Company or its suppliers be liable for any special, incidental, indirect, or consequential damages whatsoever (including, but not limited to, damages for loss of profits, loss of data or other information, for business interruption, for personal injury, loss of privacy arising out of or in any way related to the use of or inability to use the Service, third-party software and/or third-party hardware used with the Service, or otherwise in connection with any provision of this Terms), even if the Company or any supplier has been advised of the possibility of such damages and even if the remedy fails of its essential purpose.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some states do not allow the exclusion of implied warranties or limitation of liability for incidental or consequential damages, which means that some of the above limitations may not apply. In these states, each party\'s liability will be limited to the greatest extent permitted by law.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">\"AS IS\" and \"AS AVAILABLE\" Disclaimer</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The Service is provided to You \"AS IS\" and \"AS AVAILABLE\" and with all faults and defects without warranty of any kind. To the maximum extent permitted under applicable law, the Company, on its own behalf and on behalf of its Affiliates and its and their respective licensors and service providers, expressly disclaims all warranties, whether express, implied, statutory or otherwise, with respect to the Service, including all implied warranties of merchantability, fitness for a particular purpose, title and non-infringement, and warranties that may arise out of course of dealing, course of performance, usage or trade practice. Without limitation to the foregoing, the Company provides no warranty or undertaking, and makes no representation of any kind that the Service will meet Your requirements, achieve any intended results, be compatible or work with any other software, applications, systems or services, operate without interruption, meet any performance or reliability standards or be error free or that any errors or defects can or will be corrected.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Without limiting the foregoing, neither the Company nor any of the company\'s provider makes any representation or warranty of any kind, express or implied: (i) as to the operation or availability of the Service, or the information, content, and materials or products included thereon; (ii) that the Service will be uninterrupted or error-free; (iii) as to the accuracy, reliability, or currency of any information or content provided through the Service; or (iv) that the Service, its servers, the content, or e-mails sent from or on behalf of the Company are free of viruses, scripts, trojan horses, worms, malware, timebombs or other harmful components.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some jurisdictions do not allow the exclusion of certain types of warranties or limitations on applicable statutory rights of a consumer, so some or all of the above exclusions and limitations may not apply to You. But in such a case the exclusions and limitations set forth in this section shall be applied to the greatest extent enforceable under applicable law.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Governing Law</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The laws of the Country, excluding its conflicts of law rules, shall govern this Terms and Your use of the Service. Your use of the Application may also be subject to other local, state, national, or international laws.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Disputes Resolution</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If You have any concern or dispute about the Service, You agree to first try to resolve the dispute informally by contacting the Company.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">For European Union (EU) Users</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If You are a European Union consumer, you will benefit from any mandatory provisions of the law of the country in which You are resident.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">United States Legal Compliance</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>You represent and warrant that (i) You are not located in a country that is subject to the United States government embargo, or that has been designated by the United States government as a \"terrorist supporting\" country, and (ii) You are not listed on any United States government list of prohibited or restricted parties.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Severability and Waiver</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Severability</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If any provision of these Terms is held to be unenforceable or invalid, such provision will be changed and interpreted to accomplish the objectives of such provision to the greatest extent possible under applicable law and the remaining provisions will continue in full force and effect.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Waiver</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Except as provided herein, the failure to exercise a right or to require performance of an obligation under these Terms shall not affect a party\'s ability to exercise such right or require such performance at any time thereafter nor shall the waiver of a breach constitute a waiver of any subsequent breach.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Translation Interpretation</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>These Terms and Conditions may have been translated if We have made them available to You on our Service. You agree that the original English text shall prevail in the case of a dispute.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Changes to These Terms and Conditions</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We reserve the right, at Our sole discretion, to modify or replace these Terms at any time. If a revision is material We will make reasonable efforts to provide at least 30 days\' notice prior to any new terms taking effect. What constitutes a material change will be determined at Our sole discretion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>By continuing to access or use Our Service after those revisions become effective, You agree to be bound by the revised terms. If You do not agree to the new terms, in whole or in part, please stop using the website and the Service.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Contact Us</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If you have any questions about these Terms and Conditions, You can contact us:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>By email: info@hindisamachaar.in</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->', 'Terms and Conditions', '', 'publish', 'closed', 'closed', '', 'terms-and-conditions', '', '', '2024-07-30 07:02:00', '2024-07-30 07:02:00', '', 0, 'https://hindisamachaar.in/?page_id=68', 0, 'page', '', 0);
INSERT INTO `TI9k8mggE_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(69, 1, '2024-07-30 07:02:00', '2024-07-30 07:02:00', '<!-- wp:paragraph -->\n<p>Last updated: July 30, 2024</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Please read these terms and conditions carefully before using Our Service.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Interpretation and Definitions</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Interpretation</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The words of which the initial letter is capitalized have meanings defined under the following conditions. The following definitions shall have the same meaning regardless of whether they appear in singular or in plural.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Definitions</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>For the purposes of these Terms and Conditions:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li><strong>Affiliate</strong> means an entity that controls, is controlled by or is under common control with a party, where \"control\" means ownership of 50% or more of the shares, equity interest or other securities entitled to vote for election of directors or other managing authority.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>Country</strong> refers to: Gujarat, India</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>Company</strong> (referred to as either \"the Company\", \"We\", \"Us\" or \"Our\" in this Agreement) refers to Game Platform.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>Device</strong> means any device that can access the Service such as a computer, a cellphone or a digital tablet.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>Service</strong> refers to the Website.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>Terms and Conditions</strong> (also referred as \"Terms\") mean these Terms and Conditions that form the entire agreement between You and the Company regarding the use of the Service. </li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>Third-party Social Media Service</strong> means any services or content (including data, information, products or services) provided by a third-party that may be displayed, included or made available by the Service.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>Website</strong> refers to Game Platform, accessible from <a href=\"https://diginspire.in/wordpress_2/\" target=\"_blank\" rel=\"noreferrer noopener\">https://diginspire.in/wordpress_2/</a></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>You</strong> means the individual accessing or using the Service, or the company, or other legal entity on behalf of which such individual is accessing or using the Service, as applicable.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Acknowledgment</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>These are the Terms and Conditions governing the use of this Service and the agreement that operates between You and the Company. These Terms and Conditions set out the rights and obligations of all users regarding the use of the Service.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Your access to and use of the Service is conditioned on Your acceptance of and compliance with these Terms and Conditions. These Terms and Conditions apply to all visitors, users and others who access or use the Service.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>By accessing or using the Service You agree to be bound by these Terms and Conditions. If You disagree with any part of these Terms and Conditions then You may not access the Service.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You represent that you are over the age of 18. The Company does not permit those under 18 to use the Service.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Your access to and use of the Service is also conditioned on Your acceptance of and compliance with the Privacy Policy of the Company. Our Privacy Policy describes Our policies and procedures on the collection, use and disclosure of Your personal information when You use the Application or the Website and tells You about Your privacy rights and how the law protects You. Please read Our Privacy Policy carefully before using Our Service.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Links to Other Websites</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Our Service may contain links to third-party web sites or services that are not owned or controlled by the Company.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Company has no control over, and assumes no responsibility for, the content, privacy policies, or practices of any third party web sites or services. You further acknowledge and agree that the Company shall not be responsible or liable, directly or indirectly, for any damage or loss caused or alleged to be caused by or in connection with the use of or reliance on any such content, goods or services available on or through any such web sites or services.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We strongly advise You to read the terms and conditions and privacy policies of any third-party web sites or services that You visit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Termination</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We may terminate or suspend Your access immediately, without prior notice or liability, for any reason whatsoever, including without limitation if You breach these Terms and Conditions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Upon termination, Your right to use the Service will cease immediately.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Limitation of Liability</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Notwithstanding any damages that You might incur, the entire liability of the Company and any of its suppliers under any provision of this Terms and Your exclusive remedy for all of the foregoing shall be limited to the amount actually paid by You through the Service or 100 USD if You haven\'t purchased anything through the Service.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To the maximum extent permitted by applicable law, in no event shall the Company or its suppliers be liable for any special, incidental, indirect, or consequential damages whatsoever (including, but not limited to, damages for loss of profits, loss of data or other information, for business interruption, for personal injury, loss of privacy arising out of or in any way related to the use of or inability to use the Service, third-party software and/or third-party hardware used with the Service, or otherwise in connection with any provision of this Terms), even if the Company or any supplier has been advised of the possibility of such damages and even if the remedy fails of its essential purpose.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some states do not allow the exclusion of implied warranties or limitation of liability for incidental or consequential damages, which means that some of the above limitations may not apply. In these states, each party\'s liability will be limited to the greatest extent permitted by law.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">\"AS IS\" and \"AS AVAILABLE\" Disclaimer</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The Service is provided to You \"AS IS\" and \"AS AVAILABLE\" and with all faults and defects without warranty of any kind. To the maximum extent permitted under applicable law, the Company, on its own behalf and on behalf of its Affiliates and its and their respective licensors and service providers, expressly disclaims all warranties, whether express, implied, statutory or otherwise, with respect to the Service, including all implied warranties of merchantability, fitness for a particular purpose, title and non-infringement, and warranties that may arise out of course of dealing, course of performance, usage or trade practice. Without limitation to the foregoing, the Company provides no warranty or undertaking, and makes no representation of any kind that the Service will meet Your requirements, achieve any intended results, be compatible or work with any other software, applications, systems or services, operate without interruption, meet any performance or reliability standards or be error free or that any errors or defects can or will be corrected.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Without limiting the foregoing, neither the Company nor any of the company\'s provider makes any representation or warranty of any kind, express or implied: (i) as to the operation or availability of the Service, or the information, content, and materials or products included thereon; (ii) that the Service will be uninterrupted or error-free; (iii) as to the accuracy, reliability, or currency of any information or content provided through the Service; or (iv) that the Service, its servers, the content, or e-mails sent from or on behalf of the Company are free of viruses, scripts, trojan horses, worms, malware, timebombs or other harmful components.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some jurisdictions do not allow the exclusion of certain types of warranties or limitations on applicable statutory rights of a consumer, so some or all of the above exclusions and limitations may not apply to You. But in such a case the exclusions and limitations set forth in this section shall be applied to the greatest extent enforceable under applicable law.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Governing Law</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The laws of the Country, excluding its conflicts of law rules, shall govern this Terms and Your use of the Service. Your use of the Application may also be subject to other local, state, national, or international laws.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Disputes Resolution</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If You have any concern or dispute about the Service, You agree to first try to resolve the dispute informally by contacting the Company.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">For European Union (EU) Users</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If You are a European Union consumer, you will benefit from any mandatory provisions of the law of the country in which You are resident.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">United States Legal Compliance</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>You represent and warrant that (i) You are not located in a country that is subject to the United States government embargo, or that has been designated by the United States government as a \"terrorist supporting\" country, and (ii) You are not listed on any United States government list of prohibited or restricted parties.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Severability and Waiver</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Severability</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If any provision of these Terms is held to be unenforceable or invalid, such provision will be changed and interpreted to accomplish the objectives of such provision to the greatest extent possible under applicable law and the remaining provisions will continue in full force and effect.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Waiver</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Except as provided herein, the failure to exercise a right or to require performance of an obligation under these Terms shall not affect a party\'s ability to exercise such right or require such performance at any time thereafter nor shall the waiver of a breach constitute a waiver of any subsequent breach.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Translation Interpretation</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>These Terms and Conditions may have been translated if We have made them available to You on our Service. You agree that the original English text shall prevail in the case of a dispute.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Changes to These Terms and Conditions</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We reserve the right, at Our sole discretion, to modify or replace these Terms at any time. If a revision is material We will make reasonable efforts to provide at least 30 days\' notice prior to any new terms taking effect. What constitutes a material change will be determined at Our sole discretion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>By continuing to access or use Our Service after those revisions become effective, You agree to be bound by the revised terms. If You do not agree to the new terms, in whole or in part, please stop using the website and the Service.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Contact Us</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If you have any questions about these Terms and Conditions, You can contact us:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>By email: info@hindisamachaar.in</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->', 'Terms and Conditions', '', 'inherit', 'closed', 'closed', '', '68-revision-v1', '', '', '2024-07-30 07:02:00', '2024-07-30 07:02:00', '', 68, 'https://hindisamachaar.in/?p=69', 0, 'revision', '', 0),
(70, 1, '2024-07-30 07:03:55', '2024-07-30 07:03:55', '<!-- wp:paragraph -->\n<p>Last updated: July 30, 2024</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Interpretation and Definitions</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Interpretation</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The words of which the initial letter is capitalized have meanings defined under the following conditions. The following definitions shall have the same meaning regardless of whether they appear in singular or in plural.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Definitions</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>For the purposes of this Disclaimer:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li><strong>Company</strong> (referred to as either \"the Company\", \"We\", \"Us\" or \"Our\" in this Disclaimer) refers to Game Platform.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>Service</strong> refers to the Website.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>You</strong> means the individual accessing the Service, or the company, or other legal entity on behalf of which such individual is accessing or using the Service, as applicable.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>Website</strong> refers to Game Platform, accessible from <a href=\"https://diginspire.in/wordpress_2/\" target=\"_blank\" rel=\"noreferrer noopener\">https://diginspire.in/wordpress_2/</a></li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Disclaimer</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The information contained on the Service is for general information purposes only.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Company assumes no responsibility for errors or omissions in the contents of the Service.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In no event shall the Company be liable for any special, direct, indirect, consequential, or incidental damages or any damages whatsoever, whether in an action of contract, negligence or other tort, arising out of or in connection with the use of the Service or the contents of the Service. The Company reserves the right to make additions, deletions, or modifications to the contents on the Service at any time without prior notice. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Company does not warrant that the Service is free of viruses or other harmful components.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">External Links Disclaimer</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The Service may contain links to external websites that are not provided or maintained by or in any way affiliated with the Company.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Please note that the Company does not guarantee the accuracy, relevance, timeliness, or completeness of any information on these external websites.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Errors and Omissions Disclaimer</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The information given by the Service is for general guidance on matters of interest only. Even if the Company takes every precaution to ensure that the content of the Service is both current and accurate, errors can occur. Plus, given the changing nature of laws, rules and regulations, there may be delays, omissions or inaccuracies in the information contained on the Service.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Company is not responsible for any errors or omissions, or for the results obtained from the use of this information.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Fair Use Disclaimer</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The Company may use copyrighted material which has not always been specifically authorized by the copyright owner. The Company is making such material available for criticism, comment, news reporting, teaching, scholarship, or research.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Company believes this constitutes a \"fair use\" of any such copyrighted material as provided for in section 107 of the United States Copyright law.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If You wish to use copyrighted material from the Service for your own purposes that go beyond fair use, You must obtain permission from the copyright owner.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Views Expressed Disclaimer</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The Service may contain views and opinions which are those of the authors and do not necessarily reflect the official policy or position of any other author, agency, organization, employer or company, including the Company.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Comments published by users are their sole responsibility and the users will take full responsibility, liability and blame for any libel or litigation that results from something written in or as a direct result of something written in a comment. The Company is not liable for any comment published by users and reserves the right to delete any comment for any reason whatsoever.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">No Responsibility Disclaimer</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The information on the Service is provided with the understanding that the Company is not herein engaged in rendering legal, accounting, tax, or other professional advice and services. As such, it should not be used as a substitute for consultation with professional accounting, tax, legal or other competent advisers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In no event shall the Company or its suppliers be liable for any special, incidental, indirect, or consequential damages whatsoever arising out of or in connection with your access or use or inability to access or use the Service.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">\"Use at Your Own Risk\" Disclaimer</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>All information in the Service is provided \"as is\", with no guarantee of completeness, accuracy, timeliness or of the results obtained from the use of this information, and without warranty of any kind, express or implied, including, but not limited to warranties of performance, merchantability and fitness for a particular purpose.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Company will not be liable to You or anyone else for any decision made or action taken in reliance on the information given by the Service or for any consequential, special or similar damages, even if advised of the possibility of such damages.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Contact Us</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If you have any questions about this Disclaimer, You can contact Us:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>By email: info@hindisamachaar.in</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->', 'Disclaimer', '', 'publish', 'closed', 'closed', '', 'disclaimer', '', '', '2024-07-30 07:03:55', '2024-07-30 07:03:55', '', 0, 'https://hindisamachaar.in/?page_id=70', 0, 'page', '', 0),
(71, 1, '2024-07-30 07:03:55', '2024-07-30 07:03:55', '<!-- wp:paragraph -->\n<p>Last updated: July 30, 2024</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Interpretation and Definitions</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Interpretation</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The words of which the initial letter is capitalized have meanings defined under the following conditions. The following definitions shall have the same meaning regardless of whether they appear in singular or in plural.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Definitions</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>For the purposes of this Disclaimer:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li><strong>Company</strong> (referred to as either \"the Company\", \"We\", \"Us\" or \"Our\" in this Disclaimer) refers to Game Platform.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>Service</strong> refers to the Website.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>You</strong> means the individual accessing the Service, or the company, or other legal entity on behalf of which such individual is accessing or using the Service, as applicable.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>Website</strong> refers to Game Platform, accessible from <a href=\"https://diginspire.in/wordpress_2/\" target=\"_blank\" rel=\"noreferrer noopener\">https://diginspire.in/wordpress_2/</a></li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Disclaimer</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The information contained on the Service is for general information purposes only.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Company assumes no responsibility for errors or omissions in the contents of the Service.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In no event shall the Company be liable for any special, direct, indirect, consequential, or incidental damages or any damages whatsoever, whether in an action of contract, negligence or other tort, arising out of or in connection with the use of the Service or the contents of the Service. The Company reserves the right to make additions, deletions, or modifications to the contents on the Service at any time without prior notice. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Company does not warrant that the Service is free of viruses or other harmful components.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">External Links Disclaimer</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The Service may contain links to external websites that are not provided or maintained by or in any way affiliated with the Company.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Please note that the Company does not guarantee the accuracy, relevance, timeliness, or completeness of any information on these external websites.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Errors and Omissions Disclaimer</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The information given by the Service is for general guidance on matters of interest only. Even if the Company takes every precaution to ensure that the content of the Service is both current and accurate, errors can occur. Plus, given the changing nature of laws, rules and regulations, there may be delays, omissions or inaccuracies in the information contained on the Service.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Company is not responsible for any errors or omissions, or for the results obtained from the use of this information.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Fair Use Disclaimer</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The Company may use copyrighted material which has not always been specifically authorized by the copyright owner. The Company is making such material available for criticism, comment, news reporting, teaching, scholarship, or research.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Company believes this constitutes a \"fair use\" of any such copyrighted material as provided for in section 107 of the United States Copyright law.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If You wish to use copyrighted material from the Service for your own purposes that go beyond fair use, You must obtain permission from the copyright owner.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Views Expressed Disclaimer</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The Service may contain views and opinions which are those of the authors and do not necessarily reflect the official policy or position of any other author, agency, organization, employer or company, including the Company.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Comments published by users are their sole responsibility and the users will take full responsibility, liability and blame for any libel or litigation that results from something written in or as a direct result of something written in a comment. The Company is not liable for any comment published by users and reserves the right to delete any comment for any reason whatsoever.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">No Responsibility Disclaimer</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The information on the Service is provided with the understanding that the Company is not herein engaged in rendering legal, accounting, tax, or other professional advice and services. As such, it should not be used as a substitute for consultation with professional accounting, tax, legal or other competent advisers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In no event shall the Company or its suppliers be liable for any special, incidental, indirect, or consequential damages whatsoever arising out of or in connection with your access or use or inability to access or use the Service.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">\"Use at Your Own Risk\" Disclaimer</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>All information in the Service is provided \"as is\", with no guarantee of completeness, accuracy, timeliness or of the results obtained from the use of this information, and without warranty of any kind, express or implied, including, but not limited to warranties of performance, merchantability and fitness for a particular purpose.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Company will not be liable to You or anyone else for any decision made or action taken in reliance on the information given by the Service or for any consequential, special or similar damages, even if advised of the possibility of such damages.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Contact Us</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If you have any questions about this Disclaimer, You can contact Us:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>By email: info@hindisamachaar.in</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->', 'Disclaimer', '', 'inherit', 'closed', 'closed', '', '70-revision-v1', '', '', '2024-07-30 07:03:55', '2024-07-30 07:03:55', '', 70, 'https://hindisamachaar.in/?p=71', 0, 'revision', '', 0),
(72, 1, '2024-07-30 07:10:13', '2024-07-30 07:10:13', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#\">\n						Explore Games Now\n					</a>\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-07-30 07:10:13', '2024-07-30 07:10:13', '', 7, 'https://hindisamachaar.in/?p=72', 0, 'revision', '', 0);
INSERT INTO `TI9k8mggE_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(73, 1, '2024-07-30 07:10:14', '2024-07-30 07:10:14', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#\">\n						Explore Games Now\n					</a>\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-07-30 07:10:14', '2024-07-30 07:10:14', '', 7, 'https://hindisamachaar.in/?p=73', 0, 'revision', '', 0),
(74, 1, '2024-07-30 07:10:15', '2024-07-30 07:10:15', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#\">\n						Explore Games Now\n					</a>\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-07-30 07:10:15', '2024-07-30 07:10:15', '', 7, 'https://hindisamachaar.in/?p=74', 0, 'revision', '', 0),
(75, 1, '2024-07-30 07:11:19', '2024-07-30 07:11:19', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#\">\n						Explore Games Now\n					</a>\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-07-30 07:11:19', '2024-07-30 07:11:19', '', 7, 'https://hindisamachaar.in/?p=75', 0, 'revision', '', 0),
(76, 1, '2024-07-30 07:11:20', '2024-07-30 07:11:20', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#\">\n						Explore Games Now\n					</a>\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-07-30 07:11:20', '2024-07-30 07:11:20', '', 7, 'https://hindisamachaar.in/?p=76', 0, 'revision', '', 0);
INSERT INTO `TI9k8mggE_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(77, 1, '2024-07-30 07:11:20', '2024-07-30 07:11:20', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#\">\n						Explore Games Now\n					</a>\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-07-30 07:11:20', '2024-07-30 07:11:20', '', 7, 'https://hindisamachaar.in/?p=77', 0, 'revision', '', 0),
(78, 1, '2024-07-30 07:11:40', '2024-07-30 07:11:40', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#\">\n						Explore Games Now\n					</a>\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-07-30 07:11:40', '2024-07-30 07:11:40', '', 7, 'https://hindisamachaar.in/?p=78', 0, 'revision', '', 0),
(79, 1, '2024-07-30 07:11:40', '2024-07-30 07:11:40', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#\">\n						Explore Games Now\n					</a>\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-07-30 07:11:40', '2024-07-30 07:11:40', '', 7, 'https://hindisamachaar.in/?p=79', 0, 'revision', '', 0),
(80, 1, '2024-07-30 07:11:40', '2024-07-30 07:11:40', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#\">\n						Explore Games Now\n					</a>\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-07-30 07:11:40', '2024-07-30 07:11:40', '', 7, 'https://hindisamachaar.in/?p=80', 0, 'revision', '', 0);
INSERT INTO `TI9k8mggE_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(81, 1, '2024-07-30 07:11:46', '2024-07-30 07:11:46', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#\">\n						Explore Games Now\n					</a>\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-07-30 07:11:46', '2024-07-30 07:11:46', '', 7, 'https://hindisamachaar.in/?p=81', 0, 'revision', '', 0),
(82, 1, '2024-07-30 07:11:46', '2024-07-30 07:11:46', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#\">\n						Explore Games Now\n					</a>\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-07-30 07:11:46', '2024-07-30 07:11:46', '', 7, 'https://hindisamachaar.in/?p=82', 0, 'revision', '', 0),
(83, 1, '2024-07-30 07:11:47', '2024-07-30 07:11:47', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#\">\n						Explore Games Now\n					</a>\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-07-30 07:11:47', '2024-07-30 07:11:47', '', 7, 'https://hindisamachaar.in/?p=83', 0, 'revision', '', 0),
(84, 1, '2024-07-30 07:11:55', '2024-07-30 07:11:55', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#\">\n						Explore Games Now\n					</a>\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-07-30 07:11:55', '2024-07-30 07:11:55', '', 7, 'https://hindisamachaar.in/?p=84', 0, 'revision', '', 0);
INSERT INTO `TI9k8mggE_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(85, 1, '2024-07-30 07:11:55', '2024-07-30 07:11:55', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#\">\n						Explore Games Now\n					</a>\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-07-30 07:11:55', '2024-07-30 07:11:55', '', 7, 'https://hindisamachaar.in/?p=85', 0, 'revision', '', 0),
(86, 1, '2024-07-30 07:11:56', '2024-07-30 07:11:56', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#\">\n						Explore Games Now\n					</a>\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-07-30 07:11:56', '2024-07-30 07:11:56', '', 7, 'https://hindisamachaar.in/?p=86', 0, 'revision', '', 0),
(87, 1, '2024-07-30 07:20:48', '2024-07-30 07:20:48', '', '1', '', 'inherit', 'open', 'closed', '', '1', '', '', '2024-07-30 07:20:48', '2024-07-30 07:20:48', '', 7, 'https://hindisamachaar.in/wp-content/uploads/2024/07/1.png', 0, 'attachment', 'image/png', 0),
(88, 1, '2024-07-30 07:20:52', '2024-07-30 07:20:52', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#\">\n						Explore Games Now\n					</a>\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-07-30 07:20:52', '2024-07-30 07:20:52', '', 7, 'https://hindisamachaar.in/?p=88', 0, 'revision', '', 0),
(89, 1, '2024-07-30 07:20:52', '2024-07-30 07:20:52', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/unnamed-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#\">\n						Explore Games Now\n					</a>\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-07-30 07:20:52', '2024-07-30 07:20:52', '', 7, 'https://hindisamachaar.in/?p=89', 0, 'revision', '', 0);
INSERT INTO `TI9k8mggE_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(90, 1, '2024-07-30 07:20:53', '2024-07-30 07:20:53', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#\">\n						Explore Games Now\n					</a>\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-07-30 07:20:53', '2024-07-30 07:20:53', '', 7, 'https://hindisamachaar.in/?p=90', 0, 'revision', '', 0),
(91, 1, '2024-07-30 13:01:49', '2024-07-30 13:01:49', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#\">\n						Explore Games Now\n					</a>\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-07-30 13:01:49', '2024-07-30 13:01:49', '', 7, 'https://hindisamachaar.in/?p=91', 0, 'revision', '', 0),
(92, 1, '2024-07-30 13:01:49', '2024-07-30 13:01:49', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#\">\n						Explore Games Now\n					</a>\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-07-30 13:01:49', '2024-07-30 13:01:49', '', 7, 'https://hindisamachaar.in/?p=92', 0, 'revision', '', 0),
(93, 1, '2024-07-30 13:01:50', '2024-07-30 13:01:50', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#\">\n						Explore Games Now\n					</a>\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-07-30 13:01:50', '2024-07-30 13:01:50', '', 7, 'https://hindisamachaar.in/?p=93', 0, 'revision', '', 0),
(94, 1, '2024-07-30 13:09:48', '0000-00-00 00:00:00', 'Thank you for reading this post, don\'t forget to subscribe!', 'Display a message after the 1st paragraph of posts', '', 'draft', 'closed', 'closed', '', '', '', '', '2024-07-30 13:09:48', '0000-00-00 00:00:00', '', 0, 'https://hindisamachaar.in/?post_type=wpcode&p=94', 0, 'wpcode', '', 0),
(95, 1, '2024-07-30 13:09:48', '0000-00-00 00:00:00', 'add_action(\'admin_init\', function () {\r\n    // Redirect any user trying to access comments page\r\n    global $pagenow;\r\n    \r\n    if ($pagenow === \'edit-comments.php\') {\r\n        wp_safe_redirect(admin_url());\r\n        exit;\r\n    }\r\n\r\n    // Remove comments metabox from dashboard\r\n    remove_meta_box(\'dashboard_recent_comments\', \'dashboard\', \'normal\');\r\n\r\n    // Disable support for comments and trackbacks in post types\r\n    foreach (get_post_types() as $post_type) {\r\n        if (post_type_supports($post_type, \'comments\')) {\r\n            remove_post_type_support($post_type, \'comments\');\r\n            remove_post_type_support($post_type, \'trackbacks\');\r\n        }\r\n    }\r\n});\r\n\r\n// Close comments on the front-end\r\nadd_filter(\'comments_open\', \'__return_false\', 20, 2);\r\nadd_filter(\'pings_open\', \'__return_false\', 20, 2);\r\n\r\n// Hide existing comments\r\nadd_filter(\'comments_array\', \'__return_empty_array\', 10, 2);\r\n\r\n// Remove comments page in menu\r\nadd_action(\'admin_menu\', function () {\r\n    remove_menu_page(\'edit-comments.php\');\r\n});\r\n\r\n// Remove comments links from admin bar\r\nadd_action(\'init\', function () {\r\n    if (is_admin_bar_showing()) {\r\n        remove_action(\'admin_bar_menu\', \'wp_admin_bar_comments_menu\', 60);\r\n    }\r\n});', 'Completely Disable Comments', '', 'draft', 'closed', 'closed', '', '', '', '', '2024-07-30 13:09:48', '0000-00-00 00:00:00', '', 0, 'https://hindisamachaar.in/?post_type=wpcode&p=95', 0, 'wpcode', '', 0);
INSERT INTO `TI9k8mggE_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(96, 1, '2024-07-31 09:09:37', '2024-07-31 09:09:37', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#\">\n						Explore Games Now\n					</a>\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-07-31 09:09:37', '2024-07-31 09:09:37', '', 7, 'https://hindisamachaar.in/?p=96', 0, 'revision', '', 0),
(97, 1, '2024-07-31 09:09:37', '2024-07-31 09:09:37', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#\">\n						Explore Games Now\n					</a>\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-07-31 09:09:37', '2024-07-31 09:09:37', '', 7, 'https://hindisamachaar.in/?p=97', 0, 'revision', '', 0),
(98, 1, '2024-07-31 09:09:37', '2024-07-31 09:09:37', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#\">\n						Explore Games Now\n					</a>\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n<!-- /23197884379/7 -->\n<!-- Interstial start -->\n<center>\n<!-- Interstial End -->\n</center>\n<center>\n</center>		\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-07-31 09:09:37', '2024-07-31 09:09:37', '', 7, 'https://hindisamachaar.in/?p=98', 0, 'revision', '', 0),
(99, 1, '2024-07-31 09:11:37', '2024-07-31 09:11:37', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#\">\n						Explore Games Now\n					</a>\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n<!-- /23197884379/7 -->\n<!-- Interstial start -->\n<center>\n<!-- Interstial End -->\n</center>\n<center>\n</center>		\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-07-31 09:11:37', '2024-07-31 09:11:37', '', 7, 'https://hindisamachaar.in/?p=99', 0, 'revision', '', 0);
INSERT INTO `TI9k8mggE_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(100, 1, '2024-07-31 09:11:37', '2024-07-31 09:11:37', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#\">\n						Explore Games Now\n					</a>\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n<!-- /23197884379/7 -->\n<!-- Interstial start -->\n<center>\n<!-- Interstial End -->\n</center>\n<center>\n</center>		\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-07-31 09:11:37', '2024-07-31 09:11:37', '', 7, 'https://hindisamachaar.in/?p=100', 0, 'revision', '', 0),
(101, 1, '2024-07-31 09:11:38', '2024-07-31 09:11:38', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#\">\n						Explore Games Now\n					</a>\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-07-31 09:11:38', '2024-07-31 09:11:38', '', 7, 'https://hindisamachaar.in/?p=101', 0, 'revision', '', 0),
(102, 1, '2024-07-31 09:50:46', '2024-07-31 09:50:46', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#\">\n						Explore Games Now\n					</a>\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-07-31 09:50:46', '2024-07-31 09:50:46', '', 7, 'https://hindisamachaar.in/?p=102', 0, 'revision', '', 0),
(103, 1, '2024-07-31 09:50:46', '2024-07-31 09:50:46', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#\">\n						Explore Games Now\n					</a>\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-07-31 09:50:46', '2024-07-31 09:50:46', '', 7, 'https://hindisamachaar.in/?p=103', 0, 'revision', '', 0);
INSERT INTO `TI9k8mggE_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(104, 1, '2024-07-31 09:50:46', '2024-07-31 09:50:46', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#\">\n						Explore Games Now\n					</a>\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-07-31 09:50:46', '2024-07-31 09:50:46', '', 7, 'https://hindisamachaar.in/?p=104', 0, 'revision', '', 0),
(105, 1, '2024-07-31 09:51:00', '2024-07-31 09:51:00', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#\">\n						Explore Games Now\n					</a>\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-07-31 09:51:00', '2024-07-31 09:51:00', '', 7, 'https://hindisamachaar.in/?p=105', 0, 'revision', '', 0),
(106, 1, '2024-07-31 09:51:00', '2024-07-31 09:51:00', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#\">\n						Explore Games Now\n					</a>\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-07-31 09:51:00', '2024-07-31 09:51:00', '', 7, 'https://hindisamachaar.in/?p=106', 0, 'revision', '', 0),
(107, 1, '2024-07-31 09:51:00', '2024-07-31 09:51:00', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#\">\n						Explore Games Now\n					</a>\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-07-31 09:51:00', '2024-07-31 09:51:00', '', 7, 'https://hindisamachaar.in/?p=107', 0, 'revision', '', 0);
INSERT INTO `TI9k8mggE_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(108, 1, '2024-08-01 09:54:41', '2024-08-01 09:54:41', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#\">\n						Explore Games Now\n					</a>\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-08-01 09:54:41', '2024-08-01 09:54:41', '', 7, 'https://hindisamachaar.in/?p=108', 0, 'revision', '', 0),
(109, 1, '2024-08-01 09:54:41', '2024-08-01 09:54:41', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#\">\n						Explore Games Now\n					</a>\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-08-01 09:54:41', '2024-08-01 09:54:41', '', 7, 'https://hindisamachaar.in/?p=109', 0, 'revision', '', 0),
(110, 1, '2024-08-01 09:54:42', '2024-08-01 09:54:42', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://diginspire.in/wordpress_2\">\n							<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#gamescroll\">\n						Explore Games Now\n					</a>\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-08-01 09:54:42', '2024-08-01 09:54:42', '', 7, 'https://hindisamachaar.in/?p=110', 0, 'revision', '', 0),
(111, 1, '2024-08-01 10:49:03', '2024-08-01 10:49:03', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://diginspire.in/wordpress_2\">\n							<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#gamescroll\">\n						Explore Games Now\n					</a>\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-08-01 10:49:03', '2024-08-01 10:49:03', '', 7, 'https://hindisamachaar.in/?p=111', 0, 'revision', '', 0);
INSERT INTO `TI9k8mggE_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(112, 1, '2024-08-01 10:49:03', '2024-08-01 10:49:03', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://diginspire.in/wordpress_2\">\n							<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#gamescroll\">\n						Explore Games Now\n					</a>\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-08-01 10:49:03', '2024-08-01 10:49:03', '', 7, 'https://hindisamachaar.in/?p=112', 0, 'revision', '', 0),
(113, 1, '2024-08-01 10:49:03', '2024-08-01 10:49:03', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://diginspire.in/wordpress_2\">\n							<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#gamescroll\">\n						Explore Games Now\n					</a>\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n			<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-08-01 10:49:03', '2024-08-01 10:49:03', '', 7, 'https://hindisamachaar.in/?p=113', 0, 'revision', '', 0),
(114, 1, '2024-08-01 10:49:41', '2024-08-01 10:49:41', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://diginspire.in/wordpress_2\">\n							<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#gamescroll\">\n						Explore Games Now\n					</a>\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n			<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-08-01 10:49:41', '2024-08-01 10:49:41', '', 7, 'https://hindisamachaar.in/?p=114', 0, 'revision', '', 0),
(115, 1, '2024-08-01 10:49:41', '2024-08-01 10:49:41', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://diginspire.in/wordpress_2\">\n							<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#gamescroll\">\n						Explore Games Now\n					</a>\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n			<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-08-01 10:49:41', '2024-08-01 10:49:41', '', 7, 'https://hindisamachaar.in/?p=115', 0, 'revision', '', 0);
INSERT INTO `TI9k8mggE_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(116, 1, '2024-08-01 10:49:41', '2024-08-01 10:49:41', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://diginspire.in/wordpress_2\">\n							<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#gamescroll\">\n						Explore Games Now\n					</a>\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n			<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-08-01 10:49:41', '2024-08-01 10:49:41', '', 7, 'https://hindisamachaar.in/?p=116', 0, 'revision', '', 0),
(117, 1, '2024-08-01 12:42:13', '2024-08-01 12:42:13', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://diginspire.in/wordpress_2\">\n							<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#gamescroll\">\n						Explore Games Now\n					</a>\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n			<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-08-01 12:42:13', '2024-08-01 12:42:13', '', 7, 'https://hindisamachaar.in/?p=117', 0, 'revision', '', 0),
(118, 1, '2024-08-01 12:42:13', '2024-08-01 12:42:13', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://diginspire.in/wordpress_2\">\n							<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#gamescroll\">\n						Explore Games Now\n					</a>\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n			<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-08-01 12:42:13', '2024-08-01 12:42:13', '', 7, 'https://hindisamachaar.in/?p=118', 0, 'revision', '', 0),
(119, 1, '2024-08-01 12:42:14', '2024-08-01 12:42:14', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://diginspire.in/wordpress_2\">\n							<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#gamescroll\">\n						Explore Games Now\n					</a>\n<!-- /23197884379/1 -->\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n			<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-08-01 12:42:14', '2024-08-01 12:42:14', '', 7, 'https://hindisamachaar.in/?p=119', 0, 'revision', '', 0),
(121, 1, '2024-08-02 05:41:45', '2024-08-02 05:41:45', '', 'unnamed', '', 'inherit', 'open', 'closed', '', 'unnamed-2', '', '', '2024-08-02 05:41:45', '2024-08-02 05:41:45', '', 7, 'https://hindisamachaar.in/wp-content/uploads/2024/08/unnamed.webp', 0, 'attachment', 'image/webp', 0),
(122, 1, '2024-08-02 05:43:05', '2024-08-02 05:43:05', '', 'images', '', 'inherit', 'open', 'closed', '', 'images', '', '', '2024-08-02 05:43:05', '2024-08-02 05:43:05', '', 7, 'https://hindisamachaar.in/wp-content/uploads/2024/08/images.jpeg', 0, 'attachment', 'image/jpeg', 0),
(123, 1, '2024-08-02 05:44:05', '2024-08-02 05:44:05', '', 'images (1)', '', 'inherit', 'open', 'closed', '', 'images-1', '', '', '2024-08-02 05:44:05', '2024-08-02 05:44:05', '', 7, 'https://hindisamachaar.in/wp-content/uploads/2024/08/images-1.jpeg', 0, 'attachment', 'image/jpeg', 0),
(124, 1, '2024-08-02 05:45:06', '2024-08-02 05:45:06', '', 'images', '', 'inherit', 'open', 'closed', '', 'images-2', '', '', '2024-08-02 05:45:06', '2024-08-02 05:45:06', '', 7, 'https://hindisamachaar.in/wp-content/uploads/2024/08/images.png', 0, 'attachment', 'image/png', 0),
(125, 1, '2024-08-02 05:46:10', '2024-08-02 05:46:10', '', 'de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47', '', 'inherit', 'open', 'closed', '', 'de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47', '', '', '2024-08-02 05:46:10', '2024-08-02 05:46:10', '', 7, 'https://hindisamachaar.in/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png', 0, 'attachment', 'image/png', 0),
(126, 1, '2024-08-02 05:46:59', '2024-08-02 05:46:59', '', 'images (2)', '', 'inherit', 'open', 'closed', '', 'images-2-2', '', '', '2024-08-02 05:46:59', '2024-08-02 05:46:59', '', 7, 'https://hindisamachaar.in/wp-content/uploads/2024/08/images-2.jpeg', 0, 'attachment', 'image/jpeg', 0),
(127, 1, '2024-08-02 05:48:08', '2024-08-02 05:48:08', '', 'icon', '', 'inherit', 'open', 'closed', '', 'icon', '', '', '2024-08-02 05:48:08', '2024-08-02 05:48:08', '', 7, 'https://hindisamachaar.in/wp-content/uploads/2024/08/icon.jpg', 0, 'attachment', 'image/jpeg', 0),
(128, 1, '2024-08-02 05:49:09', '2024-08-02 05:49:09', '', 'images (3)', '', 'inherit', 'open', 'closed', '', 'images-3', '', '', '2024-08-02 05:49:09', '2024-08-02 05:49:09', '', 7, 'https://hindisamachaar.in/wp-content/uploads/2024/08/images-3.jpeg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `TI9k8mggE_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(129, 1, '2024-08-02 05:49:41', '2024-08-02 05:49:41', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://diginspire.in/wordpress_2\">\n							<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#gamescroll\">\n						Explore Games Now\n					</a>\n<!-- /23197884379/1 -->\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n			<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-08-02 05:49:41', '2024-08-02 05:49:41', '', 7, 'https://hindisamachaar.in/?p=129', 0, 'revision', '', 0),
(130, 1, '2024-08-02 05:49:41', '2024-08-02 05:49:41', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://diginspire.in/wordpress_2\">\n							<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#gamescroll\">\n						Explore Games Now\n					</a>\n<!-- /23197884379/1 -->\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n			<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-08-02 05:49:41', '2024-08-02 05:49:41', '', 7, 'https://hindisamachaar.in/?p=130', 0, 'revision', '', 0),
(131, 1, '2024-08-02 05:49:41', '2024-08-02 05:49:41', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://diginspire.in/wordpress_2\">\n							<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#gamescroll\">\n						Explore Games Now\n					</a>\n<!-- /23197884379/1 -->\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n			<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Air Battle Mission </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Adventurous Boy Run</h2>		\n															<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />															\n			<h2>2048</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.png 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Bottle Climbing</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Be Millionaire</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Out</h2>		\n															<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-300x300.jpg 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<h2>Balloon Pop</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Bouncer Wall</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-08-02 05:49:41', '2024-08-02 05:49:41', '', 7, 'https://hindisamachaar.in/?p=131', 0, 'revision', '', 0),
(132, 1, '2024-08-02 05:51:50', '2024-08-02 05:51:50', '', 'images (1)', '', 'inherit', 'open', 'closed', '', 'images-1-2', '', '', '2024-08-02 05:51:50', '2024-08-02 05:51:50', '', 7, 'https://hindisamachaar.in/wp-content/uploads/2024/08/images-1.png', 0, 'attachment', 'image/png', 0),
(133, 1, '2024-08-02 05:52:58', '2024-08-02 05:52:58', '', 'images (4)', '', 'inherit', 'open', 'closed', '', 'images-4', '', '', '2024-08-02 05:52:58', '2024-08-02 05:52:58', '', 7, 'https://hindisamachaar.in/wp-content/uploads/2024/08/images-4.jpeg', 0, 'attachment', 'image/jpeg', 0),
(134, 1, '2024-08-02 05:53:50', '2024-08-02 05:53:50', '', 'unnamed (1)', '', 'inherit', 'open', 'closed', '', 'unnamed-1', '', '', '2024-08-02 05:53:50', '2024-08-02 05:53:50', '', 7, 'https://hindisamachaar.in/wp-content/uploads/2024/08/unnamed-1.webp', 0, 'attachment', 'image/webp', 0),
(135, 1, '2024-08-02 05:54:45', '2024-08-02 05:54:45', '', 'original-7cc245b57edebe517809dc42486888c4', '', 'inherit', 'open', 'closed', '', 'original-7cc245b57edebe517809dc42486888c4', '', '', '2024-08-02 05:54:45', '2024-08-02 05:54:45', '', 7, 'https://hindisamachaar.in/wp-content/uploads/2024/08/original-7cc245b57edebe517809dc42486888c4.png', 0, 'attachment', 'image/png', 0),
(136, 1, '2024-08-02 05:56:05', '2024-08-02 05:56:05', '', 'alienonearth', '', 'inherit', 'open', 'closed', '', 'alienonearth', '', '', '2024-08-02 05:56:05', '2024-08-02 05:56:05', '', 7, 'https://hindisamachaar.in/wp-content/uploads/2024/08/alienonearth.png', 0, 'attachment', 'image/png', 0);
INSERT INTO `TI9k8mggE_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(137, 1, '2024-08-02 05:56:14', '2024-08-02 05:56:14', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://diginspire.in/wordpress_2\">\n							<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#gamescroll\">\n						Explore Games Now\n					</a>\n<!-- /23197884379/1 -->\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n			<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Air Battle Mission </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Adventurous Boy Run</h2>		\n															<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />															\n			<h2>2048</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.png 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Bottle Climbing</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Be Millionaire</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Out</h2>		\n															<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-300x300.jpg 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<h2>Balloon Pop</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Bouncer Wall</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-08-02 05:56:14', '2024-08-02 05:56:14', '', 7, 'https://hindisamachaar.in/?p=137', 0, 'revision', '', 0),
(138, 1, '2024-08-02 05:56:14', '2024-08-02 05:56:14', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://diginspire.in/wordpress_2\">\n							<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#gamescroll\">\n						Explore Games Now\n					</a>\n<!-- /23197884379/1 -->\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n			<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Air Battle Mission </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Adventurous Boy Run</h2>		\n															<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />															\n			<h2>2048</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.png 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Bottle Climbing</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Be Millionaire</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Out</h2>		\n															<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-300x300.jpg 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<h2>Balloon Pop</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Bouncer Wall</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-08-02 05:56:14', '2024-08-02 05:56:14', '', 7, 'https://hindisamachaar.in/?p=138', 0, 'revision', '', 0);
INSERT INTO `TI9k8mggE_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(139, 1, '2024-08-02 05:56:14', '2024-08-02 05:56:14', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://diginspire.in/wordpress_2\">\n							<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#gamescroll\">\n						Explore Games Now\n					</a>\n<!-- /23197884379/1 -->\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n			<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"218\" height=\"231\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.png\" alt=\"\" loading=\"lazy\" />								</a>\n			<h2>Arrow Patching</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Animal and Star</h2>		\n															<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />															\n			<h2>Angry Bubble</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Alien On Earth</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Air Battle Mission </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Adventurous Boy Run</h2>		\n															<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />															\n			<h2>2048</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.png 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Bottle Climbing</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Be Millionaire</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Out</h2>		\n															<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-300x300.jpg 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<h2>Balloon Pop</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Bouncer Wall</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-08-02 05:56:14', '2024-08-02 05:56:14', '', 7, 'https://hindisamachaar.in/?p=139', 0, 'revision', '', 0),
(140, 1, '2024-08-02 06:02:14', '2024-08-02 06:02:14', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://diginspire.in/wordpress_2\">\n							<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#gamescroll\">\n						Explore Games Now\n					</a>\n<!-- /23197884379/1 -->\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n			<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"218\" height=\"231\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.png\" alt=\"\" loading=\"lazy\" />								</a>\n			<h2>Arrow Patching</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Animal and Star</h2>		\n															<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />															\n			<h2>Angry Bubble</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Alien On Earth</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Air Battle Mission </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Adventurous Boy Run</h2>		\n															<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />															\n			<h2>2048</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.png 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Bottle Climbing</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Be Millionaire</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Out</h2>		\n															<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-300x300.jpg 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<h2>Balloon Pop</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Bouncer Wall</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-08-02 06:02:14', '2024-08-02 06:02:14', '', 7, 'https://hindisamachaar.in/?p=140', 0, 'revision', '', 0);
INSERT INTO `TI9k8mggE_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(141, 1, '2024-08-02 06:02:14', '2024-08-02 06:02:14', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://diginspire.in/wordpress_2\">\n							<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#gamescroll\">\n						Explore Games Now\n					</a>\n<!-- /23197884379/1 -->\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n			<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"218\" height=\"231\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.png\" alt=\"\" loading=\"lazy\" />								</a>\n			<h2>Arrow Patching</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Animal and Star</h2>		\n															<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />															\n			<h2>Angry Bubble</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Alien On Earth</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Air Battle Mission </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Adventurous Boy Run</h2>		\n															<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />															\n			<h2>2048</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.png 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Bottle Climbing</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Be Millionaire</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Out</h2>		\n															<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-300x300.jpg 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<h2>Balloon Pop</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Bouncer Wall</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-08-02 06:02:14', '2024-08-02 06:02:14', '', 7, 'https://hindisamachaar.in/?p=141', 0, 'revision', '', 0),
(142, 1, '2024-08-02 06:02:14', '2024-08-02 06:02:14', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://diginspire.in/wordpress_2\">\n							<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#gamescroll\">\n						Explore Games Now\n					</a>\n<!-- /23197884379/1 -->\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n			<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"218\" height=\"231\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.png\" alt=\"\" loading=\"lazy\" />								</a>\n			<h2>Arrow Patching</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Animal and Star</h2>		\n															<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />															\n			<h2>Angry Bubble</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Alien On Earth</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Air Battle Mission </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Adventurous Boy Run</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2048\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>2048</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.png 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Bottle Climbing</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Be Millionaire</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Out</h2>		\n															<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-300x300.jpg 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<h2>Balloon Pop</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Bouncer Wall</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-08-02 06:02:14', '2024-08-02 06:02:14', '', 7, 'https://hindisamachaar.in/?p=142', 0, 'revision', '', 0);
INSERT INTO `TI9k8mggE_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(143, 1, '2024-08-02 06:03:03', '2024-08-02 06:03:03', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://diginspire.in/wordpress_2\">\n							<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#gamescroll\">\n						Explore Games Now\n					</a>\n<!-- /23197884379/1 -->\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n			<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"218\" height=\"231\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.png\" alt=\"\" loading=\"lazy\" />								</a>\n			<h2>Arrow Patching</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Animal and Star</h2>		\n															<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />															\n			<h2>Angry Bubble</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Alien On Earth</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Air Battle Mission </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Adventurous Boy Run</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2048\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>2048</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.png 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Bottle Climbing</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Be Millionaire</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Out</h2>		\n															<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-300x300.jpg 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<h2>Balloon Pop</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Bouncer Wall</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-08-02 06:03:03', '2024-08-02 06:03:03', '', 7, 'https://hindisamachaar.in/?p=143', 0, 'revision', '', 0),
(144, 1, '2024-08-02 06:03:03', '2024-08-02 06:03:03', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://diginspire.in/wordpress_2\">\n							<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#gamescroll\">\n						Explore Games Now\n					</a>\n<!-- /23197884379/1 -->\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n			<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"218\" height=\"231\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.png\" alt=\"\" loading=\"lazy\" />								</a>\n			<h2>Arrow Patching</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Animal and Star</h2>		\n															<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />															\n			<h2>Angry Bubble</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Alien On Earth</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Air Battle Mission </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Adventurous Boy Run</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2048\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>2048</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.png 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Bottle Climbing</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Be Millionaire</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Out</h2>		\n															<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-300x300.jpg 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<h2>Balloon Pop</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Bouncer Wall</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-08-02 06:03:03', '2024-08-02 06:03:03', '', 7, 'https://hindisamachaar.in/?p=144', 0, 'revision', '', 0);
INSERT INTO `TI9k8mggE_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(145, 1, '2024-08-02 06:03:03', '2024-08-02 06:03:03', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://diginspire.in/wordpress_2\">\n							<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#gamescroll\">\n						Explore Games Now\n					</a>\n<!-- /23197884379/1 -->\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n			<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/arrowpatching\">\n							<img width=\"218\" height=\"231\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.png\" alt=\"\" loading=\"lazy\" />								</a>\n			<h2>Arrow Patching</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Animal and Star</h2>		\n															<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />															\n			<h2>Angry Bubble</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Alien On Earth</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Air Battle Mission </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Adventurous Boy Run</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2048\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>2048</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.png 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Bottle Climbing</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Be Millionaire</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Out</h2>		\n															<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-300x300.jpg 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<h2>Balloon Pop</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Bouncer Wall</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-08-02 06:03:03', '2024-08-02 06:03:03', '', 7, 'https://hindisamachaar.in/?p=145', 0, 'revision', '', 0),
(146, 1, '2024-08-02 06:03:30', '2024-08-02 06:03:30', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://diginspire.in/wordpress_2\">\n							<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#gamescroll\">\n						Explore Games Now\n					</a>\n<!-- /23197884379/1 -->\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n			<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/arrowpatching\">\n							<img width=\"218\" height=\"231\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.png\" alt=\"\" loading=\"lazy\" />								</a>\n			<h2>Arrow Patching</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Animal and Star</h2>		\n															<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />															\n			<h2>Angry Bubble</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Alien On Earth</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Air Battle Mission </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Adventurous Boy Run</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2048\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>2048</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.png 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Bottle Climbing</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Be Millionaire</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Out</h2>		\n															<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-300x300.jpg 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<h2>Balloon Pop</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Bouncer Wall</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-08-02 06:03:30', '2024-08-02 06:03:30', '', 7, 'https://hindisamachaar.in/?p=146', 0, 'revision', '', 0);
INSERT INTO `TI9k8mggE_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(147, 1, '2024-08-02 06:03:30', '2024-08-02 06:03:30', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://diginspire.in/wordpress_2\">\n							<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#gamescroll\">\n						Explore Games Now\n					</a>\n<!-- /23197884379/1 -->\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n			<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/arrowpatching\">\n							<img width=\"218\" height=\"231\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.png\" alt=\"\" loading=\"lazy\" />								</a>\n			<h2>Arrow Patching</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Animal and Star</h2>		\n															<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />															\n			<h2>Angry Bubble</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Alien On Earth</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Air Battle Mission </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Adventurous Boy Run</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2048\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>2048</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.png 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Bottle Climbing</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Be Millionaire</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Out</h2>		\n															<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-300x300.jpg 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<h2>Balloon Pop</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Bouncer Wall</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-08-02 06:03:30', '2024-08-02 06:03:30', '', 7, 'https://hindisamachaar.in/?p=147', 0, 'revision', '', 0),
(148, 1, '2024-08-02 06:03:30', '2024-08-02 06:03:30', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://diginspire.in/wordpress_2\">\n							<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#gamescroll\">\n						Explore Games Now\n					</a>\n<!-- /23197884379/1 -->\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n			<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/arrowpatching\">\n							<img width=\"218\" height=\"231\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.png\" alt=\"\" loading=\"lazy\" />								</a>\n			<h2>Arrow Patching</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/animalandstar\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Animal and Star</h2>		\n															<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />															\n			<h2>Angry Bubble</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Alien On Earth</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Air Battle Mission </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Adventurous Boy Run</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2048\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>2048</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.png 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Bottle Climbing</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Be Millionaire</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Out</h2>		\n															<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-300x300.jpg 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<h2>Balloon Pop</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Bouncer Wall</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-08-02 06:03:30', '2024-08-02 06:03:30', '', 7, 'https://hindisamachaar.in/?p=148', 0, 'revision', '', 0);
INSERT INTO `TI9k8mggE_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(149, 1, '2024-08-02 06:04:01', '2024-08-02 06:04:01', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://diginspire.in/wordpress_2\">\n							<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#gamescroll\">\n						Explore Games Now\n					</a>\n<!-- /23197884379/1 -->\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n			<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/arrowpatching\">\n							<img width=\"218\" height=\"231\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.png\" alt=\"\" loading=\"lazy\" />								</a>\n			<h2>Arrow Patching</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/animalandstar\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Animal and Star</h2>		\n															<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />															\n			<h2>Angry Bubble</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Alien On Earth</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Air Battle Mission </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Adventurous Boy Run</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2048\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>2048</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.png 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Bottle Climbing</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Be Millionaire</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Out</h2>		\n															<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-300x300.jpg 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<h2>Balloon Pop</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Bouncer Wall</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-08-02 06:04:01', '2024-08-02 06:04:01', '', 7, 'https://hindisamachaar.in/?p=149', 0, 'revision', '', 0),
(150, 1, '2024-08-02 06:04:01', '2024-08-02 06:04:01', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://diginspire.in/wordpress_2\">\n							<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#gamescroll\">\n						Explore Games Now\n					</a>\n<!-- /23197884379/1 -->\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n			<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/arrowpatching\">\n							<img width=\"218\" height=\"231\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.png\" alt=\"\" loading=\"lazy\" />								</a>\n			<h2>Arrow Patching</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/animalandstar\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Animal and Star</h2>		\n															<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />															\n			<h2>Angry Bubble</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Alien On Earth</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Air Battle Mission </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Adventurous Boy Run</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2048\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>2048</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.png 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Bottle Climbing</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Be Millionaire</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Out</h2>		\n															<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-300x300.jpg 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<h2>Balloon Pop</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Bouncer Wall</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-08-02 06:04:01', '2024-08-02 06:04:01', '', 7, 'https://hindisamachaar.in/?p=150', 0, 'revision', '', 0);
INSERT INTO `TI9k8mggE_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(151, 1, '2024-08-02 06:04:01', '2024-08-02 06:04:01', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://diginspire.in/wordpress_2\">\n							<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#gamescroll\">\n						Explore Games Now\n					</a>\n<!-- /23197884379/1 -->\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n			<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/arrowpatching\">\n							<img width=\"218\" height=\"231\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.png\" alt=\"\" loading=\"lazy\" />								</a>\n			<h2>Arrow Patching</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/animalandstar\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Animal and Star</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/angrybubble\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Angry Bubble</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Alien On Earth</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Air Battle Mission </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Adventurous Boy Run</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2048\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>2048</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.png 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Bottle Climbing</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Be Millionaire</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Out</h2>		\n															<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-300x300.jpg 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<h2>Balloon Pop</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Bouncer Wall</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-08-02 06:04:01', '2024-08-02 06:04:01', '', 7, 'https://hindisamachaar.in/?p=151', 0, 'revision', '', 0),
(152, 1, '2024-08-02 06:04:25', '2024-08-02 06:04:25', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://diginspire.in/wordpress_2\">\n							<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#gamescroll\">\n						Explore Games Now\n					</a>\n<!-- /23197884379/1 -->\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n			<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/arrowpatching\">\n							<img width=\"218\" height=\"231\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.png\" alt=\"\" loading=\"lazy\" />								</a>\n			<h2>Arrow Patching</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/animalandstar\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Animal and Star</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/angrybubble\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Angry Bubble</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Alien On Earth</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Air Battle Mission </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Adventurous Boy Run</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2048\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>2048</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.png 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Bottle Climbing</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Be Millionaire</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Out</h2>		\n															<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-300x300.jpg 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<h2>Balloon Pop</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Bouncer Wall</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-08-02 06:04:25', '2024-08-02 06:04:25', '', 7, 'https://hindisamachaar.in/?p=152', 0, 'revision', '', 0);
INSERT INTO `TI9k8mggE_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(153, 1, '2024-08-02 06:04:25', '2024-08-02 06:04:25', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://diginspire.in/wordpress_2\">\n							<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#gamescroll\">\n						Explore Games Now\n					</a>\n<!-- /23197884379/1 -->\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n			<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/arrowpatching\">\n							<img width=\"218\" height=\"231\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.png\" alt=\"\" loading=\"lazy\" />								</a>\n			<h2>Arrow Patching</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/animalandstar\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Animal and Star</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/angrybubble\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Angry Bubble</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Alien On Earth</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Air Battle Mission </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Adventurous Boy Run</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2048\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>2048</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.png 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Bottle Climbing</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Be Millionaire</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Out</h2>		\n															<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-300x300.jpg 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<h2>Balloon Pop</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Bouncer Wall</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-08-02 06:04:25', '2024-08-02 06:04:25', '', 7, 'https://hindisamachaar.in/?p=153', 0, 'revision', '', 0),
(154, 1, '2024-08-02 06:04:25', '2024-08-02 06:04:25', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://diginspire.in/wordpress_2\">\n							<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#gamescroll\">\n						Explore Games Now\n					</a>\n<!-- /23197884379/1 -->\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n			<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/arrowpatching\">\n							<img width=\"218\" height=\"231\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.png\" alt=\"\" loading=\"lazy\" />								</a>\n			<h2>Arrow Patching</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/animalandstar\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Animal and Star</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/angrybubble\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Angry Bubble</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/alienonearth\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Alien On Earth</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Air Battle Mission </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Adventurous Boy Run</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2048\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>2048</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.png 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Bottle Climbing</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Be Millionaire</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Out</h2>		\n															<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-300x300.jpg 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<h2>Balloon Pop</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Bouncer Wall</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-08-02 06:04:25', '2024-08-02 06:04:25', '', 7, 'https://hindisamachaar.in/?p=154', 0, 'revision', '', 0);
INSERT INTO `TI9k8mggE_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(155, 1, '2024-08-02 06:05:45', '2024-08-02 06:05:45', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://diginspire.in/wordpress_2\">\n							<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#gamescroll\">\n						Explore Games Now\n					</a>\n<!-- /23197884379/1 -->\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n			<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/arrowpatching\">\n							<img width=\"218\" height=\"231\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.png\" alt=\"\" loading=\"lazy\" />								</a>\n			<h2>Arrow Patching</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/animalandstar\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Animal and Star</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/angrybubble\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Angry Bubble</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/alienonearth\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Alien On Earth</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Air Battle Mission </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Adventurous Boy Run</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2048\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>2048</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.png 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Bottle Climbing</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Be Millionaire</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Out</h2>		\n															<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-300x300.jpg 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<h2>Balloon Pop</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Bouncer Wall</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-08-02 06:05:45', '2024-08-02 06:05:45', '', 7, 'https://hindisamachaar.in/?p=155', 0, 'revision', '', 0),
(156, 1, '2024-08-02 06:05:45', '2024-08-02 06:05:45', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://diginspire.in/wordpress_2\">\n							<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#gamescroll\">\n						Explore Games Now\n					</a>\n<!-- /23197884379/1 -->\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n			<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/arrowpatching\">\n							<img width=\"218\" height=\"231\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.png\" alt=\"\" loading=\"lazy\" />								</a>\n			<h2>Arrow Patching</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/animalandstar\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Animal and Star</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/angrybubble\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Angry Bubble</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/alienonearth\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Alien On Earth</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Air Battle Mission </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Adventurous Boy Run</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2048\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>2048</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.png 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Bottle Climbing</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Be Millionaire</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Out</h2>		\n															<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-300x300.jpg 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<h2>Balloon Pop</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Bouncer Wall</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-08-02 06:05:45', '2024-08-02 06:05:45', '', 7, 'https://hindisamachaar.in/?p=156', 0, 'revision', '', 0);
INSERT INTO `TI9k8mggE_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(157, 1, '2024-08-02 06:05:45', '2024-08-02 06:05:45', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://diginspire.in/wordpress_2\">\n							<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#gamescroll\">\n						Explore Games Now\n					</a>\n<!-- /23197884379/1 -->\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n			<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/arrowpatching\">\n							<img width=\"218\" height=\"231\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.png\" alt=\"\" loading=\"lazy\" />								</a>\n			<h2>Arrow Patching</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/animalandstar\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Animal and Star</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/angrybubble\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Angry Bubble</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/alienonearth\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Alien On Earth</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/airbattlemission\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Air Battle Mission </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Adventurous Boy Run</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2048\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>2048</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.png 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Bottle Climbing</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Be Millionaire</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Out</h2>		\n															<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-300x300.jpg 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<h2>Balloon Pop</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Bouncer Wall</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-08-02 06:05:45', '2024-08-02 06:05:45', '', 7, 'https://hindisamachaar.in/?p=157', 0, 'revision', '', 0),
(158, 1, '2024-08-02 06:06:05', '2024-08-02 06:06:05', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://diginspire.in/wordpress_2\">\n							<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#gamescroll\">\n						Explore Games Now\n					</a>\n<!-- /23197884379/1 -->\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n			<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/arrowpatching\">\n							<img width=\"218\" height=\"231\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.png\" alt=\"\" loading=\"lazy\" />								</a>\n			<h2>Arrow Patching</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/animalandstar\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Animal and Star</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/angrybubble\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Angry Bubble</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/alienonearth\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Alien On Earth</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/airbattlemission\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Air Battle Mission </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Adventurous Boy Run</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2048\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>2048</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.png 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Bottle Climbing</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Be Millionaire</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Out</h2>		\n															<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-300x300.jpg 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<h2>Balloon Pop</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Bouncer Wall</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-08-02 06:06:05', '2024-08-02 06:06:05', '', 7, 'https://hindisamachaar.in/?p=158', 0, 'revision', '', 0);
INSERT INTO `TI9k8mggE_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(159, 1, '2024-08-02 06:06:05', '2024-08-02 06:06:05', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://diginspire.in/wordpress_2\">\n							<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#gamescroll\">\n						Explore Games Now\n					</a>\n<!-- /23197884379/1 -->\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n			<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/arrowpatching\">\n							<img width=\"218\" height=\"231\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.png\" alt=\"\" loading=\"lazy\" />								</a>\n			<h2>Arrow Patching</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/animalandstar\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Animal and Star</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/angrybubble\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Angry Bubble</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/alienonearth\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Alien On Earth</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/airbattlemission\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Air Battle Mission </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Adventurous Boy Run</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2048\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>2048</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.png 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Bottle Climbing</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Be Millionaire</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Out</h2>		\n															<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-300x300.jpg 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<h2>Balloon Pop</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Bouncer Wall</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-08-02 06:06:05', '2024-08-02 06:06:05', '', 7, 'https://hindisamachaar.in/?p=159', 0, 'revision', '', 0),
(160, 1, '2024-08-02 06:06:06', '2024-08-02 06:06:06', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://diginspire.in/wordpress_2\">\n							<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#gamescroll\">\n						Explore Games Now\n					</a>\n<!-- /23197884379/1 -->\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n			<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/arrowpatching\">\n							<img width=\"218\" height=\"231\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.png\" alt=\"\" loading=\"lazy\" />								</a>\n			<h2>Arrow Patching</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/animalandstar\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Animal and Star</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/angrybubble\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Angry Bubble</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/alienonearth\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Alien On Earth</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/airbattlemission\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Air Battle Mission </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/advantureousboyrun\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Adventurous Boy Run</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2048\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>2048</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.png 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Bottle Climbing</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Be Millionaire</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Out</h2>		\n															<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-300x300.jpg 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<h2>Balloon Pop</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Bouncer Wall</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-08-02 06:06:06', '2024-08-02 06:06:06', '', 7, 'https://hindisamachaar.in/?p=160', 0, 'revision', '', 0);
INSERT INTO `TI9k8mggE_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(161, 1, '2024-08-02 06:06:30', '2024-08-02 06:06:30', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://diginspire.in/wordpress_2\">\n							<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#gamescroll\">\n						Explore Games Now\n					</a>\n<!-- /23197884379/1 -->\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n			<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/arrowpatching\">\n							<img width=\"218\" height=\"231\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.png\" alt=\"\" loading=\"lazy\" />								</a>\n			<h2>Arrow Patching</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/animalandstar\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Animal and Star</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/angrybubble\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Angry Bubble</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/alienonearth\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Alien On Earth</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/airbattlemission\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Air Battle Mission </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/advantureousboyrun\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Adventurous Boy Run</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2048\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>2048</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.png 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Bottle Climbing</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Be Millionaire</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Out</h2>		\n															<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-300x300.jpg 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<h2>Balloon Pop</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Bouncer Wall</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-08-02 06:06:30', '2024-08-02 06:06:30', '', 7, 'https://hindisamachaar.in/?p=161', 0, 'revision', '', 0),
(162, 1, '2024-08-02 06:06:30', '2024-08-02 06:06:30', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://diginspire.in/wordpress_2\">\n							<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#gamescroll\">\n						Explore Games Now\n					</a>\n<!-- /23197884379/1 -->\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n			<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/arrowpatching\">\n							<img width=\"218\" height=\"231\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.png\" alt=\"\" loading=\"lazy\" />								</a>\n			<h2>Arrow Patching</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/animalandstar\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Animal and Star</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/angrybubble\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Angry Bubble</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/alienonearth\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Alien On Earth</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/airbattlemission\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Air Battle Mission </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/advantureousboyrun\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Adventurous Boy Run</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2048\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>2048</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.png 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Bottle Climbing</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Be Millionaire</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Out</h2>		\n															<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-300x300.jpg 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<h2>Balloon Pop</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Bouncer Wall</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-08-02 06:06:30', '2024-08-02 06:06:30', '', 7, 'https://hindisamachaar.in/?p=162', 0, 'revision', '', 0);
INSERT INTO `TI9k8mggE_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(163, 1, '2024-08-02 06:06:30', '2024-08-02 06:06:30', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://diginspire.in/wordpress_2\">\n							<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#gamescroll\">\n						Explore Games Now\n					</a>\n<!-- /23197884379/1 -->\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n			<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/arrowpatching\">\n							<img width=\"218\" height=\"231\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.png\" alt=\"\" loading=\"lazy\" />								</a>\n			<h2>Arrow Patching</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/animalandstar\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Animal and Star</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/angrybubble\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Angry Bubble</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/alienonearth\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Alien On Earth</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/airbattlemission\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Air Battle Mission </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/advantureousboyrun\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Adventurous Boy Run</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2048\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>2048</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/bottleclimbing\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.png 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Bottle Climbing</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Be Millionaire</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Out</h2>		\n															<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-300x300.jpg 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<h2>Balloon Pop</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Bouncer Wall</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-08-02 06:06:30', '2024-08-02 06:06:30', '', 7, 'https://hindisamachaar.in/?p=163', 0, 'revision', '', 0),
(164, 1, '2024-08-02 06:06:51', '2024-08-02 06:06:51', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://diginspire.in/wordpress_2\">\n							<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#gamescroll\">\n						Explore Games Now\n					</a>\n<!-- /23197884379/1 -->\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n			<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/arrowpatching\">\n							<img width=\"218\" height=\"231\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.png\" alt=\"\" loading=\"lazy\" />								</a>\n			<h2>Arrow Patching</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/animalandstar\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Animal and Star</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/angrybubble\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Angry Bubble</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/alienonearth\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Alien On Earth</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/airbattlemission\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Air Battle Mission </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/advantureousboyrun\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Adventurous Boy Run</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2048\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>2048</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/bottleclimbing\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.png 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Bottle Climbing</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Be Millionaire</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Out</h2>		\n															<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-300x300.jpg 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<h2>Balloon Pop</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Bouncer Wall</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-08-02 06:06:51', '2024-08-02 06:06:51', '', 7, 'https://hindisamachaar.in/?p=164', 0, 'revision', '', 0);
INSERT INTO `TI9k8mggE_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(165, 1, '2024-08-02 06:06:51', '2024-08-02 06:06:51', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://diginspire.in/wordpress_2\">\n							<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#gamescroll\">\n						Explore Games Now\n					</a>\n<!-- /23197884379/1 -->\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n			<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/arrowpatching\">\n							<img width=\"218\" height=\"231\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.png\" alt=\"\" loading=\"lazy\" />								</a>\n			<h2>Arrow Patching</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/animalandstar\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Animal and Star</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/angrybubble\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Angry Bubble</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/alienonearth\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Alien On Earth</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/airbattlemission\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Air Battle Mission </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/advantureousboyrun\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Adventurous Boy Run</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2048\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>2048</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/bottleclimbing\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.png 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Bottle Climbing</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Be Millionaire</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Out</h2>		\n															<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-300x300.jpg 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<h2>Balloon Pop</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Bouncer Wall</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-08-02 06:06:51', '2024-08-02 06:06:51', '', 7, 'https://hindisamachaar.in/?p=165', 0, 'revision', '', 0),
(166, 1, '2024-08-02 06:06:52', '2024-08-02 06:06:52', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://diginspire.in/wordpress_2\">\n							<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#gamescroll\">\n						Explore Games Now\n					</a>\n<!-- /23197884379/1 -->\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n			<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/arrowpatching\">\n							<img width=\"218\" height=\"231\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.png\" alt=\"\" loading=\"lazy\" />								</a>\n			<h2>Arrow Patching</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/animalandstar\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Animal and Star</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/angrybubble\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Angry Bubble</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/alienonearth\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Alien On Earth</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/airbattlemission\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Air Battle Mission </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/advantureousboyrun\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Adventurous Boy Run</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2048\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>2048</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/bottleclimbing\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.png 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Bottle Climbing</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/bemillionaire\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Be Millionaire</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Out</h2>		\n															<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-300x300.jpg 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<h2>Balloon Pop</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Bouncer Wall</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-08-02 06:06:52', '2024-08-02 06:06:52', '', 7, 'https://hindisamachaar.in/?p=166', 0, 'revision', '', 0);
INSERT INTO `TI9k8mggE_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(167, 1, '2024-08-02 06:07:08', '2024-08-02 06:07:08', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://diginspire.in/wordpress_2\">\n							<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#gamescroll\">\n						Explore Games Now\n					</a>\n<!-- /23197884379/1 -->\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n			<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/arrowpatching\">\n							<img width=\"218\" height=\"231\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.png\" alt=\"\" loading=\"lazy\" />								</a>\n			<h2>Arrow Patching</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/animalandstar\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Animal and Star</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/angrybubble\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Angry Bubble</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/alienonearth\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Alien On Earth</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/airbattlemission\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Air Battle Mission </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/advantureousboyrun\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Adventurous Boy Run</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2048\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>2048</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/bottleclimbing\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.png 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Bottle Climbing</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/bemillionaire\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Be Millionaire</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Out</h2>		\n															<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-300x300.jpg 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<h2>Balloon Pop</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Bouncer Wall</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-08-02 06:07:08', '2024-08-02 06:07:08', '', 7, 'https://hindisamachaar.in/?p=167', 0, 'revision', '', 0),
(168, 1, '2024-08-02 06:07:08', '2024-08-02 06:07:08', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://diginspire.in/wordpress_2\">\n							<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#gamescroll\">\n						Explore Games Now\n					</a>\n<!-- /23197884379/1 -->\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n			<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/arrowpatching\">\n							<img width=\"218\" height=\"231\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.png\" alt=\"\" loading=\"lazy\" />								</a>\n			<h2>Arrow Patching</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/animalandstar\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Animal and Star</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/angrybubble\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Angry Bubble</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/alienonearth\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Alien On Earth</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/airbattlemission\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Air Battle Mission </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/advantureousboyrun\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Adventurous Boy Run</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2048\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>2048</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/bottleclimbing\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.png 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Bottle Climbing</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/bemillionaire\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Be Millionaire</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Out</h2>		\n															<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-300x300.jpg 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<h2>Balloon Pop</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Bouncer Wall</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-08-02 06:07:08', '2024-08-02 06:07:08', '', 7, 'https://hindisamachaar.in/?p=168', 0, 'revision', '', 0);
INSERT INTO `TI9k8mggE_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(169, 1, '2024-08-02 06:07:08', '2024-08-02 06:07:08', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://diginspire.in/wordpress_2\">\n							<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#gamescroll\">\n						Explore Games Now\n					</a>\n<!-- /23197884379/1 -->\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n			<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/arrowpatching\">\n							<img width=\"218\" height=\"231\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.png\" alt=\"\" loading=\"lazy\" />								</a>\n			<h2>Arrow Patching</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/animalandstar\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Animal and Star</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/angrybubble\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Angry Bubble</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/alienonearth\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Alien On Earth</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/airbattlemission\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Air Battle Mission </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/advantureousboyrun\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Adventurous Boy Run</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2048\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>2048</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/bottleclimbing\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.png 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Bottle Climbing</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/bemillionaire\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Be Millionaire</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ballout\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Out</h2>		\n															<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-300x300.jpg 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<h2>Balloon Pop</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Bouncer Wall</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-08-02 06:07:08', '2024-08-02 06:07:08', '', 7, 'https://hindisamachaar.in/?p=169', 0, 'revision', '', 0),
(170, 1, '2024-08-02 06:07:35', '2024-08-02 06:07:35', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://diginspire.in/wordpress_2\">\n							<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#gamescroll\">\n						Explore Games Now\n					</a>\n<!-- /23197884379/1 -->\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n			<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/arrowpatching\">\n							<img width=\"218\" height=\"231\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.png\" alt=\"\" loading=\"lazy\" />								</a>\n			<h2>Arrow Patching</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/animalandstar\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Animal and Star</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/angrybubble\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Angry Bubble</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/alienonearth\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Alien On Earth</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/airbattlemission\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Air Battle Mission </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/advantureousboyrun\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Adventurous Boy Run</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2048\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>2048</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/bottleclimbing\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.png 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Bottle Climbing</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/bemillionaire\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Be Millionaire</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ballout\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Out</h2>		\n															<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-300x300.jpg 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<h2>Balloon Pop</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Bouncer Wall</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-08-02 06:07:35', '2024-08-02 06:07:35', '', 7, 'https://hindisamachaar.in/?p=170', 0, 'revision', '', 0);
INSERT INTO `TI9k8mggE_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(171, 1, '2024-08-02 06:07:35', '2024-08-02 06:07:35', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://diginspire.in/wordpress_2\">\n							<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#gamescroll\">\n						Explore Games Now\n					</a>\n<!-- /23197884379/1 -->\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n			<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/arrowpatching\">\n							<img width=\"218\" height=\"231\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.png\" alt=\"\" loading=\"lazy\" />								</a>\n			<h2>Arrow Patching</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/animalandstar\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Animal and Star</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/angrybubble\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Angry Bubble</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/alienonearth\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Alien On Earth</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/airbattlemission\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Air Battle Mission </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/advantureousboyrun\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Adventurous Boy Run</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2048\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>2048</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/bottleclimbing\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.png 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Bottle Climbing</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/bemillionaire\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Be Millionaire</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ballout\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Out</h2>		\n															<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-300x300.jpg 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<h2>Balloon Pop</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Bouncer Wall</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-08-02 06:07:35', '2024-08-02 06:07:35', '', 7, 'https://hindisamachaar.in/?p=171', 0, 'revision', '', 0),
(172, 1, '2024-08-02 06:07:35', '2024-08-02 06:07:35', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://diginspire.in/wordpress_2\">\n							<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#gamescroll\">\n						Explore Games Now\n					</a>\n<!-- /23197884379/1 -->\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n			<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/arrowpatching\">\n							<img width=\"218\" height=\"231\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.png\" alt=\"\" loading=\"lazy\" />								</a>\n			<h2>Arrow Patching</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/animalandstar\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Animal and Star</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/angrybubble\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Angry Bubble</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/alienonearth\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Alien On Earth</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/airbattlemission\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Air Battle Mission </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/advantureousboyrun\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Adventurous Boy Run</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2048\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>2048</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/bottleclimbing\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.png 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Bottle Climbing</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/bemillionaire\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Be Millionaire</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ballout\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Out</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/balloonpop\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-300x300.jpg 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Balloon Pop</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Bouncer Wall</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-08-02 06:07:35', '2024-08-02 06:07:35', '', 7, 'https://hindisamachaar.in/?p=172', 0, 'revision', '', 0);
INSERT INTO `TI9k8mggE_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(173, 1, '2024-08-02 06:08:02', '2024-08-02 06:08:02', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://diginspire.in/wordpress_2\">\n							<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#gamescroll\">\n						Explore Games Now\n					</a>\n<!-- /23197884379/1 -->\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n			<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/arrowpatching\">\n							<img width=\"218\" height=\"231\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.png\" alt=\"\" loading=\"lazy\" />								</a>\n			<h2>Arrow Patching</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/animalandstar\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Animal and Star</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/angrybubble\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Angry Bubble</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/alienonearth\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Alien On Earth</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/airbattlemission\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Air Battle Mission </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/advantureousboyrun\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Adventurous Boy Run</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2048\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>2048</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/bottleclimbing\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.png 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Bottle Climbing</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/bemillionaire\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Be Millionaire</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ballout\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Out</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/balloonpop\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-300x300.jpg 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Balloon Pop</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Bouncer Wall</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-08-02 06:08:02', '2024-08-02 06:08:02', '', 7, 'https://hindisamachaar.in/?p=173', 0, 'revision', '', 0),
(174, 1, '2024-08-02 06:08:02', '2024-08-02 06:08:02', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://diginspire.in/wordpress_2\">\n							<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#gamescroll\">\n						Explore Games Now\n					</a>\n<!-- /23197884379/1 -->\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n			<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/arrowpatching\">\n							<img width=\"218\" height=\"231\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.png\" alt=\"\" loading=\"lazy\" />								</a>\n			<h2>Arrow Patching</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/animalandstar\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Animal and Star</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/angrybubble\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Angry Bubble</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/alienonearth\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Alien On Earth</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/airbattlemission\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Air Battle Mission </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/advantureousboyrun\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Adventurous Boy Run</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2048\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>2048</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/bottleclimbing\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.png 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Bottle Climbing</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/bemillionaire\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Be Millionaire</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ballout\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Out</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/balloonpop\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-300x300.jpg 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Balloon Pop</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Bouncer Wall</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-08-02 06:08:02', '2024-08-02 06:08:02', '', 7, 'https://hindisamachaar.in/?p=174', 0, 'revision', '', 0);
INSERT INTO `TI9k8mggE_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(175, 1, '2024-08-02 06:08:02', '2024-08-02 06:08:02', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://diginspire.in/wordpress_2\">\n							<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#gamescroll\">\n						Explore Games Now\n					</a>\n<!-- /23197884379/1 -->\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n			<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/arrowpatching\">\n							<img width=\"218\" height=\"231\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.png\" alt=\"\" loading=\"lazy\" />								</a>\n			<h2>Arrow Patching</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/animalandstar\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Animal and Star</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/angrybubble\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Angry Bubble</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/alienonearth\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Alien On Earth</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/airbattlemission\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Air Battle Mission </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/advantureousboyrun\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Adventurous Boy Run</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2048\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>2048</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/bottleclimbing\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.png 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Bottle Climbing</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/bemillionaire\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Be Millionaire</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ballout\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Out</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/balloonpop\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-300x300.jpg 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Balloon Pop</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ballbouncerwall\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Bouncer Wall</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-08-02 06:08:02', '2024-08-02 06:08:02', '', 7, 'https://hindisamachaar.in/?p=175', 0, 'revision', '', 0),
(176, 1, '2024-08-02 06:45:09', '2024-08-02 06:45:09', '', 'unnamed (1)', '', 'inherit', 'open', 'closed', '', 'unnamed-1-2', '', '', '2024-08-02 06:45:09', '2024-08-02 06:45:09', '', 7, 'https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.png', 0, 'attachment', 'image/png', 0),
(177, 1, '2024-08-02 06:46:17', '2024-08-02 06:46:17', '', 'three-burning-balls', '', 'inherit', 'open', 'closed', '', 'three-burning-balls', '', '', '2024-08-02 06:46:17', '2024-08-02 06:46:17', '', 7, 'https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls.png', 0, 'attachment', 'image/png', 0),
(179, 1, '2024-08-02 06:48:28', '2024-08-02 06:48:28', '', '3549847', '', 'inherit', 'open', 'closed', '', '3549847', '', '', '2024-08-02 06:48:28', '2024-08-02 06:48:28', '', 7, 'https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/3549847.webp', 0, 'attachment', 'image/webp', 0),
(180, 1, '2024-08-02 06:49:43', '2024-08-02 06:49:43', '', 'com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512', '', 'inherit', 'open', 'closed', '', 'com-nhom19-gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512', '', '', '2024-08-02 06:49:43', '2024-08-02 06:49:43', '', 7, 'https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512.webp', 0, 'attachment', 'image/webp', 0),
(181, 1, '2024-08-02 06:50:00', '2024-08-02 06:50:00', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://diginspire.in/wordpress_2\">\n							<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#gamescroll\">\n						Explore Games Now\n					</a>\n<!-- /23197884379/1 -->\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n			<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/arrowpatching\">\n							<img width=\"218\" height=\"231\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.png\" alt=\"\" loading=\"lazy\" />								</a>\n			<h2>Arrow Patching</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/animalandstar\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Animal and Star</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/angrybubble\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Angry Bubble</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/alienonearth\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Alien On Earth</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/airbattlemission\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Air Battle Mission </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/advantureousboyrun\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Adventurous Boy Run</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2048\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>2048</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/bottleclimbing\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.png 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Bottle Climbing</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/bemillionaire\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Be Millionaire</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ballout\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Out</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/balloonpop\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-300x300.jpg 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Balloon Pop</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ballbouncerwall\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Bouncer Wall</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-08-02 06:50:00', '2024-08-02 06:50:00', '', 7, 'https://diginspire.in/wordpress_2/?p=181', 0, 'revision', '', 0);
INSERT INTO `TI9k8mggE_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(182, 1, '2024-08-02 06:50:00', '2024-08-02 06:50:00', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://diginspire.in/wordpress_2\">\n							<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#gamescroll\">\n						Explore Games Now\n					</a>\n<!-- /23197884379/1 -->\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Water Cleaner</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Army Bomber Truck</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-2-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>ABC Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-3-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Tank Strategy</h2>		\n			<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/arrowpatching\">\n							<img width=\"218\" height=\"231\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.png\" alt=\"\" loading=\"lazy\" />								</a>\n			<h2>Arrow Patching</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/animalandstar\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Animal and Star</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/angrybubble\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Angry Bubble</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/alienonearth\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Alien On Earth</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/airbattlemission\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Air Battle Mission </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/advantureousboyrun\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Adventurous Boy Run</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2048\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>2048</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/bottleclimbing\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.png 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Bottle Climbing</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/bemillionaire\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Be Millionaire</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ballout\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Out</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/balloonpop\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-300x300.jpg 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Balloon Pop</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ballbouncerwall\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Bouncer Wall</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-08-02 06:50:00', '2024-08-02 06:50:00', '', 7, 'https://diginspire.in/wordpress_2/?p=182', 0, 'revision', '', 0),
(183, 1, '2024-08-02 06:50:00', '2024-08-02 06:50:00', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://diginspire.in/wordpress_2\">\n							<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#gamescroll\">\n						Explore Games Now\n					</a>\n<!-- /23197884379/1 -->\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Brain Exercise </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Burning Balls</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/3549847.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/3549847.webp 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/3549847-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Car Breaker </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512.webp 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Chicken Shooter</h2>		\n			<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/arrowpatching\">\n							<img width=\"218\" height=\"231\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.png\" alt=\"\" loading=\"lazy\" />								</a>\n			<h2>Arrow Patching</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/animalandstar\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Animal and Star</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/angrybubble\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Angry Bubble</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/alienonearth\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Alien On Earth</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/airbattlemission\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Air Battle Mission </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/advantureousboyrun\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Adventurous Boy Run</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2048\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>2048</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/bottleclimbing\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.png 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Bottle Climbing</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/bemillionaire\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Be Millionaire</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ballout\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Out</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/balloonpop\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-300x300.jpg 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Balloon Pop</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ballbouncerwall\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Bouncer Wall</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-08-02 06:50:00', '2024-08-02 06:50:00', '', 7, 'https://diginspire.in/wordpress_2/?p=183', 0, 'revision', '', 0),
(184, 1, '2024-08-02 06:51:17', '2024-08-02 06:51:17', '', 'unnamed (1)', '', 'inherit', 'open', 'closed', '', 'unnamed-1-3', '', '', '2024-08-02 06:51:17', '2024-08-02 06:51:17', '', 7, 'https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(185, 1, '2024-08-02 06:52:13', '2024-08-02 06:52:13', '', 'unnamed (2)', '', 'inherit', 'open', 'closed', '', 'unnamed-2-2', '', '', '2024-08-02 06:52:13', '2024-08-02 06:52:13', '', 7, 'https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2.webp', 0, 'attachment', 'image/webp', 0),
(187, 1, '2024-08-02 06:54:10', '2024-08-02 06:54:10', '', 'christmas-gifts-icon', '', 'inherit', 'open', 'closed', '', 'christmas-gifts-icon', '', '', '2024-08-02 06:54:10', '2024-08-02 06:54:10', '', 7, 'https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/christmas-gifts-icon.png', 0, 'attachment', 'image/png', 0),
(188, 1, '2024-08-02 06:55:06', '2024-08-02 06:55:06', '', 'unnamed (3)', '', 'inherit', 'open', 'closed', '', 'unnamed-3', '', '', '2024-08-02 06:55:06', '2024-08-02 06:55:06', '', 7, 'https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3.webp', 0, 'attachment', 'image/webp', 0),
(189, 1, '2024-08-02 06:56:05', '2024-08-02 06:56:05', '', 'images (5)', '', 'inherit', 'open', 'closed', '', 'images-5', '', '', '2024-08-02 06:56:05', '2024-08-02 06:56:05', '', 7, 'https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-5.jpeg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `TI9k8mggE_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(190, 1, '2024-08-02 06:56:24', '2024-08-02 06:56:24', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://diginspire.in/wordpress_2\">\n							<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#gamescroll\">\n						Explore Games Now\n					</a>\n<!-- /23197884379/1 -->\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Brain Exercise </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Burning Balls</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/3549847.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/3549847.webp 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/3549847-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Car Breaker </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512.webp 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Chicken Shooter</h2>		\n			<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/arrowpatching\">\n							<img width=\"218\" height=\"231\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.png\" alt=\"\" loading=\"lazy\" />								</a>\n			<h2>Arrow Patching</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/animalandstar\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Animal and Star</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/angrybubble\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Angry Bubble</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/alienonearth\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Alien On Earth</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/airbattlemission\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Air Battle Mission </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/advantureousboyrun\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Adventurous Boy Run</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2048\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>2048</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/bottleclimbing\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.png 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Bottle Climbing</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/bemillionaire\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Be Millionaire</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ballout\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Out</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/balloonpop\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-300x300.jpg 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Balloon Pop</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ballbouncerwall\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Bouncer Wall</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-08-02 06:56:24', '2024-08-02 06:56:24', '', 7, 'https://diginspire.in/wordpress_2/?p=190', 0, 'revision', '', 0),
(191, 1, '2024-08-02 06:56:24', '2024-08-02 06:56:24', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://diginspire.in/wordpress_2\">\n							<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#gamescroll\">\n						Explore Games Now\n					</a>\n<!-- /23197884379/1 -->\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Brain Exercise </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Burning Balls</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/3549847.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/3549847.webp 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/3549847-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Car Breaker </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512.webp 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Chicken Shooter</h2>		\n			<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-1-1-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Roll Orange</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-5-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Ninja Pumpkin</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-6-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Baloon Shooter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-7-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Spacetime Challenge</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/arrowpatching\">\n							<img width=\"218\" height=\"231\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.png\" alt=\"\" loading=\"lazy\" />								</a>\n			<h2>Arrow Patching</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/animalandstar\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Animal and Star</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/angrybubble\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Angry Bubble</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/alienonearth\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Alien On Earth</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/airbattlemission\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Air Battle Mission </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/advantureousboyrun\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Adventurous Boy Run</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2048\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>2048</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/bottleclimbing\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.png 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Bottle Climbing</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/bemillionaire\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Be Millionaire</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ballout\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Out</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/balloonpop\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-300x300.jpg 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Balloon Pop</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ballbouncerwall\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Bouncer Wall</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-08-02 06:56:24', '2024-08-02 06:56:24', '', 7, 'https://diginspire.in/wordpress_2/?p=191', 0, 'revision', '', 0);
INSERT INTO `TI9k8mggE_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(192, 1, '2024-08-02 06:56:24', '2024-08-02 06:56:24', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://diginspire.in/wordpress_2\">\n							<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#gamescroll\">\n						Explore Games Now\n					</a>\n<!-- /23197884379/1 -->\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Brain Exercise </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Burning Balls</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/3549847.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/3549847.webp 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/3549847-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Car Breaker </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512.webp 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Chicken Shooter</h2>		\n			<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Choose True Colors</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/christmas-gifts-icon.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/christmas-gifts-icon.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/christmas-gifts-icon-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/christmas-gifts-icon-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Christmas Gift</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Christmas Ant Run</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-5.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-5.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-5-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Coin Snake</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/arrowpatching\">\n							<img width=\"218\" height=\"231\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.png\" alt=\"\" loading=\"lazy\" />								</a>\n			<h2>Arrow Patching</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/animalandstar\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Animal and Star</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/angrybubble\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Angry Bubble</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/alienonearth\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Alien On Earth</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/airbattlemission\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Air Battle Mission </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/advantureousboyrun\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Adventurous Boy Run</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2048\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>2048</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/bottleclimbing\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.png 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Bottle Climbing</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/bemillionaire\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Be Millionaire</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ballout\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Out</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/balloonpop\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-300x300.jpg 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Balloon Pop</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ballbouncerwall\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Bouncer Wall</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-08-02 06:56:24', '2024-08-02 06:56:24', '', 7, 'https://diginspire.in/wordpress_2/?p=192', 0, 'revision', '', 0),
(193, 1, '2024-08-02 06:56:48', '2024-08-02 06:56:48', '', 'images (6)', '', 'inherit', 'open', 'closed', '', 'images-6', '', '', '2024-08-02 06:56:48', '2024-08-02 06:56:48', '', 7, 'https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-6.jpeg', 0, 'attachment', 'image/jpeg', 0),
(194, 1, '2024-08-02 06:57:33', '2024-08-02 06:57:33', '', 'images (7)', '', 'inherit', 'open', 'closed', '', 'images-7', '', '', '2024-08-02 06:57:33', '2024-08-02 06:57:33', '', 7, 'https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-7.jpeg', 0, 'attachment', 'image/jpeg', 0),
(195, 1, '2024-08-02 06:58:16', '2024-08-02 06:58:16', '', 'unnamed (2)', '', 'inherit', 'open', 'closed', '', 'unnamed-2-3', '', '', '2024-08-02 06:58:16', '2024-08-02 06:58:16', '', 7, 'https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2.png', 0, 'attachment', 'image/png', 0),
(196, 1, '2024-08-02 06:58:30', '2024-08-02 06:58:30', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://diginspire.in/wordpress_2\">\n							<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#gamescroll\">\n						Explore Games Now\n					</a>\n<!-- /23197884379/1 -->\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Brain Exercise </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Burning Balls</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/3549847.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/3549847.webp 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/3549847-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Car Breaker </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512.webp 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Chicken Shooter</h2>		\n			<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Choose True Colors</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/christmas-gifts-icon.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/christmas-gifts-icon.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/christmas-gifts-icon-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/christmas-gifts-icon-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Christmas Gift</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Christmas Ant Run</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-5.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-5.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-5-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Coin Snake</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/arrowpatching\">\n							<img width=\"218\" height=\"231\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.png\" alt=\"\" loading=\"lazy\" />								</a>\n			<h2>Arrow Patching</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/animalandstar\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Animal and Star</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/angrybubble\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Angry Bubble</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/alienonearth\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Alien On Earth</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/airbattlemission\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Air Battle Mission </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/advantureousboyrun\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Adventurous Boy Run</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2048\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>2048</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/bottleclimbing\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.png 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Bottle Climbing</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/bemillionaire\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Be Millionaire</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ballout\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Out</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/balloonpop\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-300x300.jpg 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Balloon Pop</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ballbouncerwall\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Bouncer Wall</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-08-02 06:58:30', '2024-08-02 06:58:30', '', 7, 'https://diginspire.in/wordpress_2/?p=196', 0, 'revision', '', 0);
INSERT INTO `TI9k8mggE_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(197, 1, '2024-08-02 06:58:31', '2024-08-02 06:58:31', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://diginspire.in/wordpress_2\">\n							<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#gamescroll\">\n						Explore Games Now\n					</a>\n<!-- /23197884379/1 -->\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Brain Exercise </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Burning Balls</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/3549847.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/3549847.webp 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/3549847-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Car Breaker </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512.webp 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Chicken Shooter</h2>		\n			<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Choose True Colors</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/christmas-gifts-icon.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/christmas-gifts-icon.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/christmas-gifts-icon-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/christmas-gifts-icon-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Christmas Gift</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Christmas Ant Run</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-5.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-5.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-5-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Coin Snake</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-8-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Boom Room</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-9-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colorful Clock</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-10-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Colored Square</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/arrowpatching\">\n							<img width=\"218\" height=\"231\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.png\" alt=\"\" loading=\"lazy\" />								</a>\n			<h2>Arrow Patching</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/animalandstar\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Animal and Star</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/angrybubble\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Angry Bubble</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/alienonearth\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Alien On Earth</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/airbattlemission\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Air Battle Mission </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/advantureousboyrun\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Adventurous Boy Run</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2048\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>2048</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/bottleclimbing\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.png 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Bottle Climbing</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/bemillionaire\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Be Millionaire</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ballout\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Out</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/balloonpop\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-300x300.jpg 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Balloon Pop</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ballbouncerwall\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Bouncer Wall</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-08-02 06:58:31', '2024-08-02 06:58:31', '', 7, 'https://diginspire.in/wordpress_2/?p=197', 0, 'revision', '', 0),
(198, 1, '2024-08-02 06:58:31', '2024-08-02 06:58:31', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://diginspire.in/wordpress_2\">\n							<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#gamescroll\">\n						Explore Games Now\n					</a>\n<!-- /23197884379/1 -->\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Brain Exercise </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Burning Balls</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/3549847.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/3549847.webp 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/3549847-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Car Breaker </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512.webp 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Chicken Shooter</h2>		\n			<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Choose True Colors</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/christmas-gifts-icon.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/christmas-gifts-icon.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/christmas-gifts-icon-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/christmas-gifts-icon-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Christmas Gift</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Christmas Ant Run</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-5.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-5.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-5-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Coin Snake</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-6.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-6.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-6-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Collect Same Balls</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-7.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-7.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-7-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Color Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Color Match</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/arrowpatching\">\n							<img width=\"218\" height=\"231\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.png\" alt=\"\" loading=\"lazy\" />								</a>\n			<h2>Arrow Patching</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/animalandstar\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Animal and Star</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/angrybubble\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Angry Bubble</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/alienonearth\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Alien On Earth</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/airbattlemission\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Air Battle Mission </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/advantureousboyrun\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Adventurous Boy Run</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2048\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>2048</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/bottleclimbing\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.png 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Bottle Climbing</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/bemillionaire\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Be Millionaire</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ballout\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Out</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/balloonpop\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-300x300.jpg 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Balloon Pop</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ballbouncerwall\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Bouncer Wall</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-08-02 06:58:31', '2024-08-02 06:58:31', '', 7, 'https://diginspire.in/wordpress_2/?p=198', 0, 'revision', '', 0),
(199, 1, '2024-08-02 06:59:33', '2024-08-02 06:59:33', '', 'png-transparent-computer-icons-casino-token-game-icon-design-others-game-gambling-casino', '', 'inherit', 'open', 'closed', '', 'png-transparent-computer-icons-casino-token-game-icon-design-others-game-gambling-casino', '', '', '2024-08-02 06:59:33', '2024-08-02 06:59:33', '', 7, 'https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/png-transparent-computer-icons-casino-token-game-icon-design-others-game-gambling-casino.png', 0, 'attachment', 'image/png', 0),
(200, 1, '2024-08-02 06:59:52', '2024-08-02 06:59:52', '', 'png-transparent-six-assorted-color-poker-chips-casino-token-gambling-game-poker-chips-icon-material-camera-icon-poster-phone-icon', '', 'inherit', 'open', 'closed', '', 'png-transparent-six-assorted-color-poker-chips-casino-token-gambling-game-poker-chips-icon-material-camera-icon-poster-phone-icon', '', '', '2024-08-02 06:59:52', '2024-08-02 06:59:52', '', 7, 'https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/png-transparent-six-assorted-color-poker-chips-casino-token-gambling-game-poker-chips-icon-material-camera-icon-poster-phone-icon.png', 0, 'attachment', 'image/png', 0),
(202, 1, '2024-08-02 07:01:29', '2024-08-02 07:01:29', '', 'casino-chips-black-icon-gambling-game-symbol_53562-18470', '', 'inherit', 'open', 'closed', '', 'casino-chips-black-icon-gambling-game-symbol_53562-18470', '', '', '2024-08-02 07:01:29', '2024-08-02 07:01:29', '', 7, 'https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/casino-chips-black-icon-gambling-game-symbol_53562-18470.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `TI9k8mggE_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(203, 1, '2024-08-02 07:01:43', '2024-08-02 07:01:43', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://diginspire.in/wordpress_2\">\n							<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#gamescroll\">\n						Explore Games Now\n					</a>\n<!-- /23197884379/1 -->\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Brain Exercise </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Burning Balls</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/3549847.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/3549847.webp 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/3549847-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Car Breaker </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512.webp 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Chicken Shooter</h2>		\n			<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Choose True Colors</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/christmas-gifts-icon.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/christmas-gifts-icon.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/christmas-gifts-icon-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/christmas-gifts-icon-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Christmas Gift</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Christmas Ant Run</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-5.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-5.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-5-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Coin Snake</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-6.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-6.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-6-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Collect Same Balls</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-7.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-7.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-7-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Color Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Color Match</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/arrowpatching\">\n							<img width=\"218\" height=\"231\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.png\" alt=\"\" loading=\"lazy\" />								</a>\n			<h2>Arrow Patching</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/animalandstar\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Animal and Star</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/angrybubble\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Angry Bubble</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/alienonearth\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Alien On Earth</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/airbattlemission\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Air Battle Mission </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/advantureousboyrun\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Adventurous Boy Run</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2048\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>2048</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/bottleclimbing\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.png 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Bottle Climbing</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/bemillionaire\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Be Millionaire</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ballout\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Out</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/balloonpop\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-300x300.jpg 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Balloon Pop</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ballbouncerwall\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Bouncer Wall</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-08-02 07:01:43', '2024-08-02 07:01:43', '', 7, 'https://diginspire.in/wordpress_2/?p=203', 0, 'revision', '', 0),
(204, 1, '2024-08-02 07:01:43', '2024-08-02 07:01:43', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://diginspire.in/wordpress_2\">\n							<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#gamescroll\">\n						Explore Games Now\n					</a>\n<!-- /23197884379/1 -->\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Brain Exercise </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Burning Balls</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/3549847.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/3549847.webp 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/3549847-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Car Breaker </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512.webp 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Chicken Shooter</h2>		\n			<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Choose True Colors</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/christmas-gifts-icon.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/christmas-gifts-icon.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/christmas-gifts-icon-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/christmas-gifts-icon-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Christmas Gift</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Christmas Ant Run</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-5.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-5.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-5-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Coin Snake</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-6.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-6.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-6-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Collect Same Balls</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-7.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-7.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-7-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Color Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Color Match</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-11-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dungeon Box</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/arrowpatching\">\n							<img width=\"218\" height=\"231\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.png\" alt=\"\" loading=\"lazy\" />								</a>\n			<h2>Arrow Patching</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/animalandstar\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Animal and Star</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/angrybubble\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Angry Bubble</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/alienonearth\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Alien On Earth</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/airbattlemission\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Air Battle Mission </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/advantureousboyrun\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Adventurous Boy Run</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2048\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>2048</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/bottleclimbing\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.png 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Bottle Climbing</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/bemillionaire\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Be Millionaire</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ballout\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Out</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/balloonpop\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-300x300.jpg 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Balloon Pop</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ballbouncerwall\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Bouncer Wall</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-08-02 07:01:43', '2024-08-02 07:01:43', '', 7, 'https://diginspire.in/wordpress_2/?p=204', 0, 'revision', '', 0);
INSERT INTO `TI9k8mggE_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(205, 1, '2024-08-02 07:01:44', '2024-08-02 07:01:44', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://diginspire.in/wordpress_2\">\n							<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#gamescroll\">\n						Explore Games Now\n					</a>\n<!-- /23197884379/1 -->\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Brain Exercise </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Burning Balls</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/3549847.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/3549847.webp 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/3549847-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Car Breaker </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512.webp 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Chicken Shooter</h2>		\n			<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Choose True Colors</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/christmas-gifts-icon.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/christmas-gifts-icon.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/christmas-gifts-icon-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/christmas-gifts-icon-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Christmas Gift</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Christmas Ant Run</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-5.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-5.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-5-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Coin Snake</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-6.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-6.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-6-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Collect Same Balls</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-7.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-7.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-7-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Color Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Color Match</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"360\" height=\"340\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/casino-chips-black-icon-gambling-game-symbol_53562-18470.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/casino-chips-black-icon-gambling-game-symbol_53562-18470.jpg 360w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/casino-chips-black-icon-gambling-game-symbol_53562-18470-300x283.jpg 300w\" sizes=\"(max-width: 360px) 100vw, 360px\" />								</a>\n			<h2>Cookies Bookies</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/arrowpatching\">\n							<img width=\"218\" height=\"231\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.png\" alt=\"\" loading=\"lazy\" />								</a>\n			<h2>Arrow Patching</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/animalandstar\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Animal and Star</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/angrybubble\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Angry Bubble</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/alienonearth\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Alien On Earth</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/airbattlemission\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Air Battle Mission </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/advantureousboyrun\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Adventurous Boy Run</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2048\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>2048</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/bottleclimbing\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.png 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Bottle Climbing</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/bemillionaire\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Be Millionaire</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ballout\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Out</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/balloonpop\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-300x300.jpg 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Balloon Pop</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ballbouncerwall\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Bouncer Wall</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-08-02 07:01:44', '2024-08-02 07:01:44', '', 7, 'https://diginspire.in/wordpress_2/?p=205', 0, 'revision', '', 0),
(206, 1, '2024-08-02 07:02:38', '2024-08-02 07:02:38', '', 'free-sport-game-batsman-cricket-player-bat-ball-pad-gloves-helmet-29296', '', 'inherit', 'open', 'closed', '', 'free-sport-game-batsman-cricket-player-bat-ball-pad-gloves-helmet-29296', '', '', '2024-08-02 07:02:38', '2024-08-02 07:02:38', '', 7, 'https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/free-sport-game-batsman-cricket-player-bat-ball-pad-gloves-helmet-29296.webp', 0, 'attachment', 'image/webp', 0),
(207, 1, '2024-08-02 07:03:23', '2024-08-02 07:03:23', '', 'Crossy_Road_icon', '', 'inherit', 'open', 'closed', '', 'crossy_road_icon', '', '', '2024-08-02 07:03:23', '2024-08-02 07:03:23', '', 7, 'https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/Crossy_Road_icon.jpeg', 0, 'attachment', 'image/jpeg', 0),
(208, 1, '2024-08-02 07:03:45', '2024-08-02 07:03:45', '', 'png-clipart-crossy-road-video-game-android-crossy-road-game-angle', '', 'inherit', 'open', 'closed', '', 'png-clipart-crossy-road-video-game-android-crossy-road-game-angle', '', '', '2024-08-02 07:03:45', '2024-08-02 07:03:45', '', 7, 'https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/png-clipart-crossy-road-video-game-android-crossy-road-game-angle.png', 0, 'attachment', 'image/png', 0),
(209, 1, '2024-08-02 07:04:07', '2024-08-02 07:04:07', '', 'unnamed (2)', '', 'inherit', 'open', 'closed', '', 'unnamed-2-4', '', '', '2024-08-02 07:04:07', '2024-08-02 07:04:07', '', 7, 'https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(210, 1, '2024-08-02 07:04:30', '2024-08-02 07:04:30', '', '1354be628b798ec200c60d9d7f5c62ca', '{\"uid\":\"F32DE59F-EC44-49F6-B763-EDB845E67DED_1619525134857\",\"source\":\"other\",\"origin\":\"gallery\",\"sources\":[\"331738955005211\"]}', 'inherit', 'open', 'closed', '', '1354be628b798ec200c60d9d7f5c62ca', '', '', '2024-08-02 07:04:30', '2024-08-02 07:04:30', '', 7, 'https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/1354be628b798ec200c60d9d7f5c62ca.jpg', 0, 'attachment', 'image/jpeg', 0),
(212, 1, '2024-08-02 07:05:42', '2024-08-02 07:05:42', '', 'icon_20231120020716655abf54cf06b', '', 'inherit', 'open', 'closed', '', 'icon_20231120020716655abf54cf06b', '', '', '2024-08-02 07:05:42', '2024-08-02 07:05:42', '', 7, 'https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon_20231120020716655abf54cf06b.webp', 0, 'attachment', 'image/webp', 0),
(213, 1, '2024-08-02 07:07:22', '2024-08-02 07:07:22', '', 'images (8)', '', 'inherit', 'open', 'closed', '', 'images-8', '', '', '2024-08-02 07:07:22', '2024-08-02 07:07:22', '', 7, 'https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-8.jpeg', 0, 'attachment', 'image/jpeg', 0),
(214, 1, '2024-08-02 07:08:26', '2024-08-02 07:08:26', '', 'dark-cave-forest-with-path-through-it-game-background-vector-illustration_597121-539', '', 'inherit', 'open', 'closed', '', 'dark-cave-forest-with-path-through-it-game-background-vector-illustration_597121-539', '', '', '2024-08-02 07:08:26', '2024-08-02 07:08:26', '', 7, 'https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/dark-cave-forest-with-path-through-it-game-background-vector-illustration_597121-539.jpg', 0, 'attachment', 'image/jpeg', 0),
(215, 1, '2024-08-02 07:08:40', '2024-08-02 07:08:40', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://diginspire.in/wordpress_2\">\n							<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#gamescroll\">\n						Explore Games Now\n					</a>\n<!-- /23197884379/1 -->\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Brain Exercise </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Burning Balls</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/3549847.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/3549847.webp 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/3549847-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Car Breaker </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512.webp 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Chicken Shooter</h2>		\n			<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Choose True Colors</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/christmas-gifts-icon.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/christmas-gifts-icon.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/christmas-gifts-icon-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/christmas-gifts-icon-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Christmas Gift</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Christmas Ant Run</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-5.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-5.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-5-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Coin Snake</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-6.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-6.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-6-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Collect Same Balls</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-7.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-7.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-7-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Color Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Color Match</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"360\" height=\"340\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/casino-chips-black-icon-gambling-game-symbol_53562-18470.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/casino-chips-black-icon-gambling-game-symbol_53562-18470.jpg 360w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/casino-chips-black-icon-gambling-game-symbol_53562-18470-300x283.jpg 300w\" sizes=\"(max-width: 360px) 100vw, 360px\" />								</a>\n			<h2>Cookies Bookies</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/arrowpatching\">\n							<img width=\"218\" height=\"231\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.png\" alt=\"\" loading=\"lazy\" />								</a>\n			<h2>Arrow Patching</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/animalandstar\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Animal and Star</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/angrybubble\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Angry Bubble</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/alienonearth\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Alien On Earth</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/airbattlemission\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Air Battle Mission </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/advantureousboyrun\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Adventurous Boy Run</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2048\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>2048</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/bottleclimbing\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.png 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Bottle Climbing</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/bemillionaire\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Be Millionaire</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ballout\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Out</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/balloonpop\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-300x300.jpg 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Balloon Pop</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ballbouncerwall\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Bouncer Wall</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-08-02 07:08:40', '2024-08-02 07:08:40', '', 7, 'https://diginspire.in/wordpress_2/?p=215', 0, 'revision', '', 0);
INSERT INTO `TI9k8mggE_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(216, 1, '2024-08-02 07:08:41', '2024-08-02 07:08:41', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://diginspire.in/wordpress_2\">\n							<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#gamescroll\">\n						Explore Games Now\n					</a>\n<!-- /23197884379/1 -->\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Brain Exercise </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Burning Balls</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/3549847.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/3549847.webp 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/3549847-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Car Breaker </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512.webp 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Chicken Shooter</h2>		\n			<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Choose True Colors</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/christmas-gifts-icon.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/christmas-gifts-icon.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/christmas-gifts-icon-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/christmas-gifts-icon-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Christmas Gift</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Christmas Ant Run</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-5.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-5.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-5-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Coin Snake</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-6.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-6.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-6-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Collect Same Balls</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-7.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-7.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-7-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Color Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Color Match</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"360\" height=\"340\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/casino-chips-black-icon-gambling-game-symbol_53562-18470.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/casino-chips-black-icon-gambling-game-symbol_53562-18470.jpg 360w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/casino-chips-black-icon-gambling-game-symbol_53562-18470-300x283.jpg 300w\" sizes=\"(max-width: 360px) 100vw, 360px\" />								</a>\n			<h2>Cookies Bookies</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-12-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Jugglers Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-14-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Sky Jump KARA</h2>		\n															<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-15-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />															\n			<h2>WWII Air Battle</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/icon-256-17-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Coloring Book</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/arrowpatching\">\n							<img width=\"218\" height=\"231\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.png\" alt=\"\" loading=\"lazy\" />								</a>\n			<h2>Arrow Patching</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/animalandstar\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Animal and Star</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/angrybubble\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Angry Bubble</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/alienonearth\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Alien On Earth</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/airbattlemission\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Air Battle Mission </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/advantureousboyrun\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Adventurous Boy Run</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2048\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>2048</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/bottleclimbing\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.png 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Bottle Climbing</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/bemillionaire\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Be Millionaire</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ballout\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Out</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/balloonpop\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-300x300.jpg 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Balloon Pop</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ballbouncerwall\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Bouncer Wall</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-08-02 07:08:41', '2024-08-02 07:08:41', '', 7, 'https://diginspire.in/wordpress_2/?p=216', 0, 'revision', '', 0),
(217, 1, '2024-08-02 07:08:41', '2024-08-02 07:08:41', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://diginspire.in/wordpress_2\">\n							<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#gamescroll\">\n						Explore Games Now\n					</a>\n<!-- /23197884379/1 -->\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Brain Exercise </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Burning Balls</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/3549847.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/3549847.webp 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/3549847-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Car Breaker </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512.webp 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Chicken Shooter</h2>		\n			<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Choose True Colors</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/christmas-gifts-icon.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/christmas-gifts-icon.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/christmas-gifts-icon-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/christmas-gifts-icon-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Christmas Gift</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Christmas Ant Run</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-5.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-5.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-5-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Coin Snake</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-6.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-6.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-6-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Collect Same Balls</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-7.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-7.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-7-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Color Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Color Match</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"360\" height=\"340\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/casino-chips-black-icon-gambling-game-symbol_53562-18470.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/casino-chips-black-icon-gambling-game-symbol_53562-18470.jpg 360w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/casino-chips-black-icon-gambling-game-symbol_53562-18470-300x283.jpg 300w\" sizes=\"(max-width: 360px) 100vw, 360px\" />								</a>\n			<h2>Cookies Bookies</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/free-sport-game-batsman-cricket-player-bat-ball-pad-gloves-helmet-29296.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/free-sport-game-batsman-cricket-player-bat-ball-pad-gloves-helmet-29296.webp 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/free-sport-game-batsman-cricket-player-bat-ball-pad-gloves-helmet-29296-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Cricket Batter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"750\" height=\"750\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/1354be628b798ec200c60d9d7f5c62ca.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/1354be628b798ec200c60d9d7f5c62ca.jpg 750w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/1354be628b798ec200c60d9d7f5c62ca-300x300.jpg 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/1354be628b798ec200c60d9d7f5c62ca-150x150.jpg 150w\" sizes=\"(max-width: 750px) 100vw, 750px\" />								</a>\n			<h2>Crossy Road</h2>		\n															<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon_20231120020716655abf54cf06b.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon_20231120020716655abf54cf06b.webp 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon_20231120020716655abf54cf06b-300x300.webp 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon_20231120020716655abf54cf06b-150x150.webp 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<h2>Cute Dress Up</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"626\" height=\"626\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/dark-cave-forest-with-path-through-it-game-background-vector-illustration_597121-539.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/dark-cave-forest-with-path-through-it-game-background-vector-illustration_597121-539.jpg 626w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/dark-cave-forest-with-path-through-it-game-background-vector-illustration_597121-539-300x300.jpg 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/dark-cave-forest-with-path-through-it-game-background-vector-illustration_597121-539-150x150.jpg 150w\" sizes=\"(max-width: 626px) 100vw, 626px\" />								</a>\n			<h2>Dark Forest</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/arrowpatching\">\n							<img width=\"218\" height=\"231\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.png\" alt=\"\" loading=\"lazy\" />								</a>\n			<h2>Arrow Patching</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/animalandstar\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Animal and Star</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/angrybubble\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Angry Bubble</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/alienonearth\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Alien On Earth</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/airbattlemission\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Air Battle Mission </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/advantureousboyrun\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Adventurous Boy Run</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2048\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>2048</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/bottleclimbing\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.png 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Bottle Climbing</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/bemillionaire\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Be Millionaire</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ballout\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Out</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/balloonpop\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-300x300.jpg 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Balloon Pop</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ballbouncerwall\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Bouncer Wall</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-08-02 07:08:41', '2024-08-02 07:08:41', '', 7, 'https://diginspire.in/wordpress_2/?p=217', 0, 'revision', '', 0),
(218, 1, '2024-08-02 07:09:21', '2024-08-02 07:09:21', '', 'd8usybz-d4ed4f9b-3f60-454f-abed-5c19a5904742', '', 'inherit', 'open', 'closed', '', 'd8usybz-d4ed4f9b-3f60-454f-abed-5c19a5904742', '', '', '2024-08-02 07:09:21', '2024-08-02 07:09:21', '', 7, 'https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/d8usybz-d4ed4f9b-3f60-454f-abed-5c19a5904742.png', 0, 'attachment', 'image/png', 0),
(219, 1, '2024-08-02 07:10:15', '2024-08-02 07:10:15', '', 'images (2)', '', 'inherit', 'open', 'closed', '', 'images-2-3', '', '', '2024-08-02 07:10:15', '2024-08-02 07:10:15', '', 7, 'https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.png', 0, 'attachment', 'image/png', 0),
(220, 1, '2024-08-02 07:11:05', '2024-08-02 07:11:05', '', 'images (9)', '', 'inherit', 'open', 'closed', '', 'images-9', '', '', '2024-08-02 07:11:05', '2024-08-02 07:11:05', '', 7, 'https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-9.jpeg', 0, 'attachment', 'image/jpeg', 0),
(221, 1, '2024-08-02 07:11:54', '2024-08-02 07:11:54', '', 'images (10)', '', 'inherit', 'open', 'closed', '', 'images-10', '', '', '2024-08-02 07:11:54', '2024-08-02 07:11:54', '', 7, 'https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-10.jpeg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `TI9k8mggE_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(222, 1, '2024-08-02 07:12:16', '2024-08-02 07:12:16', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://diginspire.in/wordpress_2\">\n							<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#gamescroll\">\n						Explore Games Now\n					</a>\n<!-- /23197884379/1 -->\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Brain Exercise </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Burning Balls</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/3549847.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/3549847.webp 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/3549847-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Car Breaker </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512.webp 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Chicken Shooter</h2>		\n			<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Choose True Colors</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/christmas-gifts-icon.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/christmas-gifts-icon.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/christmas-gifts-icon-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/christmas-gifts-icon-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Christmas Gift</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Christmas Ant Run</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-5.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-5.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-5-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Coin Snake</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-6.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-6.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-6-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Collect Same Balls</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-7.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-7.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-7-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Color Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Color Match</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"360\" height=\"340\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/casino-chips-black-icon-gambling-game-symbol_53562-18470.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/casino-chips-black-icon-gambling-game-symbol_53562-18470.jpg 360w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/casino-chips-black-icon-gambling-game-symbol_53562-18470-300x283.jpg 300w\" sizes=\"(max-width: 360px) 100vw, 360px\" />								</a>\n			<h2>Cookies Bookies</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/free-sport-game-batsman-cricket-player-bat-ball-pad-gloves-helmet-29296.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/free-sport-game-batsman-cricket-player-bat-ball-pad-gloves-helmet-29296.webp 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/free-sport-game-batsman-cricket-player-bat-ball-pad-gloves-helmet-29296-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Cricket Batter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"750\" height=\"750\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/1354be628b798ec200c60d9d7f5c62ca.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/1354be628b798ec200c60d9d7f5c62ca.jpg 750w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/1354be628b798ec200c60d9d7f5c62ca-300x300.jpg 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/1354be628b798ec200c60d9d7f5c62ca-150x150.jpg 150w\" sizes=\"(max-width: 750px) 100vw, 750px\" />								</a>\n			<h2>Crossy Road</h2>		\n															<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon_20231120020716655abf54cf06b.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon_20231120020716655abf54cf06b.webp 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon_20231120020716655abf54cf06b-300x300.webp 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon_20231120020716655abf54cf06b-150x150.webp 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<h2>Cute Dress Up</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"626\" height=\"626\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/dark-cave-forest-with-path-through-it-game-background-vector-illustration_597121-539.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/dark-cave-forest-with-path-through-it-game-background-vector-illustration_597121-539.jpg 626w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/dark-cave-forest-with-path-through-it-game-background-vector-illustration_597121-539-300x300.jpg 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/dark-cave-forest-with-path-through-it-game-background-vector-illustration_597121-539-150x150.jpg 150w\" sizes=\"(max-width: 626px) 100vw, 626px\" />								</a>\n			<h2>Dark Forest</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/arrowpatching\">\n							<img width=\"218\" height=\"231\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.png\" alt=\"\" loading=\"lazy\" />								</a>\n			<h2>Arrow Patching</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/animalandstar\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Animal and Star</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/angrybubble\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Angry Bubble</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/alienonearth\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Alien On Earth</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/airbattlemission\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Air Battle Mission </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/advantureousboyrun\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Adventurous Boy Run</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2048\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>2048</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/bottleclimbing\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.png 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Bottle Climbing</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/bemillionaire\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Be Millionaire</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ballout\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Out</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/balloonpop\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-300x300.jpg 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Balloon Pop</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ballbouncerwall\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Bouncer Wall</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-08-02 07:12:16', '2024-08-02 07:12:16', '', 7, 'https://diginspire.in/wordpress_2/?p=222', 0, 'revision', '', 0),
(223, 1, '2024-08-02 07:12:16', '2024-08-02 07:12:16', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://diginspire.in/wordpress_2\">\n							<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#gamescroll\">\n						Explore Games Now\n					</a>\n<!-- /23197884379/1 -->\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Brain Exercise </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Burning Balls</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/3549847.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/3549847.webp 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/3549847-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Car Breaker </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512.webp 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Chicken Shooter</h2>		\n			<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Choose True Colors</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/christmas-gifts-icon.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/christmas-gifts-icon.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/christmas-gifts-icon-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/christmas-gifts-icon-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Christmas Gift</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Christmas Ant Run</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-5.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-5.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-5-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Coin Snake</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-6.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-6.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-6-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Collect Same Balls</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-7.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-7.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-7-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Color Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Color Match</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"360\" height=\"340\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/casino-chips-black-icon-gambling-game-symbol_53562-18470.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/casino-chips-black-icon-gambling-game-symbol_53562-18470.jpg 360w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/casino-chips-black-icon-gambling-game-symbol_53562-18470-300x283.jpg 300w\" sizes=\"(max-width: 360px) 100vw, 360px\" />								</a>\n			<h2>Cookies Bookies</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/free-sport-game-batsman-cricket-player-bat-ball-pad-gloves-helmet-29296.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/free-sport-game-batsman-cricket-player-bat-ball-pad-gloves-helmet-29296.webp 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/free-sport-game-batsman-cricket-player-bat-ball-pad-gloves-helmet-29296-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Cricket Batter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"750\" height=\"750\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/1354be628b798ec200c60d9d7f5c62ca.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/1354be628b798ec200c60d9d7f5c62ca.jpg 750w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/1354be628b798ec200c60d9d7f5c62ca-300x300.jpg 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/1354be628b798ec200c60d9d7f5c62ca-150x150.jpg 150w\" sizes=\"(max-width: 750px) 100vw, 750px\" />								</a>\n			<h2>Crossy Road</h2>		\n															<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon_20231120020716655abf54cf06b.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon_20231120020716655abf54cf06b.webp 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon_20231120020716655abf54cf06b-300x300.webp 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon_20231120020716655abf54cf06b-150x150.webp 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<h2>Cute Dress Up</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"626\" height=\"626\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/dark-cave-forest-with-path-through-it-game-background-vector-illustration_597121-539.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/dark-cave-forest-with-path-through-it-game-background-vector-illustration_597121-539.jpg 626w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/dark-cave-forest-with-path-through-it-game-background-vector-illustration_597121-539-300x300.jpg 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/dark-cave-forest-with-path-through-it-game-background-vector-illustration_597121-539-150x150.jpg 150w\" sizes=\"(max-width: 626px) 100vw, 626px\" />								</a>\n			<h2>Dark Forest</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/arrowpatching\">\n							<img width=\"218\" height=\"231\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.png\" alt=\"\" loading=\"lazy\" />								</a>\n			<h2>Arrow Patching</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/animalandstar\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-4-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Animal and Star</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/angrybubble\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Angry Bubble</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/alienonearth\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/alienonearth-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Alien On Earth</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/airbattlemission\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Air Battle Mission </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/advantureousboyrun\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Adventurous Boy Run</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2048\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>2048</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/bottleclimbing\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.png 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Bottle Climbing</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/bemillionaire\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Be Millionaire</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ballout\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Out</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/balloonpop\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-300x300.jpg 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Balloon Pop</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ballbouncerwall\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Bouncer Wall</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-08-02 07:12:16', '2024-08-02 07:12:16', '', 7, 'https://diginspire.in/wordpress_2/?p=223', 0, 'revision', '', 0);
INSERT INTO `TI9k8mggE_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(224, 1, '2024-08-02 07:12:17', '2024-08-02 07:12:17', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://diginspire.in/wordpress_2\">\n							<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#gamescroll\">\n						Explore Games Now\n					</a>\n<!-- /23197884379/1 -->\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Brain Exercise </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Burning Balls</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/3549847.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/3549847.webp 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/3549847-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Car Breaker </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512.webp 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Chicken Shooter</h2>		\n			<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Choose True Colors</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/christmas-gifts-icon.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/christmas-gifts-icon.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/christmas-gifts-icon-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/christmas-gifts-icon-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Christmas Gift</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Christmas Ant Run</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-5.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-5.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-5-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Coin Snake</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-6.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-6.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-6-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Collect Same Balls</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-7.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-7.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-7-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Color Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Color Match</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"360\" height=\"340\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/casino-chips-black-icon-gambling-game-symbol_53562-18470.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/casino-chips-black-icon-gambling-game-symbol_53562-18470.jpg 360w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/casino-chips-black-icon-gambling-game-symbol_53562-18470-300x283.jpg 300w\" sizes=\"(max-width: 360px) 100vw, 360px\" />								</a>\n			<h2>Cookies Bookies</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/free-sport-game-batsman-cricket-player-bat-ball-pad-gloves-helmet-29296.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/free-sport-game-batsman-cricket-player-bat-ball-pad-gloves-helmet-29296.webp 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/free-sport-game-batsman-cricket-player-bat-ball-pad-gloves-helmet-29296-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Cricket Batter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"750\" height=\"750\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/1354be628b798ec200c60d9d7f5c62ca.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/1354be628b798ec200c60d9d7f5c62ca.jpg 750w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/1354be628b798ec200c60d9d7f5c62ca-300x300.jpg 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/1354be628b798ec200c60d9d7f5c62ca-150x150.jpg 150w\" sizes=\"(max-width: 750px) 100vw, 750px\" />								</a>\n			<h2>Crossy Road</h2>		\n															<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon_20231120020716655abf54cf06b.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon_20231120020716655abf54cf06b.webp 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon_20231120020716655abf54cf06b-300x300.webp 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon_20231120020716655abf54cf06b-150x150.webp 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<h2>Cute Dress Up</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"626\" height=\"626\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/dark-cave-forest-with-path-through-it-game-background-vector-illustration_597121-539.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/dark-cave-forest-with-path-through-it-game-background-vector-illustration_597121-539.jpg 626w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/dark-cave-forest-with-path-through-it-game-background-vector-illustration_597121-539-300x300.jpg 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/dark-cave-forest-with-path-through-it-game-background-vector-illustration_597121-539-150x150.jpg 150w\" sizes=\"(max-width: 626px) 100vw, 626px\" />								</a>\n			<h2>Dark Forest</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/arrowpatching\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/d8usybz-d4ed4f9b-3f60-454f-abed-5c19a5904742.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/d8usybz-d4ed4f9b-3f60-454f-abed-5c19a5904742.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/d8usybz-d4ed4f9b-3f60-454f-abed-5c19a5904742-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dark Knight Rider</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/animalandstar\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.png 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2-150x150.png 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Dash Color Switch</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/angrybubble\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-9.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-9.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-9-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Dashing Donut</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/alienonearth\">\n							<img width=\"211\" height=\"238\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-10.jpeg\" alt=\"\" loading=\"lazy\" />								</a>\n			<h2>Diamond Robber</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/airbattlemission\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Air Battle Mission </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/advantureousboyrun\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Adventurous Boy Run</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2048\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>2048</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/bottleclimbing\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.png 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Bottle Climbing</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/bemillionaire\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Be Millionaire</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ballout\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Out</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/balloonpop\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-300x300.jpg 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Balloon Pop</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ballbouncerwall\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Bouncer Wall</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-08-02 07:12:17', '2024-08-02 07:12:17', '', 7, 'https://diginspire.in/wordpress_2/?p=224', 0, 'revision', '', 0),
(225, 1, '2024-08-02 07:13:11', '2024-08-02 07:13:11', '', 'images (10)', '', 'inherit', 'open', 'closed', '', 'images-10-2', '', '', '2024-08-02 07:13:11', '2024-08-02 07:13:11', '', 7, 'https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-10-1.jpeg', 0, 'attachment', 'image/jpeg', 0),
(226, 1, '2024-08-02 07:13:52', '2024-08-02 07:13:52', '', 'unnamed (5)', '', 'inherit', 'open', 'closed', '', 'unnamed-5', '', '', '2024-08-02 07:13:52', '2024-08-02 07:13:52', '', 7, 'https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-5.webp', 0, 'attachment', 'image/webp', 0),
(228, 1, '2024-08-02 07:15:08', '2024-08-02 07:15:08', '', 'unnamed (3)', '', 'inherit', 'open', 'closed', '', 'unnamed-3-2', '', '', '2024-08-02 07:15:08', '2024-08-02 07:15:08', '', 7, 'https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3.png', 0, 'attachment', 'image/png', 0),
(229, 1, '2024-08-02 07:15:28', '2024-08-02 07:15:28', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://diginspire.in/wordpress_2\">\n							<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#gamescroll\">\n						Explore Games Now\n					</a>\n<!-- /23197884379/1 -->\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Brain Exercise </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Burning Balls</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/3549847.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/3549847.webp 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/3549847-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Car Breaker </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512.webp 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Chicken Shooter</h2>		\n			<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Choose True Colors</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/christmas-gifts-icon.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/christmas-gifts-icon.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/christmas-gifts-icon-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/christmas-gifts-icon-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Christmas Gift</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Christmas Ant Run</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-5.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-5.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-5-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Coin Snake</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-6.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-6.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-6-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Collect Same Balls</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-7.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-7.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-7-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Color Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Color Match</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"360\" height=\"340\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/casino-chips-black-icon-gambling-game-symbol_53562-18470.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/casino-chips-black-icon-gambling-game-symbol_53562-18470.jpg 360w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/casino-chips-black-icon-gambling-game-symbol_53562-18470-300x283.jpg 300w\" sizes=\"(max-width: 360px) 100vw, 360px\" />								</a>\n			<h2>Cookies Bookies</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/free-sport-game-batsman-cricket-player-bat-ball-pad-gloves-helmet-29296.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/free-sport-game-batsman-cricket-player-bat-ball-pad-gloves-helmet-29296.webp 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/free-sport-game-batsman-cricket-player-bat-ball-pad-gloves-helmet-29296-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Cricket Batter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"750\" height=\"750\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/1354be628b798ec200c60d9d7f5c62ca.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/1354be628b798ec200c60d9d7f5c62ca.jpg 750w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/1354be628b798ec200c60d9d7f5c62ca-300x300.jpg 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/1354be628b798ec200c60d9d7f5c62ca-150x150.jpg 150w\" sizes=\"(max-width: 750px) 100vw, 750px\" />								</a>\n			<h2>Crossy Road</h2>		\n															<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon_20231120020716655abf54cf06b.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon_20231120020716655abf54cf06b.webp 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon_20231120020716655abf54cf06b-300x300.webp 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon_20231120020716655abf54cf06b-150x150.webp 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<h2>Cute Dress Up</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"626\" height=\"626\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/dark-cave-forest-with-path-through-it-game-background-vector-illustration_597121-539.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/dark-cave-forest-with-path-through-it-game-background-vector-illustration_597121-539.jpg 626w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/dark-cave-forest-with-path-through-it-game-background-vector-illustration_597121-539-300x300.jpg 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/dark-cave-forest-with-path-through-it-game-background-vector-illustration_597121-539-150x150.jpg 150w\" sizes=\"(max-width: 626px) 100vw, 626px\" />								</a>\n			<h2>Dark Forest</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/arrowpatching\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/d8usybz-d4ed4f9b-3f60-454f-abed-5c19a5904742.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/d8usybz-d4ed4f9b-3f60-454f-abed-5c19a5904742.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/d8usybz-d4ed4f9b-3f60-454f-abed-5c19a5904742-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dark Knight Rider</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/animalandstar\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.png 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2-150x150.png 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Dash Color Switch</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/angrybubble\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-9.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-9.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-9-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Dashing Donut</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/alienonearth\">\n							<img width=\"211\" height=\"238\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-10.jpeg\" alt=\"\" loading=\"lazy\" />								</a>\n			<h2>Diamond Robber</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/airbattlemission\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Air Battle Mission </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/advantureousboyrun\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Adventurous Boy Run</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2048\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>2048</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/bottleclimbing\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.png 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Bottle Climbing</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/bemillionaire\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Be Millionaire</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ballout\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Out</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/balloonpop\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-300x300.jpg 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Balloon Pop</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ballbouncerwall\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Bouncer Wall</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-08-02 07:15:28', '2024-08-02 07:15:28', '', 7, 'https://diginspire.in/wordpress_2/?p=229', 0, 'revision', '', 0);
INSERT INTO `TI9k8mggE_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(230, 1, '2024-08-02 07:15:28', '2024-08-02 07:15:28', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://diginspire.in/wordpress_2\">\n							<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#gamescroll\">\n						Explore Games Now\n					</a>\n<!-- /23197884379/1 -->\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Brain Exercise </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Burning Balls</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/3549847.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/3549847.webp 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/3549847-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Car Breaker </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512.webp 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Chicken Shooter</h2>		\n			<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Choose True Colors</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/christmas-gifts-icon.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/christmas-gifts-icon.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/christmas-gifts-icon-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/christmas-gifts-icon-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Christmas Gift</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Christmas Ant Run</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-5.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-5.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-5-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Coin Snake</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-6.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-6.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-6-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Collect Same Balls</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-7.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-7.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-7-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Color Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Color Match</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"360\" height=\"340\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/casino-chips-black-icon-gambling-game-symbol_53562-18470.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/casino-chips-black-icon-gambling-game-symbol_53562-18470.jpg 360w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/casino-chips-black-icon-gambling-game-symbol_53562-18470-300x283.jpg 300w\" sizes=\"(max-width: 360px) 100vw, 360px\" />								</a>\n			<h2>Cookies Bookies</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/free-sport-game-batsman-cricket-player-bat-ball-pad-gloves-helmet-29296.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/free-sport-game-batsman-cricket-player-bat-ball-pad-gloves-helmet-29296.webp 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/free-sport-game-batsman-cricket-player-bat-ball-pad-gloves-helmet-29296-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Cricket Batter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"750\" height=\"750\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/1354be628b798ec200c60d9d7f5c62ca.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/1354be628b798ec200c60d9d7f5c62ca.jpg 750w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/1354be628b798ec200c60d9d7f5c62ca-300x300.jpg 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/1354be628b798ec200c60d9d7f5c62ca-150x150.jpg 150w\" sizes=\"(max-width: 750px) 100vw, 750px\" />								</a>\n			<h2>Crossy Road</h2>		\n															<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon_20231120020716655abf54cf06b.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon_20231120020716655abf54cf06b.webp 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon_20231120020716655abf54cf06b-300x300.webp 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon_20231120020716655abf54cf06b-150x150.webp 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<h2>Cute Dress Up</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"626\" height=\"626\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/dark-cave-forest-with-path-through-it-game-background-vector-illustration_597121-539.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/dark-cave-forest-with-path-through-it-game-background-vector-illustration_597121-539.jpg 626w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/dark-cave-forest-with-path-through-it-game-background-vector-illustration_597121-539-300x300.jpg 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/dark-cave-forest-with-path-through-it-game-background-vector-illustration_597121-539-150x150.jpg 150w\" sizes=\"(max-width: 626px) 100vw, 626px\" />								</a>\n			<h2>Dark Forest</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/arrowpatching\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/d8usybz-d4ed4f9b-3f60-454f-abed-5c19a5904742.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/d8usybz-d4ed4f9b-3f60-454f-abed-5c19a5904742.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/d8usybz-d4ed4f9b-3f60-454f-abed-5c19a5904742-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dark Knight Rider</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/animalandstar\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.png 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2-150x150.png 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Dash Color Switch</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/angrybubble\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-9.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-9.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-9-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Dashing Donut</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/alienonearth\">\n							<img width=\"211\" height=\"238\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-10.jpeg\" alt=\"\" loading=\"lazy\" />								</a>\n			<h2>Diamond Robber</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/airbattlemission\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Air Battle Mission </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/advantureousboyrun\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Adventurous Boy Run</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2048\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>2048</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/bottleclimbing\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.png 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Bottle Climbing</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/bemillionaire\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Be Millionaire</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ballout\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Out</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/balloonpop\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-300x300.jpg 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Balloon Pop</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ballbouncerwall\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Bouncer Wall</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-08-02 07:15:28', '2024-08-02 07:15:28', '', 7, 'https://diginspire.in/wordpress_2/?p=230', 0, 'revision', '', 0),
(231, 1, '2024-08-02 07:15:29', '2024-08-02 07:15:29', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://diginspire.in/wordpress_2\">\n							<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#gamescroll\">\n						Explore Games Now\n					</a>\n<!-- /23197884379/1 -->\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Brain Exercise </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Burning Balls</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/3549847.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/3549847.webp 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/3549847-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Car Breaker </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512.webp 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Chicken Shooter</h2>		\n			<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Choose True Colors</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/christmas-gifts-icon.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/christmas-gifts-icon.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/christmas-gifts-icon-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/christmas-gifts-icon-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Christmas Gift</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Christmas Ant Run</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-5.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-5.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-5-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Coin Snake</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-6.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-6.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-6-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Collect Same Balls</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-7.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-7.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-7-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Color Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Color Match</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"360\" height=\"340\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/casino-chips-black-icon-gambling-game-symbol_53562-18470.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/casino-chips-black-icon-gambling-game-symbol_53562-18470.jpg 360w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/casino-chips-black-icon-gambling-game-symbol_53562-18470-300x283.jpg 300w\" sizes=\"(max-width: 360px) 100vw, 360px\" />								</a>\n			<h2>Cookies Bookies</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/free-sport-game-batsman-cricket-player-bat-ball-pad-gloves-helmet-29296.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/free-sport-game-batsman-cricket-player-bat-ball-pad-gloves-helmet-29296.webp 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/free-sport-game-batsman-cricket-player-bat-ball-pad-gloves-helmet-29296-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Cricket Batter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"750\" height=\"750\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/1354be628b798ec200c60d9d7f5c62ca.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/1354be628b798ec200c60d9d7f5c62ca.jpg 750w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/1354be628b798ec200c60d9d7f5c62ca-300x300.jpg 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/1354be628b798ec200c60d9d7f5c62ca-150x150.jpg 150w\" sizes=\"(max-width: 750px) 100vw, 750px\" />								</a>\n			<h2>Crossy Road</h2>		\n															<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon_20231120020716655abf54cf06b.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon_20231120020716655abf54cf06b.webp 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon_20231120020716655abf54cf06b-300x300.webp 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon_20231120020716655abf54cf06b-150x150.webp 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<h2>Cute Dress Up</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"626\" height=\"626\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/dark-cave-forest-with-path-through-it-game-background-vector-illustration_597121-539.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/dark-cave-forest-with-path-through-it-game-background-vector-illustration_597121-539.jpg 626w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/dark-cave-forest-with-path-through-it-game-background-vector-illustration_597121-539-300x300.jpg 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/dark-cave-forest-with-path-through-it-game-background-vector-illustration_597121-539-150x150.jpg 150w\" sizes=\"(max-width: 626px) 100vw, 626px\" />								</a>\n			<h2>Dark Forest</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/arrowpatching\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/d8usybz-d4ed4f9b-3f60-454f-abed-5c19a5904742.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/d8usybz-d4ed4f9b-3f60-454f-abed-5c19a5904742.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/d8usybz-d4ed4f9b-3f60-454f-abed-5c19a5904742-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dark Knight Rider</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/animalandstar\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.png 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2-150x150.png 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Dash Color Switch</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/angrybubble\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-9.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-9.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-9-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Dashing Donut</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/alienonearth\">\n							<img width=\"211\" height=\"238\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-10.jpeg\" alt=\"\" loading=\"lazy\" />								</a>\n			<h2>Diamond Robber</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/airbattlemission\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-5.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-5.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-5-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Dragon Fish</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/advantureousboyrun\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Drive Safe</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2048\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>2048</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/bottleclimbing\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.png 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Bottle Climbing</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/bemillionaire\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Be Millionaire</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ballout\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Out</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/balloonpop\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-300x300.jpg 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Balloon Pop</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ballbouncerwall\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Bouncer Wall</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-08-02 07:15:29', '2024-08-02 07:15:29', '', 7, 'https://diginspire.in/wordpress_2/?p=231', 0, 'revision', '', 0),
(232, 1, '2024-08-02 07:16:40', '2024-08-02 07:16:40', '', 'images (3)', '', 'inherit', 'open', 'closed', '', 'images-3-2', '', '', '2024-08-02 07:16:40', '2024-08-02 07:16:40', '', 7, 'https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.png', 0, 'attachment', 'image/png', 0),
(233, 1, '2024-08-02 07:17:37', '2024-08-02 07:17:37', '', '9601282', '', 'inherit', 'open', 'closed', '', '9601282', '', '', '2024-08-02 07:17:37', '2024-08-02 07:17:37', '', 7, 'https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/9601282.png', 0, 'attachment', 'image/png', 0);
INSERT INTO `TI9k8mggE_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(234, 1, '2024-08-02 07:18:02', '2024-08-02 07:18:02', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://diginspire.in/wordpress_2\">\n							<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#gamescroll\">\n						Explore Games Now\n					</a>\n<!-- /23197884379/1 -->\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Brain Exercise </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Burning Balls</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/3549847.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/3549847.webp 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/3549847-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Car Breaker </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512.webp 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Chicken Shooter</h2>		\n			<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Choose True Colors</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/christmas-gifts-icon.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/christmas-gifts-icon.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/christmas-gifts-icon-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/christmas-gifts-icon-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Christmas Gift</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Christmas Ant Run</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-5.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-5.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-5-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Coin Snake</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-6.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-6.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-6-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Collect Same Balls</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-7.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-7.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-7-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Color Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Color Match</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"360\" height=\"340\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/casino-chips-black-icon-gambling-game-symbol_53562-18470.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/casino-chips-black-icon-gambling-game-symbol_53562-18470.jpg 360w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/casino-chips-black-icon-gambling-game-symbol_53562-18470-300x283.jpg 300w\" sizes=\"(max-width: 360px) 100vw, 360px\" />								</a>\n			<h2>Cookies Bookies</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/free-sport-game-batsman-cricket-player-bat-ball-pad-gloves-helmet-29296.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/free-sport-game-batsman-cricket-player-bat-ball-pad-gloves-helmet-29296.webp 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/free-sport-game-batsman-cricket-player-bat-ball-pad-gloves-helmet-29296-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Cricket Batter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"750\" height=\"750\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/1354be628b798ec200c60d9d7f5c62ca.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/1354be628b798ec200c60d9d7f5c62ca.jpg 750w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/1354be628b798ec200c60d9d7f5c62ca-300x300.jpg 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/1354be628b798ec200c60d9d7f5c62ca-150x150.jpg 150w\" sizes=\"(max-width: 750px) 100vw, 750px\" />								</a>\n			<h2>Crossy Road</h2>		\n															<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon_20231120020716655abf54cf06b.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon_20231120020716655abf54cf06b.webp 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon_20231120020716655abf54cf06b-300x300.webp 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon_20231120020716655abf54cf06b-150x150.webp 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<h2>Cute Dress Up</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"626\" height=\"626\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/dark-cave-forest-with-path-through-it-game-background-vector-illustration_597121-539.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/dark-cave-forest-with-path-through-it-game-background-vector-illustration_597121-539.jpg 626w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/dark-cave-forest-with-path-through-it-game-background-vector-illustration_597121-539-300x300.jpg 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/dark-cave-forest-with-path-through-it-game-background-vector-illustration_597121-539-150x150.jpg 150w\" sizes=\"(max-width: 626px) 100vw, 626px\" />								</a>\n			<h2>Dark Forest</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/arrowpatching\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/d8usybz-d4ed4f9b-3f60-454f-abed-5c19a5904742.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/d8usybz-d4ed4f9b-3f60-454f-abed-5c19a5904742.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/d8usybz-d4ed4f9b-3f60-454f-abed-5c19a5904742-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dark Knight Rider</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/animalandstar\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.png 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2-150x150.png 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Dash Color Switch</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/angrybubble\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-9.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-9.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-9-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Dashing Donut</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/alienonearth\">\n							<img width=\"211\" height=\"238\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-10.jpeg\" alt=\"\" loading=\"lazy\" />								</a>\n			<h2>Diamond Robber</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/airbattlemission\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-5.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-5.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-5-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Dragon Fish</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/advantureousboyrun\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Drive Safe</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2048\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>2048</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/bottleclimbing\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.png 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Bottle Climbing</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/bemillionaire\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Be Millionaire</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ballout\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Out</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/balloonpop\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-300x300.jpg 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Balloon Pop</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ballbouncerwall\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Bouncer Wall</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-08-02 07:18:02', '2024-08-02 07:18:02', '', 7, 'https://diginspire.in/wordpress_2/?p=234', 0, 'revision', '', 0),
(235, 1, '2024-08-02 07:18:02', '2024-08-02 07:18:02', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://diginspire.in/wordpress_2\">\n							<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#gamescroll\">\n						Explore Games Now\n					</a>\n<!-- /23197884379/1 -->\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Brain Exercise </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Burning Balls</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/3549847.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/3549847.webp 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/3549847-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Car Breaker </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512.webp 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Chicken Shooter</h2>		\n			<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Choose True Colors</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/christmas-gifts-icon.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/christmas-gifts-icon.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/christmas-gifts-icon-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/christmas-gifts-icon-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Christmas Gift</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Christmas Ant Run</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-5.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-5.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-5-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Coin Snake</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-6.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-6.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-6-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Collect Same Balls</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-7.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-7.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-7-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Color Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Color Match</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"360\" height=\"340\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/casino-chips-black-icon-gambling-game-symbol_53562-18470.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/casino-chips-black-icon-gambling-game-symbol_53562-18470.jpg 360w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/casino-chips-black-icon-gambling-game-symbol_53562-18470-300x283.jpg 300w\" sizes=\"(max-width: 360px) 100vw, 360px\" />								</a>\n			<h2>Cookies Bookies</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/free-sport-game-batsman-cricket-player-bat-ball-pad-gloves-helmet-29296.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/free-sport-game-batsman-cricket-player-bat-ball-pad-gloves-helmet-29296.webp 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/free-sport-game-batsman-cricket-player-bat-ball-pad-gloves-helmet-29296-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Cricket Batter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"750\" height=\"750\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/1354be628b798ec200c60d9d7f5c62ca.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/1354be628b798ec200c60d9d7f5c62ca.jpg 750w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/1354be628b798ec200c60d9d7f5c62ca-300x300.jpg 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/1354be628b798ec200c60d9d7f5c62ca-150x150.jpg 150w\" sizes=\"(max-width: 750px) 100vw, 750px\" />								</a>\n			<h2>Crossy Road</h2>		\n															<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon_20231120020716655abf54cf06b.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon_20231120020716655abf54cf06b.webp 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon_20231120020716655abf54cf06b-300x300.webp 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon_20231120020716655abf54cf06b-150x150.webp 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<h2>Cute Dress Up</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"626\" height=\"626\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/dark-cave-forest-with-path-through-it-game-background-vector-illustration_597121-539.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/dark-cave-forest-with-path-through-it-game-background-vector-illustration_597121-539.jpg 626w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/dark-cave-forest-with-path-through-it-game-background-vector-illustration_597121-539-300x300.jpg 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/dark-cave-forest-with-path-through-it-game-background-vector-illustration_597121-539-150x150.jpg 150w\" sizes=\"(max-width: 626px) 100vw, 626px\" />								</a>\n			<h2>Dark Forest</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/arrowpatching\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/d8usybz-d4ed4f9b-3f60-454f-abed-5c19a5904742.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/d8usybz-d4ed4f9b-3f60-454f-abed-5c19a5904742.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/d8usybz-d4ed4f9b-3f60-454f-abed-5c19a5904742-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dark Knight Rider</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/animalandstar\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.png 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2-150x150.png 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Dash Color Switch</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/angrybubble\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-9.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-9.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-9-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Dashing Donut</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/alienonearth\">\n							<img width=\"211\" height=\"238\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-10.jpeg\" alt=\"\" loading=\"lazy\" />								</a>\n			<h2>Diamond Robber</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/airbattlemission\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-5.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-5.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-5-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Dragon Fish</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/advantureousboyrun\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Drive Safe</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2048\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-1-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>2048</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/bottleclimbing\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images.png 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-150x150.png 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Bottle Climbing</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/bemillionaire\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Be Millionaire</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ballout\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Out</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/balloonpop\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-300x300.jpg 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Balloon Pop</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ballbouncerwall\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Bouncer Wall</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-08-02 07:18:02', '2024-08-02 07:18:02', '', 7, 'https://diginspire.in/wordpress_2/?p=235', 0, 'revision', '', 0);
INSERT INTO `TI9k8mggE_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(236, 1, '2024-08-02 07:18:02', '2024-08-02 07:18:02', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://diginspire.in/wordpress_2\">\n							<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#gamescroll\">\n						Explore Games Now\n					</a>\n<!-- /23197884379/1 -->\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Brain Exercise </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Burning Balls</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/3549847.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/3549847.webp 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/3549847-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Car Breaker </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512.webp 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Chicken Shooter</h2>		\n			<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Choose True Colors</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/christmas-gifts-icon.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/christmas-gifts-icon.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/christmas-gifts-icon-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/christmas-gifts-icon-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Christmas Gift</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Christmas Ant Run</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-5.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-5.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-5-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Coin Snake</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-6.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-6.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-6-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Collect Same Balls</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-7.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-7.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-7-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Color Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Color Match</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"360\" height=\"340\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/casino-chips-black-icon-gambling-game-symbol_53562-18470.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/casino-chips-black-icon-gambling-game-symbol_53562-18470.jpg 360w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/casino-chips-black-icon-gambling-game-symbol_53562-18470-300x283.jpg 300w\" sizes=\"(max-width: 360px) 100vw, 360px\" />								</a>\n			<h2>Cookies Bookies</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/free-sport-game-batsman-cricket-player-bat-ball-pad-gloves-helmet-29296.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/free-sport-game-batsman-cricket-player-bat-ball-pad-gloves-helmet-29296.webp 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/free-sport-game-batsman-cricket-player-bat-ball-pad-gloves-helmet-29296-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Cricket Batter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"750\" height=\"750\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/1354be628b798ec200c60d9d7f5c62ca.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/1354be628b798ec200c60d9d7f5c62ca.jpg 750w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/1354be628b798ec200c60d9d7f5c62ca-300x300.jpg 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/1354be628b798ec200c60d9d7f5c62ca-150x150.jpg 150w\" sizes=\"(max-width: 750px) 100vw, 750px\" />								</a>\n			<h2>Crossy Road</h2>		\n															<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon_20231120020716655abf54cf06b.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon_20231120020716655abf54cf06b.webp 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon_20231120020716655abf54cf06b-300x300.webp 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon_20231120020716655abf54cf06b-150x150.webp 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<h2>Cute Dress Up</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"626\" height=\"626\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/dark-cave-forest-with-path-through-it-game-background-vector-illustration_597121-539.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/dark-cave-forest-with-path-through-it-game-background-vector-illustration_597121-539.jpg 626w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/dark-cave-forest-with-path-through-it-game-background-vector-illustration_597121-539-300x300.jpg 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/dark-cave-forest-with-path-through-it-game-background-vector-illustration_597121-539-150x150.jpg 150w\" sizes=\"(max-width: 626px) 100vw, 626px\" />								</a>\n			<h2>Dark Forest</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/arrowpatching\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/d8usybz-d4ed4f9b-3f60-454f-abed-5c19a5904742.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/d8usybz-d4ed4f9b-3f60-454f-abed-5c19a5904742.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/d8usybz-d4ed4f9b-3f60-454f-abed-5c19a5904742-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dark Knight Rider</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/animalandstar\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.png 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2-150x150.png 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Dash Color Switch</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/angrybubble\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-9.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-9.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-9-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Dashing Donut</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/alienonearth\">\n							<img width=\"211\" height=\"238\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-10.jpeg\" alt=\"\" loading=\"lazy\" />								</a>\n			<h2>Diamond Robber</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/airbattlemission\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-5.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-5.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-5-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Dragon Fish</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/advantureousboyrun\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Drive Safe</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2048\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.png 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3-150x150.png 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Towel Balancer</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/bottleclimbing\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/9601282.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/9601282.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/9601282-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/9601282-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Universal Adventure</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/bemillionaire\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Be Millionaire</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ballout\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Out</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/balloonpop\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-300x300.jpg 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Balloon Pop</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ballbouncerwall\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Bouncer Wall</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-08-02 07:18:02', '2024-08-02 07:18:02', '', 7, 'https://diginspire.in/wordpress_2/?p=236', 0, 'revision', '', 0),
(237, 1, '2024-08-02 07:18:56', '2024-08-02 07:18:56', '', 'd4ikzdo-6fca170e-8af4-4974-9050-7646cc2f3487', '', 'inherit', 'open', 'closed', '', 'd4ikzdo-6fca170e-8af4-4974-9050-7646cc2f3487', '', '', '2024-08-02 07:18:56', '2024-08-02 07:18:56', '', 7, 'https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/d4ikzdo-6fca170e-8af4-4974-9050-7646cc2f3487.png', 0, 'attachment', 'image/png', 0),
(238, 1, '2024-08-02 07:19:39', '2024-08-02 07:19:39', '', 'images (11)', '', 'inherit', 'open', 'closed', '', 'images-11', '', '', '2024-08-02 07:19:39', '2024-08-02 07:19:39', '', 7, 'https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-11.jpeg', 0, 'attachment', 'image/jpeg', 0),
(239, 1, '2024-08-02 07:20:22', '2024-08-02 07:20:22', '', 'images (12)', '', 'inherit', 'open', 'closed', '', 'images-12', '', '', '2024-08-02 07:20:22', '2024-08-02 07:20:22', '', 7, 'https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-12.jpeg', 0, 'attachment', 'image/jpeg', 0),
(240, 1, '2024-08-02 07:21:05', '2024-08-02 07:21:05', '', 'unnamed (4)', '', 'inherit', 'open', 'closed', '', 'unnamed-4', '', '', '2024-08-02 07:21:05', '2024-08-02 07:21:05', '', 7, 'https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-4.png', 0, 'attachment', 'image/png', 0),
(241, 1, '2024-08-02 07:21:21', '2024-08-02 07:21:21', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://diginspire.in/wordpress_2\">\n							<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#gamescroll\">\n						Explore Games Now\n					</a>\n<!-- /23197884379/1 -->\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Brain Exercise </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Burning Balls</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/3549847.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/3549847.webp 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/3549847-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Car Breaker </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512.webp 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Chicken Shooter</h2>		\n			<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Choose True Colors</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/christmas-gifts-icon.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/christmas-gifts-icon.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/christmas-gifts-icon-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/christmas-gifts-icon-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Christmas Gift</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Christmas Ant Run</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-5.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-5.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-5-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Coin Snake</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-6.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-6.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-6-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Collect Same Balls</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-7.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-7.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-7-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Color Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Color Match</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"360\" height=\"340\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/casino-chips-black-icon-gambling-game-symbol_53562-18470.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/casino-chips-black-icon-gambling-game-symbol_53562-18470.jpg 360w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/casino-chips-black-icon-gambling-game-symbol_53562-18470-300x283.jpg 300w\" sizes=\"(max-width: 360px) 100vw, 360px\" />								</a>\n			<h2>Cookies Bookies</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/free-sport-game-batsman-cricket-player-bat-ball-pad-gloves-helmet-29296.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/free-sport-game-batsman-cricket-player-bat-ball-pad-gloves-helmet-29296.webp 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/free-sport-game-batsman-cricket-player-bat-ball-pad-gloves-helmet-29296-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Cricket Batter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"750\" height=\"750\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/1354be628b798ec200c60d9d7f5c62ca.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/1354be628b798ec200c60d9d7f5c62ca.jpg 750w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/1354be628b798ec200c60d9d7f5c62ca-300x300.jpg 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/1354be628b798ec200c60d9d7f5c62ca-150x150.jpg 150w\" sizes=\"(max-width: 750px) 100vw, 750px\" />								</a>\n			<h2>Crossy Road</h2>		\n															<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon_20231120020716655abf54cf06b.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon_20231120020716655abf54cf06b.webp 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon_20231120020716655abf54cf06b-300x300.webp 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon_20231120020716655abf54cf06b-150x150.webp 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<h2>Cute Dress Up</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"626\" height=\"626\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/dark-cave-forest-with-path-through-it-game-background-vector-illustration_597121-539.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/dark-cave-forest-with-path-through-it-game-background-vector-illustration_597121-539.jpg 626w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/dark-cave-forest-with-path-through-it-game-background-vector-illustration_597121-539-300x300.jpg 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/dark-cave-forest-with-path-through-it-game-background-vector-illustration_597121-539-150x150.jpg 150w\" sizes=\"(max-width: 626px) 100vw, 626px\" />								</a>\n			<h2>Dark Forest</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/arrowpatching\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/d8usybz-d4ed4f9b-3f60-454f-abed-5c19a5904742.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/d8usybz-d4ed4f9b-3f60-454f-abed-5c19a5904742.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/d8usybz-d4ed4f9b-3f60-454f-abed-5c19a5904742-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dark Knight Rider</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/animalandstar\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.png 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2-150x150.png 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Dash Color Switch</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/angrybubble\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-9.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-9.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-9-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Dashing Donut</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/alienonearth\">\n							<img width=\"211\" height=\"238\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-10.jpeg\" alt=\"\" loading=\"lazy\" />								</a>\n			<h2>Diamond Robber</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/airbattlemission\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-5.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-5.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-5-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Dragon Fish</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/advantureousboyrun\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Drive Safe</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2048\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.png 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3-150x150.png 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Towel Balancer</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/bottleclimbing\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/9601282.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/9601282.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/9601282-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/9601282-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Universal Adventure</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/bemillionaire\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Be Millionaire</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ballout\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Out</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/balloonpop\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-300x300.jpg 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Balloon Pop</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ballbouncerwall\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Bouncer Wall</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-08-02 07:21:21', '2024-08-02 07:21:21', '', 7, 'https://diginspire.in/wordpress_2/?p=241', 0, 'revision', '', 0);
INSERT INTO `TI9k8mggE_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(242, 1, '2024-08-02 07:21:21', '2024-08-02 07:21:21', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://diginspire.in/wordpress_2\">\n							<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#gamescroll\">\n						Explore Games Now\n					</a>\n<!-- /23197884379/1 -->\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Brain Exercise </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Burning Balls</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/3549847.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/3549847.webp 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/3549847-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Car Breaker </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512.webp 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Chicken Shooter</h2>		\n			<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Choose True Colors</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/christmas-gifts-icon.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/christmas-gifts-icon.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/christmas-gifts-icon-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/christmas-gifts-icon-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Christmas Gift</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Christmas Ant Run</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-5.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-5.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-5-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Coin Snake</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-6.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-6.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-6-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Collect Same Balls</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-7.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-7.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-7-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Color Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Color Match</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"360\" height=\"340\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/casino-chips-black-icon-gambling-game-symbol_53562-18470.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/casino-chips-black-icon-gambling-game-symbol_53562-18470.jpg 360w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/casino-chips-black-icon-gambling-game-symbol_53562-18470-300x283.jpg 300w\" sizes=\"(max-width: 360px) 100vw, 360px\" />								</a>\n			<h2>Cookies Bookies</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/free-sport-game-batsman-cricket-player-bat-ball-pad-gloves-helmet-29296.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/free-sport-game-batsman-cricket-player-bat-ball-pad-gloves-helmet-29296.webp 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/free-sport-game-batsman-cricket-player-bat-ball-pad-gloves-helmet-29296-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Cricket Batter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"750\" height=\"750\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/1354be628b798ec200c60d9d7f5c62ca.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/1354be628b798ec200c60d9d7f5c62ca.jpg 750w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/1354be628b798ec200c60d9d7f5c62ca-300x300.jpg 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/1354be628b798ec200c60d9d7f5c62ca-150x150.jpg 150w\" sizes=\"(max-width: 750px) 100vw, 750px\" />								</a>\n			<h2>Crossy Road</h2>		\n															<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon_20231120020716655abf54cf06b.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon_20231120020716655abf54cf06b.webp 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon_20231120020716655abf54cf06b-300x300.webp 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon_20231120020716655abf54cf06b-150x150.webp 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<h2>Cute Dress Up</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"626\" height=\"626\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/dark-cave-forest-with-path-through-it-game-background-vector-illustration_597121-539.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/dark-cave-forest-with-path-through-it-game-background-vector-illustration_597121-539.jpg 626w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/dark-cave-forest-with-path-through-it-game-background-vector-illustration_597121-539-300x300.jpg 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/dark-cave-forest-with-path-through-it-game-background-vector-illustration_597121-539-150x150.jpg 150w\" sizes=\"(max-width: 626px) 100vw, 626px\" />								</a>\n			<h2>Dark Forest</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/arrowpatching\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/d8usybz-d4ed4f9b-3f60-454f-abed-5c19a5904742.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/d8usybz-d4ed4f9b-3f60-454f-abed-5c19a5904742.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/d8usybz-d4ed4f9b-3f60-454f-abed-5c19a5904742-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dark Knight Rider</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/animalandstar\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.png 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2-150x150.png 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Dash Color Switch</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/angrybubble\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-9.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-9.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-9-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Dashing Donut</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/alienonearth\">\n							<img width=\"211\" height=\"238\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-10.jpeg\" alt=\"\" loading=\"lazy\" />								</a>\n			<h2>Diamond Robber</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/airbattlemission\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-5.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-5.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-5-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Dragon Fish</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/advantureousboyrun\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Drive Safe</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2048\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.png 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3-150x150.png 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Towel Balancer</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/bottleclimbing\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/9601282.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/9601282.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/9601282-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/9601282-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Universal Adventure</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/bemillionaire\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/de8hqbr-4174b90e-6227-489c-bf01-a8e6eff30e47-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Be Millionaire</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ballout\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Out</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/balloonpop\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon.jpg 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-300x300.jpg 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Balloon Pop</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ballbouncerwall\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Ball Bouncer Wall</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-08-02 07:21:21', '2024-08-02 07:21:21', '', 7, 'https://diginspire.in/wordpress_2/?p=242', 0, 'revision', '', 0),
(243, 1, '2024-08-02 07:21:21', '2024-08-02 07:21:21', '<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://diginspire.in/wordpress_2\">\n							<img width=\"500\" height=\"500\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1.png 500w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/07/1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Play Best Games Online</h2>		\n		<p>Discover the ultimate gaming experience with our curated selection of the best online games. Whether you\'re a fan of action-packed adventures, strategic challenges, or immersive simulations, our platform offers a diverse range of games to suit every taste. Dive into epic battles, solve mind-bending puzzles, or explore vast virtual worlds from the comfort of your home.</p>		\n			<a href=\"#gamescroll\">\n						Explore Games Now\n					</a>\n<!-- /23197884379/1 -->\n																<a href=\"https://diginspire.in/wordpress_2/Water_Cleaner/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-1-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Brain Exercise </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Army_Bomber_Truck/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/three-burning-balls-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Burning Balls</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ABC_Jump/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/3549847.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/3549847.webp 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/3549847-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Car Breaker </h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Tank_Strategy/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512.webp 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/com.nhom19.gamebanga-b285e43d-a38f-4875-87cd-e396380db661_512x512-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Chicken Shooter</h2>		\n			<!-- /23197884379/6 -->\n																<a href=\"https://diginspire.in/wordpress_2/Wrestling\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Choose True Colors</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Ninja_Pumpkin\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/christmas-gifts-icon.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/christmas-gifts-icon.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/christmas-gifts-icon-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/christmas-gifts-icon-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Christmas Gift</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2_ballon_shooter/\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Christmas Ant Run</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/A_Spacetime_Challenge/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-5.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-5.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-5-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Coin Snake</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Boom_Room/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-6.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-6.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-6-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Collect Same Balls</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colorful_Clock/\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-7.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-7.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-7-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Color Jump</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Colored_Square/\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-2-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Color Match</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Dungeon_box\">\n							<img width=\"360\" height=\"340\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/casino-chips-black-icon-gambling-game-symbol_53562-18470.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/casino-chips-black-icon-gambling-game-symbol_53562-18470.jpg 360w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/casino-chips-black-icon-gambling-game-symbol_53562-18470-300x283.jpg 300w\" sizes=\"(max-width: 360px) 100vw, 360px\" />								</a>\n			<h2>Cookies Bookies</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/Jugglers_Battle/\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/free-sport-game-batsman-cricket-player-bat-ball-pad-gloves-helmet-29296.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/free-sport-game-batsman-cricket-player-bat-ball-pad-gloves-helmet-29296.webp 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/free-sport-game-batsman-cricket-player-bat-ball-pad-gloves-helmet-29296-150x150.webp 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Cricket Batter</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Sky_Jump_KARA/\">\n							<img width=\"750\" height=\"750\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/1354be628b798ec200c60d9d7f5c62ca.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/1354be628b798ec200c60d9d7f5c62ca.jpg 750w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/1354be628b798ec200c60d9d7f5c62ca-300x300.jpg 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/1354be628b798ec200c60d9d7f5c62ca-150x150.jpg 150w\" sizes=\"(max-width: 750px) 100vw, 750px\" />								</a>\n			<h2>Crossy Road</h2>		\n															<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon_20231120020716655abf54cf06b.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon_20231120020716655abf54cf06b.webp 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon_20231120020716655abf54cf06b-300x300.webp 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/icon_20231120020716655abf54cf06b-150x150.webp 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<h2>Cute Dress Up</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/Coloring_Book/\">\n							<img width=\"626\" height=\"626\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/dark-cave-forest-with-path-through-it-game-background-vector-illustration_597121-539.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/dark-cave-forest-with-path-through-it-game-background-vector-illustration_597121-539.jpg 626w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/dark-cave-forest-with-path-through-it-game-background-vector-illustration_597121-539-300x300.jpg 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/dark-cave-forest-with-path-through-it-game-background-vector-illustration_597121-539-150x150.jpg 150w\" sizes=\"(max-width: 626px) 100vw, 626px\" />								</a>\n			<h2>Dark Forest</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/arrowpatching\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/d8usybz-d4ed4f9b-3f60-454f-abed-5c19a5904742.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/d8usybz-d4ed4f9b-3f60-454f-abed-5c19a5904742.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/d8usybz-d4ed4f9b-3f60-454f-abed-5c19a5904742-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>Dark Knight Rider</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/animalandstar\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2.png 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-2-150x150.png 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Dash Color Switch</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/angrybubble\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-9.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-9.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-9-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Dashing Donut</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/alienonearth\">\n							<img width=\"211\" height=\"238\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-10.jpeg\" alt=\"\" loading=\"lazy\" />								</a>\n			<h2>Diamond Robber</h2>		\n			<!-- /23197884379/7 -->\n																<a href=\"https://diginspire.in/wordpress_2/airbattlemission\">\n							<img width=\"240\" height=\"240\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-5.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-5.webp 240w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-5-150x150.webp 150w\" sizes=\"(max-width: 240px) 100vw, 240px\" />								</a>\n			<h2>Dragon Fish</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/advantureousboyrun\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-3-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Drive Safe</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/2048\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3.png 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-3-150x150.png 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Towel Balancer</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/bottleclimbing\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/9601282.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/9601282.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/9601282-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/9601282-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Universal Adventure</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/bemillionaire\">\n							<img width=\"256\" height=\"256\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/d4ikzdo-6fca170e-8af4-4974-9050-7646cc2f3487.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/d4ikzdo-6fca170e-8af4-4974-9050-7646cc2f3487.png 256w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/d4ikzdo-6fca170e-8af4-4974-9050-7646cc2f3487-150x150.png 150w\" sizes=\"(max-width: 256px) 100vw, 256px\" />								</a>\n			<h2>War of Tanks</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ballout\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-11.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-11.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-11-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Yummy Candies</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/balloonpop\">\n							<img width=\"225\" height=\"225\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-12.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-12.jpeg 225w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/images-12-150x150.jpeg 150w\" sizes=\"(max-width: 225px) 100vw, 225px\" />								</a>\n			<h2>Zombie Attack</h2>		\n																<a href=\"https://diginspire.in/wordpress_2/ballbouncerwall\">\n							<img width=\"512\" height=\"512\" src=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-4.png\" alt=\"\" loading=\"lazy\" srcset=\"https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-4.png 512w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-4-300x300.png 300w, https://diginspire.in/wordpress_2/wp-content/uploads/2024/08/unnamed-4-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />								</a>\n			<h2>Zombie Hunter</h2>		\n			<link rel=\"stylesheet\" href=\"https://diginspire.in/wordpress_2/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/privacy-policy-2/\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/terms-and-conditions/\">\n											Terms & Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://diginspire.in/wordpress_2/index.php/disclaimer/\">\n											Disclaimer\n											</a>\n									</li>\n						</ul>\n		&copy; Copyright 2024 Game Platform | All Rights Reserved', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2024-08-02 07:21:21', '2024-08-02 07:21:21', '', 7, 'https://diginspire.in/wordpress_2/?p=243', 0, 'revision', '', 0);

-- --------------------------------------------------------

--
-- Table structure for table `TI9k8mggE_termmeta`
--

CREATE TABLE `TI9k8mggE_termmeta` (
  `meta_id` bigint UNSIGNED NOT NULL,
  `term_id` bigint UNSIGNED NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `TI9k8mggE_terms`
--

CREATE TABLE `TI9k8mggE_terms` (
  `term_id` bigint UNSIGNED NOT NULL,
  `name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `slug` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `term_group` bigint NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `TI9k8mggE_terms`
--

INSERT INTO `TI9k8mggE_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'Uncategorized', 'uncategorized', 0),
(2, 'text', 'text', 0),
(3, 'after_paragraph', 'after_paragraph', 0),
(4, 'sample', 'sample', 0),
(5, 'message', 'message', 0),
(6, 'php', 'php', 0),
(7, 'everywhere', 'everywhere', 0),
(8, 'disable', 'disable', 0),
(9, 'comments', 'comments', 0);

-- --------------------------------------------------------

--
-- Table structure for table `TI9k8mggE_term_relationships`
--

CREATE TABLE `TI9k8mggE_term_relationships` (
  `object_id` bigint UNSIGNED NOT NULL DEFAULT '0',
  `term_taxonomy_id` bigint UNSIGNED NOT NULL DEFAULT '0',
  `term_order` int NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `TI9k8mggE_term_relationships`
--

INSERT INTO `TI9k8mggE_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(1, 1, 0),
(94, 2, 0),
(94, 3, 0),
(94, 4, 0),
(94, 5, 0),
(95, 4, 0),
(95, 6, 0),
(95, 7, 0),
(95, 8, 0),
(95, 9, 0);

-- --------------------------------------------------------

--
-- Table structure for table `TI9k8mggE_term_taxonomy`
--

CREATE TABLE `TI9k8mggE_term_taxonomy` (
  `term_taxonomy_id` bigint UNSIGNED NOT NULL,
  `term_id` bigint UNSIGNED NOT NULL DEFAULT '0',
  `taxonomy` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `description` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `parent` bigint UNSIGNED NOT NULL DEFAULT '0',
  `count` bigint NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `TI9k8mggE_term_taxonomy`
--

INSERT INTO `TI9k8mggE_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 1),
(2, 2, 'wpcode_type', '', 0, 1),
(3, 3, 'wpcode_location', '', 0, 1),
(4, 4, 'wpcode_tags', '', 0, 2),
(5, 5, 'wpcode_tags', '', 0, 1),
(6, 6, 'wpcode_type', '', 0, 1),
(7, 7, 'wpcode_location', '', 0, 1),
(8, 8, 'wpcode_tags', '', 0, 1),
(9, 9, 'wpcode_tags', '', 0, 1);

-- --------------------------------------------------------

--
-- Table structure for table `TI9k8mggE_usermeta`
--

CREATE TABLE `TI9k8mggE_usermeta` (
  `umeta_id` bigint UNSIGNED NOT NULL,
  `user_id` bigint UNSIGNED NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `TI9k8mggE_usermeta`
--

INSERT INTO `TI9k8mggE_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'nickname', 'admin'),
(2, 1, 'first_name', ''),
(3, 1, 'last_name', ''),
(4, 1, 'description', ''),
(5, 1, 'rich_editing', 'true'),
(6, 1, 'syntax_highlighting', 'true'),
(7, 1, 'comment_shortcuts', 'false'),
(8, 1, 'admin_color', 'fresh'),
(9, 1, 'use_ssl', '0'),
(10, 1, 'show_admin_bar_front', 'true'),
(11, 1, 'locale', ''),
(12, 1, 'TI9k8mggE_capabilities', 'a:1:{s:13:\"administrator\";b:1;}'),
(13, 1, 'TI9k8mggE_user_level', '10'),
(14, 1, 'dismissed_wp_pointers', 'theme_editor_notice'),
(15, 1, 'show_welcome_panel', '1'),
(16, 1, 'session_tokens', 'a:6:{s:64:\"fd98835f7970c2bece8a84b8aa12cf2d0df8052c35f4053fedf10a5eb6f6dfbc\";a:4:{s:10:\"expiration\";i:1722589524;s:2:\"ip\";s:14:\"45.115.176.217\";s:2:\"ua\";s:125:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36 OPR/112.0.0.0\";s:5:\"login\";i:1722416724;}s:64:\"782d8e48e73544b000fea9fead75777634648874edeb4d407f01f7f68dae1a2c\";a:4:{s:10:\"expiration\";i:1722589525;s:2:\"ip\";s:14:\"45.115.176.217\";s:2:\"ua\";s:125:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36 OPR/112.0.0.0\";s:5:\"login\";i:1722416725;}s:64:\"acc53767ede9d8f7614b30b5c9d54e14d8ff6fcff2593a2072d5e22d8650de37\";a:4:{s:10:\"expiration\";i:1722589525;s:2:\"ip\";s:14:\"45.115.176.217\";s:2:\"ua\";s:125:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36 OPR/112.0.0.0\";s:5:\"login\";i:1722416725;}s:64:\"e7e865df8ea6dfa3c8985c8fd3bc60c6634e588d951afe23248b25c692517593\";a:4:{s:10:\"expiration\";i:1723627123;s:2:\"ip\";s:12:\"49.43.35.255\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36\";s:5:\"login\";i:1722417523;}s:64:\"58cc3d34385486c568f42d297115ec428a6fee2fa701161a7fb941c7b0861ac0\";a:4:{s:10:\"expiration\";i:1723786582;s:2:\"ip\";s:14:\"171.50.211.225\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36\";s:5:\"login\";i:1722576982;}s:64:\"cc4156b1c664e8988c5a87eef9912be1196e03f5f07ff31b0e16096d6d1fc077\";a:4:{s:10:\"expiration\";i:1722753076;s:2:\"ip\";s:14:\"171.50.211.225\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36\";s:5:\"login\";i:1722580276;}}'),
(17, 1, 'TI9k8mggE_dashboard_quick_press_last_post_id', '5'),
(18, 1, 'community-events-location', 'a:1:{s:2:\"ip\";s:12:\"171.50.211.0\";}'),
(19, 1, 'elementor_introduction', 'a:2:{s:27:\"ai-get-started-announcement\";b:1;s:20:\"globals_introduction\";b:1;}'),
(20, 1, 'announcements_user_counter', '1'),
(21, 1, 'TI9k8mggE_user-settings', 'libraryContent=browse&editor=html'),
(22, 1, 'TI9k8mggE_user-settings-time', '1722052553'),
(23, 1, 'TI9k8mggE_persisted_preferences', 'a:3:{s:4:\"core\";a:1:{s:26:\"isComplementaryAreaVisible\";b:1;}s:14:\"core/edit-post\";a:1:{s:12:\"welcomeGuide\";b:0;}s:9:\"_modified\";s:24:\"2024-07-30T06:59:55.534Z\";}');

-- --------------------------------------------------------

--
-- Table structure for table `TI9k8mggE_users`
--

CREATE TABLE `TI9k8mggE_users` (
  `ID` bigint UNSIGNED NOT NULL,
  `user_login` varchar(60) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_pass` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_nicename` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_url` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_status` int NOT NULL DEFAULT '0',
  `display_name` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `TI9k8mggE_users`
--

INSERT INTO `TI9k8mggE_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(1, 'admin', '$P$BqSwkfoMJHGWuN60byM/vOwdCcf1uw.', 'admin', 'admin@diginspire.in', 'https://diginspire.in/wordpress_2', '2024-07-26 08:44:45', '', 0, 'admin');

-- --------------------------------------------------------

--
-- Table structure for table `TI9k8mggE_wpfm_backup`
--

CREATE TABLE `TI9k8mggE_wpfm_backup` (
  `id` int NOT NULL,
  `backup_name` text COLLATE utf8mb4_unicode_520_ci,
  `backup_date` text COLLATE utf8mb4_unicode_520_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Indexes for dumped tables
--

--
-- Indexes for table `TI9k8mggE_commentmeta`
--
ALTER TABLE `TI9k8mggE_commentmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `comment_id` (`comment_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `TI9k8mggE_comments`
--
ALTER TABLE `TI9k8mggE_comments`
  ADD PRIMARY KEY (`comment_ID`),
  ADD KEY `comment_post_ID` (`comment_post_ID`),
  ADD KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  ADD KEY `comment_date_gmt` (`comment_date_gmt`),
  ADD KEY `comment_parent` (`comment_parent`),
  ADD KEY `comment_author_email` (`comment_author_email`(10));

--
-- Indexes for table `TI9k8mggE_e_events`
--
ALTER TABLE `TI9k8mggE_e_events`
  ADD PRIMARY KEY (`id`),
  ADD KEY `created_at_index` (`created_at`);

--
-- Indexes for table `TI9k8mggE_links`
--
ALTER TABLE `TI9k8mggE_links`
  ADD PRIMARY KEY (`link_id`),
  ADD KEY `link_visible` (`link_visible`);

--
-- Indexes for table `TI9k8mggE_litespeed_url`
--
ALTER TABLE `TI9k8mggE_litespeed_url`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `url` (`url`(191)),
  ADD KEY `cache_tags` (`cache_tags`(191));

--
-- Indexes for table `TI9k8mggE_litespeed_url_file`
--
ALTER TABLE `TI9k8mggE_litespeed_url_file`
  ADD PRIMARY KEY (`id`),
  ADD KEY `filename` (`filename`),
  ADD KEY `type` (`type`),
  ADD KEY `url_id_2` (`url_id`,`vary`,`type`),
  ADD KEY `filename_2` (`filename`,`expired`),
  ADD KEY `url_id` (`url_id`,`expired`);

--
-- Indexes for table `TI9k8mggE_options`
--
ALTER TABLE `TI9k8mggE_options`
  ADD PRIMARY KEY (`option_id`),
  ADD UNIQUE KEY `option_name` (`option_name`),
  ADD KEY `autoload` (`autoload`);

--
-- Indexes for table `TI9k8mggE_postmeta`
--
ALTER TABLE `TI9k8mggE_postmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `post_id` (`post_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `TI9k8mggE_posts`
--
ALTER TABLE `TI9k8mggE_posts`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `post_name` (`post_name`(191)),
  ADD KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  ADD KEY `post_parent` (`post_parent`),
  ADD KEY `post_author` (`post_author`);

--
-- Indexes for table `TI9k8mggE_termmeta`
--
ALTER TABLE `TI9k8mggE_termmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `term_id` (`term_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `TI9k8mggE_terms`
--
ALTER TABLE `TI9k8mggE_terms`
  ADD PRIMARY KEY (`term_id`),
  ADD KEY `slug` (`slug`(191)),
  ADD KEY `name` (`name`(191));

--
-- Indexes for table `TI9k8mggE_term_relationships`
--
ALTER TABLE `TI9k8mggE_term_relationships`
  ADD PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  ADD KEY `term_taxonomy_id` (`term_taxonomy_id`);

--
-- Indexes for table `TI9k8mggE_term_taxonomy`
--
ALTER TABLE `TI9k8mggE_term_taxonomy`
  ADD PRIMARY KEY (`term_taxonomy_id`),
  ADD UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  ADD KEY `taxonomy` (`taxonomy`);

--
-- Indexes for table `TI9k8mggE_usermeta`
--
ALTER TABLE `TI9k8mggE_usermeta`
  ADD PRIMARY KEY (`umeta_id`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `TI9k8mggE_users`
--
ALTER TABLE `TI9k8mggE_users`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `user_login_key` (`user_login`),
  ADD KEY `user_nicename` (`user_nicename`),
  ADD KEY `user_email` (`user_email`);

--
-- Indexes for table `TI9k8mggE_wpfm_backup`
--
ALTER TABLE `TI9k8mggE_wpfm_backup`
  ADD PRIMARY KEY (`id`);

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `TI9k8mggE_commentmeta`
--
ALTER TABLE `TI9k8mggE_commentmeta`
  MODIFY `meta_id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `TI9k8mggE_comments`
--
ALTER TABLE `TI9k8mggE_comments`
  MODIFY `comment_ID` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `TI9k8mggE_e_events`
--
ALTER TABLE `TI9k8mggE_e_events`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `TI9k8mggE_links`
--
ALTER TABLE `TI9k8mggE_links`
  MODIFY `link_id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `TI9k8mggE_litespeed_url`
--
ALTER TABLE `TI9k8mggE_litespeed_url`
  MODIFY `id` bigint NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `TI9k8mggE_litespeed_url_file`
--
ALTER TABLE `TI9k8mggE_litespeed_url_file`
  MODIFY `id` bigint NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `TI9k8mggE_options`
--
ALTER TABLE `TI9k8mggE_options`
  MODIFY `option_id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5325;

--
-- AUTO_INCREMENT for table `TI9k8mggE_postmeta`
--
ALTER TABLE `TI9k8mggE_postmeta`
  MODIFY `meta_id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1162;

--
-- AUTO_INCREMENT for table `TI9k8mggE_posts`
--
ALTER TABLE `TI9k8mggE_posts`
  MODIFY `ID` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=244;

--
-- AUTO_INCREMENT for table `TI9k8mggE_termmeta`
--
ALTER TABLE `TI9k8mggE_termmeta`
  MODIFY `meta_id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `TI9k8mggE_terms`
--
ALTER TABLE `TI9k8mggE_terms`
  MODIFY `term_id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;

--
-- AUTO_INCREMENT for table `TI9k8mggE_term_taxonomy`
--
ALTER TABLE `TI9k8mggE_term_taxonomy`
  MODIFY `term_taxonomy_id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;

--
-- AUTO_INCREMENT for table `TI9k8mggE_usermeta`
--
ALTER TABLE `TI9k8mggE_usermeta`
  MODIFY `umeta_id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=24;

--
-- AUTO_INCREMENT for table `TI9k8mggE_users`
--
ALTER TABLE `TI9k8mggE_users`
  MODIFY `ID` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `TI9k8mggE_wpfm_backup`
--
ALTER TABLE `TI9k8mggE_wpfm_backup`
  MODIFY `id` int NOT NULL AUTO_INCREMENT;
COMMIT;

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
